Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed May 10, 2024
1 parent 1f45e6a commit 8d80af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ pipeline {
stage('Docs Job') {
when {
allOf {
when { branch pattern: "^(develop|master)\$", comparator: "REGEXP"}
branch pattern: "^(develop|master)\$", comparator: "REGEXP"
not {
equals expected: 'UNSTABLE', actual: currentBuild.result
}
Expand Down

0 comments on commit 8d80af3

Please sign in to comment.