diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml index da80e620..a64fb3a7 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 {repos} diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml index b1270696..ece5f33f 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 {repos} diff --git a/jobs/update-osmo-ci-on-slaves.yml b/jobs/update-osmo-ci-on-slaves.yml index 0ec665e5..e0f082f5 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