diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-18 22:21:47 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-18 22:47:35 +0200 |
commit | 5fc4283114576ca40508b4fd220d31dff3c5ab1c (patch) | |
tree | 46e65c2640efbf748e4b3bc8b3cf05e61bb14d13 /job-cfg | |
parent | 61969fd285d66b3dd5de8694884f1791d9813f44 (diff) | |
download | jenkins.debian.net-5fc4283114576ca40508b4fd220d31dff3c5ab1c.tar.xz |
reproducible: trigger notes job by commits and once daily
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 8fac14d2..1cf1cbd5 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -1,8 +1,8 @@ - defaults: name: reproducible + project-type: freestyle triggers: - timed: "{my_timed}" - project-type: freestyle properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html @@ -35,6 +35,8 @@ - defaults: name: reproducible_notes project-type: freestyle + triggers: + - timed: "{my_timed}" properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html @@ -73,9 +75,9 @@ - defaults: name: reproducible_builder + project-type: freestyle triggers: - timed: "{my_timed}" - project-type: freestyle properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html @@ -206,6 +208,7 @@ my_recipients: 'holger@layer-acht.org' - '{name}_html_notes': my_description: 'Generates HTML results (notes) for reproducible builds, triggered by changes to the notes.git repository.' + my_timed: '57 0 * * *' my_gitrepo: 'git://git.debian.org/git/reproducible/notes.git' my_shell: '/srv/jenkins/bin/reproducible_html_notes.sh' my_recipients: 'jenkins+debian-reproducible holger@layer-acht.org' |