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