Fix unescaped character in CI

This commit is contained in:
Jamie Curnow
2024-05-11 00:14:05 +10:00
parent dcb9628c36
commit 1f45e6a5e9

2
Jenkinsfile vendored
View File

@ -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
}