Fix unescaped character in CI

This commit is contained in:
Jamie Curnow 2024-05-11 00:14:05 +10:00
parent dcb9628c36
commit 1f45e6a5e9
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

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
}