We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cbbb4 commit 6e8a0eeCopy full SHA for 6e8a0ee
1 file changed
Jenkinsfile
@@ -49,6 +49,7 @@ pipeline {
49
options {
50
buildDiscarder(logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '14', daysToKeepStr: '14', numToKeepStr: '180'))
51
disableConcurrentBuilds()
52
+ disableResume()
53
skipDefaultCheckout(true)
54
}
55
0 commit comments