This commit is contained in:
Ziver Koc 2016-12-20 17:08:57 +01:00
parent 0ede74fd5a
commit 2c0c8d3ca2

2
Jenkinsfile vendored
View file

@ -27,7 +27,7 @@ node {
} }
stage('Deploy') { stage('Deploy') {
input 'Deploy?', submitter 'Administrator' input message: 'Deploy?', submitter: 'ziver'
sh 'ant deploy' sh 'ant deploy'
} }