This commit is contained in:
KVKR31 2023-08-03 18:08:48 +05:30
parent 3b7a38daea
commit 52fd416732

2
Jenkinsfile vendored
View file

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