Fixed jenkins file

This commit is contained in:
Jan Nowak 2021-03-28 22:34:18 +02:00
parent 1128ce8ba1
commit f85221a189

2
Jenkinsfile vendored
View File

@ -39,7 +39,7 @@ pipeline {
stage('end') {
steps {
//Zarchiwizuj wynik
archiveArtifacts 'output.txt Global_Superstore2.csv.dev Global_Superstore2.csv.test Global_Superstore2.csv.train'
archiveArtifacts 'output.txt,Global_Superstore2.csv.dev,Global_Superstore2.csv.test,Global_Superstore2.csv.train'
}
}
}