diff options
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 |