summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-03-29 18:23:31 +0200
committerMattia Rizzolo <mattia@mapreri.org>2015-03-29 18:23:31 +0200
commit09cc9bcce0ef6a7e436499ce8980c2ac22669132 (patch)
tree3decb5ac0fc3e133de4433d22beb2afc0d892d3a /job-cfg
parentbd4ae04236795fb3d425fe1d80c87c0248a2b9dc (diff)
downloadjenkins.debian.net-09cc9bcce0ef6a7e436499ce8980c2ac22669132.tar.xz
reproducible: add the new reproducible_notes.py script as another build command to the current reproducible_html_notes job
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 5e669933..9035b123 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -59,6 +59,7 @@
artifactNumToKeep: -1
builders:
- shell: '{my_shell}'
+ - shell: '/srv/jenkins/bin/reproducible_notes.py'
publishers:
- logparser:
parse-rules: '/srv/jenkins/logparse/reproducible.rules'