updated jenkinsfile

This commit is contained in:
Maharshi Patel 2021-01-10 15:44:59 -08:00
parent 94e20c044f
commit e191fe7fd7

2
Jenkinsfile vendored
View file

@ -24,7 +24,7 @@ pipeline {
stages {
stage('build maven package') {
steps {
sh "mvn validate compile test package"
sh "mvn validate compile test package publish"
}
}
stage('build docker image') {