From 9866366769ca6484115e58390ce3221a799b27b9 Mon Sep 17 00:00:00 2001 From: Anna Nowak Date: Sun, 11 Apr 2021 22:37:21 +0200 Subject: [PATCH] =?UTF-8?q?Zmiana=20nazw=20artefakt=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 94af183..1684900 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { } stage('archive artifacts') { steps { - archiveArtifacts 'test.csv,data_shuf.csv,validation.csv,train.csv,header.csv' + archiveArtifacts 'test.csv,data.csv,dev.csv,train.csv' } } }