diff --git a/Jenkinsfile b/Jenkinsfile index 39e3b1114..a2923f1e7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,12 +21,12 @@ pipeline { ///////////////////////////////////////////////////////////////////// // START : Stages ///////////////////////////////////////////////////////////////////// - stage('build package') { - steps { - sh 'mvn validate compile test' - } - } stages { + stage('build package') { + steps { + sh 'mvn validate compile test' + } + } stage('build image') { steps { script {