diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-03-14 21:36:29 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-14 21:36:29 +0100 |
commit | 5a54ec3b999395ce64402aadc49c5ed48b724e12 (patch) | |
tree | 7638768d98c38fc01bb2168cee527b54b7af551c /job-cfg | |
parent | 8bccf9f210e0ace7cda9bf4363017e446739f533 (diff) | |
download | jenkins.debian.net-5a54ec3b999395ce64402aadc49c5ed48b724e12.tar.xz |
reproducible builds: add job to build build-path-prefix-map-spec.html
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 75a99c2a..8e7e5d7b 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -572,6 +572,11 @@ my_timed: '' my_shell: '/srv/jenkins/bin/reproducible_html_specs.sh {my_reponame}' my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' + - 'build-path-prefix-map-spec': + my_description: 'Generate the HTML of the reproducible builds BUILD_PATH_PREFIX_MAP specification, triggered by changes to the <a href="https://anonscm.debian.org/git/reproducible/{my_reponame}.git" target="_blank">{my_reponame}.git</a> repository.' + my_timed: '' + my_shell: '/srv/jenkins/bin/reproducible_html_specs.sh {my_reponame}' + my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org' my_gitrepo: 'git://git.debian.org/git/reproducible/{my_reponame}.git' my_hname: '' |