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' } } }