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

2
Jenkinsfile vendored
View File

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