updated jenkinsfile

This commit is contained in:
Maharshi Patel 2021-01-10 15:47:12 -08:00
parent e191fe7fd7
commit 71aafe8708

2
Jenkinsfile vendored
View file

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