diff --git a/Jenkinsfile b/Jenkinsfile index f9a2eda..1c1916c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,7 +61,7 @@ pipeline { stage('Archive Artifacts from Experiments') { steps { - archiveArtifacts artifacts: 'experiments/*', onlyIfSuccessful: true + archiveArtifacts artifacts: 'experiments/**/*.*', onlyIfSuccessful: true } } }