Fixed jenkins file

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

2
Jenkinsfile vendored
View File

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