Skip to content

Commit 235f988

Browse files
committed
no message
1 parent b61abb6 commit 235f988

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ pipeline {
88
agent {
99
label : "dendro-install"
1010
}
11-
options {
12-
disableConcurrentBuilds() //each branch has 1 job running at a time
13-
}
11+
// options {
12+
// disableConcurrentBuilds() //each branch has 1 job running at a time
13+
//}
1414

1515
stages {
1616
stage('Set Jenkins Build Var')

0 commit comments

Comments
 (0)