diff options
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r-- | job-cfg/reproducible.yaml | 9 |
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 |