disable junit for regular build phase

This commit is contained in:
verboomp
2026-01-20 11:52:32 +01:00
parent 05b0ced8dd
commit 4b4353f133

2
Jenkinsfile vendored
View File

@@ -121,7 +121,7 @@ pipeline {
} }
post { post {
success { success {
junit '**/target/surefire-reports/*.xml' //junit '**/target/surefire-reports/*.xml'
archiveArtifacts artifacts: '**/target/*.war, **/target/*.zip', fingerprint: true archiveArtifacts artifacts: '**/target/*.war, **/target/*.zip', fingerprint: true
} }