Updated Jenkinsfile

This commit is contained in:
Ziver Koc 2016-12-20 17:22:58 +01:00
parent 232f52dbe4
commit 7ff63bb5d5

14
Jenkinsfile vendored
View file

@ -33,13 +33,11 @@ node {
sh "git push 'https://${USERNAME}:${PASSWORD}@${env.REPO_URL}' ${env.BUILD_NAME}"
}
}
//stage('Deploy') {
// if (currentBuild.result == 'SUCCESS') {
// input 'Deploy?', submitter 'Administrator'
// sh 'ant deploy'
// }
//}
}
//stage('Deploy') {
// input message: 'Deploy?', submitter: 'ziver'
// node {
// sh 'ant deploy'
// }
//}