Jenkinsfile @@ -50,8 +50,13 @@ } } } steps{ step{ echo "todo add version" } } } stage('deploy') { when { branch 'master' } steps {