Updated junit report path

This commit is contained in:
Ziver Koc 2023-05-15 23:47:08 +02:00
parent 16604f7fdb
commit b710626ad0

2
Jenkinsfile vendored
View file

@ -17,7 +17,7 @@ node {
try {
sh './gradlew test'
} finally {
step([$class: 'JUnitResultArchiver', testResults: 'build/test-results/test/*.xml'])
junit testResults: '**/build/test-results/test/*.xml'
}
}