diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-16 23:24:17 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-16 23:24:17 +0200 |
commit | 379420067139a2c8d71578e9d42b00d411f86336 (patch) | |
tree | a50e56cb34b4e930d31ef4950dd956fa25cd2e93 /job-cfg | |
parent | df1d87363658c2483f61ecc1e583328d8459f15f (diff) | |
download | jenkins.debian.net-379420067139a2c8d71578e9d42b00d411f86336.tar.xz |
reproducible arch: build simple web page
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index ad573aa1..99408529 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -1268,4 +1268,10 @@ my_shell: '/srv/jenkins/bin/reproducible_build_arch_pkg.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' + - '{name}_html_archlinux': + my_description: 'Build a simple webpage for Archlinux reproducibility tests' + my_timed: '42 H/2 * * *' + my_shell: '/srv/jenkins/bin/reproducible_html_archlinux.sh' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '' |