preparing maven central deployment
This commit is contained in:
parent
e47e5ec885
commit
3c75ef8829
2 changed files with 93 additions and 9 deletions
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
|
|
@ -29,14 +29,9 @@ node {
|
|||
sh "git push 'https://${USERNAME}:${PASSWORD}@${env.REPO_URL}' ${env.BUILD_NAME}"
|
||||
}
|
||||
}
|
||||
|
||||
stage('Deploy') {
|
||||
sh 'mvn -DskipStatic -DskipTests deploy'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//stage('Deploy') {
|
||||
// timeout(time: 5, unit: 'HOURS') {
|
||||
// input message: 'Deploy?', submitter: 'ziver'
|
||||
// node {
|
||||
// sh 'mvn deploy'
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue