diff options
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 4778e870..4e65390a 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -350,6 +350,10 @@ - job-template: defaults: reproducible + name: '{name}_html_live_status' + +- job-template: + defaults: reproducible name: '{name}_create_meta_pkg_sets' - job-template: @@ -742,6 +746,12 @@ my_shell: '/srv/jenkins/bin/reproducible_html_breakages.py' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' + - '{name}_html_live_status': + my_description: 'Generate an HTML page showing the live status of all builds happening or scheduled by humans.' + my_timed: 'H/20 * * * *' # should be H/2 once it works properly + my_shell: '/srv/jenkins/bin/reproducible_html_live_status.py' + my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + my_node: '' - '{name}_json': my_description: 'Generate https://reproducible.debian.net/userContent/reproducible.json for consumption by tracker.debian.org.' my_timed: '1 * * * *' |