diff --git a/Jenkinsfile b/Jenkinsfile index 8cee3a965..a6b54bb5f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { } stage('Deploy') { when { - branch "master" && currentBuild.result == 'SUCCESS' + branch "master" } steps { echo 'Deploying stage has been executed'