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