update jenkinsfile_docker

This commit is contained in:
Maciej Czajka 2022-05-02 14:07:49 +02:00
parent 48c8182dbd
commit 9450fb3689

View File

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