Browse Source

Jenkins discard old builds, but keep artifacts

sbg
Daniel Agar 7 years ago
parent
commit
8216187159
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -654,7 +654,7 @@ pipeline { @@ -654,7 +654,7 @@ pipeline {
CI = true
}
options {
buildDiscarder(logRotator(numToKeepStr: '5'))
buildDiscarder(logRotator(numToKeepStr: '2', artifactDaysToKeepStr: '30'))
timeout(time: 60, unit: 'MINUTES')
}
}

Loading…
Cancel
Save