jenkins: discard old builds + artifacts

pull/303/head
Ravi Sundriyal 4 years ago committed by GitHub
parent 62fb91cb54
commit 5031593e61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Jenkinsfile

6
Jenkinsfile vendored

@ -1,6 +1,12 @@
properties(
[
disableConcurrentBuilds(),
buildDiscarder(logRotator(
artifactDaysToKeepStr: '15',
artifactNumToKeepStr: '15',
daysToKeepStr: '30',
numToKeepStr: '20')),
parameters(
[
string(name: 'VERSION',

Loading…
Cancel
Save