diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-17 13:09:56 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-17 13:09:56 +0200 |
commit | 3b9d72bacd12c99ee35f2709632f6fc3bcba2d9c (patch) | |
tree | 9d1833e172a0b807c82ed04b6face9366cfbe5a5 /job-cfg | |
parent | 03530a873fe6eb7166e853a7be0045568d2548f6 (diff) | |
download | jenkins.debian.net-3b9d72bacd12c99ee35f2709632f6fc3bcba2d9c.tar.xz |
reproducible arch: let the build job trigger the html job
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 7e505487..b4649fec 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -31,6 +31,8 @@ fail-on-error: 'true' - email: recipients: '{my_recipients}' + - trigger: + project: '{my_trigger}' node: '{my_node}' - defaults: @@ -1274,7 +1276,8 @@ my_node: '' - '{name}_html_archlinux': my_description: 'Build a simple webpage for Archlinux reproducibility tests' - my_timed: '42 H/2 * * *' + my_timed: '' + my_trigger: 'reproducible_builder_arch_1' my_shell: '/srv/jenkins/bin/reproducible_html_archlinux.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' |