Merge branch 'assia'

This commit is contained in:
SniAssia 2025-11-17 19:53:10 +00:00
commit 74fc1f457b

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
}
}