mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-05-08 09:39:11 +01:00
Fix CI
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user