save archive

This commit is contained in:
Jan Nowak 2021-04-10 23:03:36 +02:00
parent d9dd1ca3e2
commit 1775098f93

7
Jenkinsfile vendored
View File

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