diff options
Diffstat (limited to 'job-cfg')
-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' |