From b79e3f5260e11ef7986e0351a676d6f5ea2077ec Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 19 Oct 2014 11:22:45 +0200 Subject: reproducible: notes-job: only define triggers once --- job-cfg/reproducible.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'job-cfg/reproducible.yaml') diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index b43a918f..085c3925 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -2,7 +2,7 @@ name: reproducible project-type: freestyle triggers: - - timed: "{my_timed}" + - timed: '{my_timed}' properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html @@ -36,7 +36,8 @@ name: reproducible_notes project-type: freestyle triggers: - - timed: "{my_timed}" + - timed: '{my_timed}' + - pollscm: '*/6 * * * *' properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html @@ -70,14 +71,12 @@ url: '{my_gitrepo}' branches: - master - triggers: - - pollscm: "*/6 * * * *" - defaults: name: reproducible_builder project-type: freestyle triggers: - - timed: "{my_timed}" + - timed: '{my_timed}' properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html -- cgit v1.2.3-70-g09d2