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