We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d467a0 commit 06b956eCopy full SHA for 06b956e
1 file changed
Jenkinsfile
@@ -5,6 +5,9 @@ pipeline {
5
image 'openmodelica/build-deps'
6
}
7
8
+ options {
9
+ disableConcurrentBuilds()
10
+ }
11
stages {
12
stage('setup') {
13
steps {
0 commit comments