Updated Jenkinsfile
This commit is contained in:
parent
232f52dbe4
commit
7ff63bb5d5
1 changed files with 6 additions and 8 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
|
@ -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'
|
||||||
// }
|
// }
|
||||||
//}
|
//}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue