We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b3743 commit bac1e43Copy full SHA for bac1e43
Jenkinsfile
@@ -3,6 +3,7 @@ pipeline {
3
4
options {
5
timeout(time: 60, unit: 'MINUTES')
6
+ disableConcurrentBuilds(abortPrevious: true)
7
}
8
9
environment {
0 commit comments