From 6df8b96a75600cb715a16393d34d1bbd595c7e5d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 28 Sep 2014 09:37:21 +0200 Subject: reproducible: create html output too --- job-cfg/reproducible.yaml | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) (limited to 'job-cfg') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index b8d83839..8fbfc27e 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -44,12 +44,47 @@ unstable-on-warning: 'true' fail-on-error: 'true' +- defaults: + name: reproducible_stats + triggers: + - timed: "{my_timed}" + project-type: freestyle + properties: + - sidebar: + url: https://jenkins.debian.net/userContent/about.html + text: About jenkins.debian.net + icon: /userContent/images/debian-swirl-24x24.png + - sidebar: + url: https://jenkins.debian.net/view/reproducible + text: reproducible builds jobs + icon: /userContent/images/debian-jenkins-24x24.png + - sidebar: + url: http://www.profitbricks.com + text: Sponsored by Profitbricks + icon: /userContent/images/profitbricks-24x24.png + description: '{my_description}{my_packages}
Job configuration source is reproducible.yaml.' + logrotate: + daysToKeep: 365 + numToKeep: 20 + artifactDaysToKeep: -1 + artifactNumToKeep: -1 + builders: + - shell: '{my_shell} {my_packages}' + publishers: + - email: + recipients: 'jenkins+debian-reproducible holger@layer-acht.org reproducible-commits@lists.alioth.debian.org' + - htmlpublisher: + name: 'Reproducible builds statistics' + directory: '.' + indexfiles: 'index.html' + keepall: True + - job-template: - defaults: reproducible + defaults: reproducible_stats name: '{name}_setup' - job-template: - defaults: reproducible + defaults: reproducible_stats name: '{name}_stats' - job-template: -- cgit v1.2.3-70-g09d2