Update jenkinsfile

This commit is contained in:
2025-11-20 15:38:51 +00:00
parent bf3a7c33c0
commit 910f283f8a

View File

@@ -24,15 +24,7 @@ pipeline {
stage('Maven Build') {
steps {
dir('api') {
sh 'mvn clean compile'
}
}
}
stage('Maven Test') {
steps {
dir('api') {
sh 'mvn test'
sh 'mvn clean package -DskipTests'
}
}
}