We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feac331 commit eb5f458Copy full SHA for eb5f458
Jenkinsfile
@@ -12,7 +12,7 @@ pipeline {
12
}
13
stage("Quality Gate") {
14
steps {
15
- junit 'target/surefire-reports/TEST-*.xml'
+ junit '**/target/surefire-reports/TEST-*.xml'
16
17
18
0 commit comments