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}"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//stage('Deploy') {
|
||||
// if (currentBuild.result == 'SUCCESS') {
|
||||
// input 'Deploy?', submitter 'Administrator'
|
||||
// input message: 'Deploy?', submitter: 'ziver'
|
||||
// node {
|
||||
// sh 'ant deploy'
|
||||
// }
|
||||
//}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue