Fix Ant glob path expression for 'Check' stage junit test results.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -22,7 +22,7 @@ try {
|
||||
throw cause
|
||||
}
|
||||
finally {
|
||||
junit '**/build/*-results/*.xml'
|
||||
junit '**/build/test-results/test/*.xml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user