diff --git a/Jenkinsfile b/Jenkinsfile index fcc64b28..d0c95d8b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 }