Jenkinsfile @@ -55,6 +55,7 @@ } } stage('deploy') { when { branch 'master' } steps { sh 'echo test' }