This commit is contained in:
2025-10-14 13:17:23 +07:00
parent 578f5eacc8
commit 1187cb9610

4
Jenkinsfile vendored
View File

@@ -3,9 +3,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
withMaven(maven: 'maven-latest') { sh './mvnw -B -DskipTests clean package'
sh './mvnw -B -DskipTests clean package'
}
} }
} }
} }