Updated junit report path
This commit is contained in:
parent
16604f7fdb
commit
b710626ad0
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue