Skip to content

Commit

Permalink
Change test results path
Browse files Browse the repository at this point in the history
Signed-off-by: lgoubet <laurent.goubet@obeo.fr>
  • Loading branch information
Kellindil committed Sep 14, 2022
1 parent 0f53d9c commit 61fe27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -51,7 +51,7 @@ pipeline {

post {
always {
junit "**/tests/**/target/surefire-reports/*.xml"
junit "plugins/*.test*/target/surefire-reports/*.xml"
}
unsuccessful {
emailext (
Expand Down

0 comments on commit 61fe27b

Please sign in to comment.