diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-03-29 18:23:31 +0200 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-03-29 18:23:31 +0200 |
commit | 09cc9bcce0ef6a7e436499ce8980c2ac22669132 (patch) | |
tree | 3decb5ac0fc3e133de4433d22beb2afc0d892d3a /job-cfg | |
parent | bd4ae04236795fb3d425fe1d80c87c0248a2b9dc (diff) | |
download | jenkins.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.yaml | 1 |
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' |