fixed syntax error

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

10
Jenkinsfile vendored
View file

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