diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-10-28 00:59:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-28 00:59:32 +0200 |
commit | 92afdf3fc5f1678fcdead7310823640ac2d87a52 (patch) | |
tree | efbb1407379cd425aea4977a0ef12da23efbaf00 | |
parent | 68166f5d0888da37a001cdf33e4f00d76654eabc (diff) | |
download | jenkins.debian.net-92afdf3fc5f1678fcdead7310823640ac2d87a52.tar.xz |
try another approach to fixup c4105de6
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 4050236d..a43251c3 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -282,7 +282,7 @@ unstable-on-warning: 'true' fail-on-error: 'true' - archive: - artifacts: '{my_artifacts}' + artifacts: 'results/*.*' latest-only: false allow-empty: true - email: @@ -688,12 +688,10 @@ my_description: 'Rebuild LEDE (some targets, some packages) twice (with variations) and investigate regarding reproducibility.' my_timed: '42 23 * * 4' my_shell: '/srv/jenkins/bin/reproducible_lede.sh master' - my_artifacts: 'results/*.*' - 'openwrt': my_description: 'Rebuild OpenWrt (some targets, some packages) twice (with variations) and investigate regarding reproducibility.' my_timed: '42 23 * * 2' my_shell: '/srv/jenkins/bin/reproducible_openwrt.sh master' - my_artifacts: 'results/*.*' my_trigger: 'reproducible_html_rsync_remote_results' my_hname: '' my_recipients: 'jenkins+reproducible-builds qa-jenkins-scm@lists.alioth.debian.org lynxis@fe80.eu' |