aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jobs/gerrit-verifications.yml11
-rw-r--r--jobs/master-builds.yml11
-rw-r--r--jobs/update-osmo-ci-on-slaves.yml7
3 files changed, 16 insertions, 13 deletions
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index da80e62..a64fb3a 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -187,11 +187,12 @@
concurrent: '{obj:concurrent}'
disabled: '{obj:disabled}'
retry-count: 3 # scm checkout
- build-discarder:
- daysToKeep: 30
- numToKeep: 120
- artifactDaysToKeep: -1
- artifactNumToKeep: -1
+ properties:
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 120
+ artifact-days-to-keep: -1
+ artifact-num-to-keep: -1
description: |
Pending gerrit code reviews of
<a href="https://gerrit.osmocom.org/#/q/status:open+project:{repos}">{repos}</a>
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index b127069..ece5f33 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -271,11 +271,12 @@
concurrent: '{obj:concurrent}'
disabled: '{obj:disabled}'
retry-count: 3 # scm checkout
- build-discarder:
- daysToKeep: 30
- numToKeep: 120
- artifactDaysToKeep: -1
- artifactNumToKeep: -1
+ properties:
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 120
+ artifact-days-to-keep: -1
+ artifact-num-to-keep: -1
description: |
Automatic jenkins test job of
<a href="http://git.osmocom.org/{repos}">{repos}</a>
diff --git a/jobs/update-osmo-ci-on-slaves.yml b/jobs/update-osmo-ci-on-slaves.yml
index 0ec665e..e0f082f 100644
--- a/jobs/update-osmo-ci-on-slaves.yml
+++ b/jobs/update-osmo-ci-on-slaves.yml
@@ -6,9 +6,10 @@
type: slave
name: label
values: [ OsmocomBuild1 , build1-debian9-lxc ]
- build-discarder:
- daysToKeep: 30
- numToKeep: 120
+ properties:
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 120
scm:
- git:
url: git://git.osmocom.org/osmo-ci