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