summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 6b4ea177..6de609e4 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -251,7 +251,7 @@
- trigger:
project: '{my_trigger}'
node: '{my_node}'
-
+ artifacts: '{my_artifacts}'
- job-template:
defaults: reproducible
@@ -646,10 +646,12 @@
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'