diff --git a/Jenkinsfile b/Jenkinsfile index c7a9f4c..a4b7609 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline { } post { success { - archiveArtifacts artifacts: 'data', onlyIfSuccessful: true + archiveArtifacts artifacts: 'data/**', onlyIfSuccessful: true } } }