mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Fix unescaped character in CI
This commit is contained in:
parent
dcb9628c36
commit
1f45e6a5e9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user