This commit is contained in:
SniAssia 2025-11-17 19:52:32 +00:00
parent 3d96ddd8b5
commit c6a00ffa6d

View file

@ -38,7 +38,7 @@ pipeline {
post {
always {
junit allowEmptyResults: true, testResults: 'backend/target/surefire-reports/*.xml'
junit allowEmptyResults: true, testResults: 'target/surefire-reports/*.xml'
archiveArtifacts artifacts: 'target/*.jar', fingerprint: true
}
}