diff --git a/Jenkinsfile_docker b/Jenkinsfile_docker index 13b8783..cc05f8e 100644 --- a/Jenkinsfile_docker +++ b/Jenkinsfile_docker @@ -25,6 +25,7 @@ pipeline { stages { stage('Script'){ steps { + sh './download.sh $CUTOFF' sh 'python3 ./Zajecia_2/main.py' archiveArtifacts artifacts: 'all_games.dev.csv, all_games.test.csv, all_games.train.csv', followSymlinks: false }