Skip to content

Commit

Permalink
Fix unescaped character in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed May 10, 2024
1 parent dcb9628 commit 1f45e6a
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"}
when { branch pattern: "^(develop|master)\$", comparator: "REGEXP"}
not {
equals expected: 'UNSTABLE', actual: currentBuild.result
}
Expand Down

0 comments on commit 1f45e6a

Please sign in to comment.