This commit is contained in:
KVKR31 2023-08-03 23:13:35 +05:30
parent d795a2122a
commit e4626fd295

2
Jenkinsfile vendored
View file

@ -19,7 +19,7 @@ pipeline {
} }
stage('package') { stage('package') {
steps { steps {
sh script: 'mvn package' sh 'mvn package'
} }
} }
stage('build') { stage('build') {