update jenkinsfile_docker

This commit is contained in:
Maciej Czajka 2022-05-02 14:14:51 +02:00
parent 9450fb3689
commit 7903e996a9

View File

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