summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-19 11:22:45 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-19 11:22:45 +0200
commitb79e3f5260e11ef7986e0351a676d6f5ea2077ec (patch)
treee9cd088f38b182091eab7b500fa9c4e956d29918 /job-cfg
parent7af44ce5fd3d4fbc7a2426ba758ed2edebcd63c5 (diff)
downloadjenkins.debian.net-b79e3f5260e11ef7986e0351a676d6f5ea2077ec.tar.xz
reproducible: notes-job: only define triggers once
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/reproducible.yaml9
1 files changed, 4 insertions, 5 deletions
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