updated deploy submitter

This commit is contained in:
Ziver Koc 2016-12-20 16:55:39 +01:00
parent 7390cb8b7a
commit d2a49529b2

2
Jenkinsfile vendored
View file

@ -24,7 +24,7 @@ node {
stage('Deploy') {
if (currentBuild.result == 'SUCCESS') {
input 'Deploy?', submitter 'Administrator'
input 'Deploy?', submitter 'ziver'
sh 'ant deploy'
}
}