diff --git a/Jenkinsfile b/Jenkinsfile index f078ed487..16e2de0bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,12 +21,12 @@ pipeline { } stage('Deploy') { - steps { when { branch 'master' } - echo 'Deploying stage has been executed' - } + steps { + echo 'Deploying stage has been executed' + } } } }