diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-08 00:39:21 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-08 00:39:21 +0200 |
commit | c5f83c96cd46b8dc324d720c84a9c9889e78c471 (patch) | |
tree | 5ac6ed844d016d28e058b2eefaed01db49bdea23 | |
parent | 3f382518d0d6d3598026d319ec47aeda1ead4641 (diff) | |
download | jenkins.debian.net-c5f83c96cd46b8dc324d720c84a9c9889e78c471.tar.xz |
reproducible: s#dashboards#dashboard#g
-rwxr-xr-x | bin/reproducible_html_dashboard.sh (renamed from bin/reproducible_html_dashboards.sh) | 0 | ||||
-rw-r--r-- | job-cfg/reproducible.yaml | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboard.sh index 45af7eda..45af7eda 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboard.sh diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index dd9a94a7..060d9b06 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -310,7 +310,7 @@ - job-template: defaults: reproducible - name: '{name}_html_dashboards' + name: '{name}_html_dashboard' - job-template: defaults: reproducible @@ -671,10 +671,10 @@ my_shell: '/srv/jenkins/bin/reproducible_scheduler.py' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - - '{name}_html_dashboards': - my_description: 'Generate HTML results (dashboards with graphs) for reproducible builds.' + - '{name}_html_dashboard': + my_description: 'Generate HTML dashboard with graphs for reproducible builds.' my_timed: '*/5 * * * *' - my_shell: '/srv/jenkins/bin/reproducible_html_dashboards.sh' + my_shell: '/srv/jenkins/bin/reproducible_html_dashboard.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_html_pkg_sets': |