fixed syntax error

This commit is contained in:
Maharshi Patel 2021-01-10 13:57:24 -08:00
parent d6eb6e7770
commit 491c917a95

2
Jenkinsfile vendored
View file

@ -21,12 +21,12 @@ pipeline {
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
// START : Stages // START : Stages
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
stages {
stage('build package') { stage('build package') {
steps { steps {
sh 'mvn validate compile test' sh 'mvn validate compile test'
} }
} }
stages {
stage('build image') { stage('build image') {
steps { steps {
script { script {