summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 10d54315..90cd218c 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -43,7 +43,8 @@
description: *desc
triggers:
- timed: '{my_timed}'
- - pollscm: '*/6 * * * *'
+ - pollscm:
+ cron: '*/6 * * * *'
logrotate:
daysToKeep: 90
numToKeep: 20
@@ -186,7 +187,8 @@
- reproducible # no special category yet
triggers:
- timed: '{my_timed}'
- - pollscm: '*/6 * * * *'
+ - pollscm:
+ cron: '*/6 * * * *'
logrotate:
daysToKeep: 90
numToKeep: 30