diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-29 14:14:40 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-29 14:14:40 +0100 |
commit | a8b3ba344fd3358765b7a2602dbd77a80ae693d1 (patch) | |
tree | 4f34b5d54f3bd55f77412653c665a36ffd4566a0 /job-cfg | |
parent | 3e51a1de024c8ff827845c67cee9ca7aa93cbb0e (diff) | |
download | jenkins.debian.net-a8b3ba344fd3358765b7a2602dbd77a80ae693d1.tar.xz |
fixup: preserve artifacts
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/d-i.yaml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index da440e4e..0dd56331 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -250,9 +250,10 @@ fail_on_error: 'true' - email: recipients: jenkins+debian-boot holger@layer-acht.org - - archive: - artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes' - latest_only: true +## doesnt work, the artifacts reside outside the workspace +# - archive: +# artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes' +# latest_only: true - job-template: defaults: d-i @@ -276,9 +277,10 @@ publishers: - email: recipients: jenkins+debian-boot holger@layer-acht.org - - archive: - artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes' - latest_only: true +## doesnt work, the artifacts reside outside the workspace +# - archive: +# artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes' +# latest_only: true - job-template: defaults: d-i |