diff --git a/jenkinsfiles b/jenkinsfiles index 3a14f9ddd..4e24522dc 100644 --- a/jenkinsfiles +++ b/jenkinsfiles @@ -11,4 +11,10 @@ pipeline { } } } + post { + success { + // Archive the artifacts + archiveArtifacts artifacts: '**/target/surefire-reports/*.xml' + } + } }