Skip to content

Commit eb5f458

Browse files
committed
Added updated
1 parent feac331 commit eb5f458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pipeline {
1212
}
1313
stage("Quality Gate") {
1414
steps {
15-
junit 'target/surefire-reports/TEST-*.xml'
15+
junit '**/target/surefire-reports/TEST-*.xml'
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)