update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-02 14:41:29 +02:00
parent b7ba7fe02f
commit d5a50a8d12

View File

@ -26,6 +26,7 @@ pipeline {
stage('Script'){
steps {
sh 'python3 ./Zajecia_2/main.py'
archiveArtifacts artifacts: 'all_games.csv.dev, all_games.csv.test, all_games.csv.train', followSymlinks: false
}
}
}