Skip to content

Commit 8d80af3

Browse files
committed
Fix CI
1 parent 1f45e6a commit 8d80af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pipeline {
184184
stage('Docs Job') {
185185
when {
186186
allOf {
187-
when { branch pattern: "^(develop|master)\$", comparator: "REGEXP"}
187+
branch pattern: "^(develop|master)\$", comparator: "REGEXP"
188188
not {
189189
equals expected: 'UNSTABLE', actual: currentBuild.result
190190
}

0 commit comments

Comments
 (0)