preparing maven central deployment

This commit is contained in:
Ziver Koc 2017-10-11 14:51:33 +02:00
parent e47e5ec885
commit 3c75ef8829
2 changed files with 93 additions and 9 deletions

13
Jenkinsfile vendored
View file

@ -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'
// }
// }
//}