Updated Jenkinsfile

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

8
Jenkinsfile vendored
View file

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