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