commit | 4589d71fbc41314d1f5f07e3237d63898a5bd430 | [log] [tgz] |
---|---|---|
author | Alexander Evseev <aevseev@mirantis.com> | Fri Aug 03 12:36:15 2018 +0200 |
committer | Alexander Evseev <aevseev@mirantis.com> | Fri Aug 03 15:19:29 2018 +0000 |
tree | 26bd8fda14b311d8a078d0dd2bff0b52e3846254 | |
parent | a754bec6761542af488bf246720151bc4421d2f8 [diff] [blame] |
Add job builds discarder Change-Id: I7a4a46826b547731b91f2ed1f58927ba4ddd4455
diff --git a/jenkins/client/job/deploy/update/saltenv.yml b/jenkins/client/job/deploy/update/saltenv.yml index 1ce1494..734a4e5 100644 --- a/jenkins/client/job/deploy/update/saltenv.yml +++ b/jenkins/client/job/deploy/update/saltenv.yml
@@ -19,6 +19,11 @@ display_name: "Deploy - update {{name}} environment" type: workflow-scm concurrent: false + discard: + build: + keep_num: 10 + artifact: + keep_num: 10 scm: type: git url: "${_param:jenkins_gerrit_url}/salt-models/{{name}}"