From 6e030fb703afb1b385750ef9eed407e84ada3f6c Mon Sep 17 00:00:00 2001 From: filnow Date: Tue, 26 Mar 2024 21:40:11 +0100 Subject: [PATCH] fix name --- Jenkinsfile | 2 +- JenkinsFileStats => JenkinsfileStats | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename JenkinsFileStats => JenkinsfileStats (100%) 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