diff --git a/jenkinsfiles b/jenkinsfiles index 86cef4e71..7e0087933 100644 --- a/jenkinsfiles +++ b/jenkinsfiles @@ -14,7 +14,7 @@ pipeline { post { success { // Archive the artifacts - archiveArtifacts artifacts: 'target/surefire-reports/*.xml' + archiveArtifacts artifacts: '**/surefire-reports/*.xml' } } }