diff --git a/Jenkinsfile b/Jenkinsfile index 17e28ab5..3643eaec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -154,7 +154,7 @@ pipeline { stage('Docs Deploy') { when { allOf { - branch 'master' + branch 'develop' not { equals expected: 'UNSTABLE', actual: currentBuild.result }