From 1128ce8ba1c3edc1881c76a8d69531e28c83a911 Mon Sep 17 00:00:00 2001 From: Jan Nowak Date: Sun, 28 Mar 2021 22:33:18 +0200 Subject: [PATCH] Fixed jenkins file --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b631cde..26a7928 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { stage('end') { steps { //Zarchiwizuj wynik - archiveArtifacts 'output.txt' + archiveArtifacts 'output.txt Global_Superstore2.csv.dev Global_Superstore2.csv.test Global_Superstore2.csv.train' } } }