We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53633e9 commit 4dcf6c9Copy full SHA for 4dcf6c9
Jenkinsfile
@@ -2,6 +2,7 @@ pipeline {
2
options {
3
timeout(time: 2, unit: 'HOURS')
4
buildDiscarder(logRotator(numToKeepStr:'10'))
5
+ disableConcurrentBuilds(abortPrevious: true)
6
}
7
agent {
8
kubernetes {
0 commit comments