diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-29 13:59:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-29 13:59:52 +0100 |
commit | 3e51a1de024c8ff827845c67cee9ca7aa93cbb0e (patch) | |
tree | 5359e95924515e418b28d12406a7a3e28deb1749 /job-cfg | |
parent | 8e1a079101c9d83734a4369839284837d3ef7fd1 (diff) | |
download | jenkins.debian.net-3e51a1de024c8ff827845c67cee9ca7aa93cbb0e.tar.xz |
fixup: preserve artifacts
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/d-i.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml index a1ca4c19..da440e4e 100644 --- a/job-cfg/d-i.yaml +++ b/job-cfg/d-i.yaml @@ -67,7 +67,7 @@ - email: recipients: jenkins+debian-boot holger@layer-acht.org - archive: - artifacts: html/**/*.* + artifacts: 'html/**/*.*' latest_only: true - defaults: @@ -117,7 +117,7 @@ - email: recipients: jenkins+debian-boot holger@layer-acht.org - archive: - artifacts: html/**/*.* + artifacts: 'html/**/*.*' latest_only: true - defaults: @@ -163,7 +163,7 @@ - email: recipients: jenkins+debian-boot holger@layer-acht.org - archive: - artifacts: pdf/**/*.* + artifacts: 'pdf/**/*.*' latest_only: true - defaults: @@ -209,7 +209,7 @@ - email: recipients: jenkins+debian-boot holger@layer-acht.org - archive: - artifacts: pdf/**/*.* + artifacts: 'pdf/**/*.*' latest_only: true - defaults: @@ -251,7 +251,7 @@ - email: recipients: jenkins+debian-boot holger@layer-acht.org - archive: - artifacts: *_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes + artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes' latest_only: true - job-template: @@ -277,7 +277,7 @@ - email: recipients: jenkins+debian-boot holger@layer-acht.org - archive: - artifacts: *_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes + artifacts: '*_*.dsc *_*.tar.* *_*_*.deb *_*_*.build *_*_*.changes' latest_only: true - job-template: |