update jenkinsfile_docker
Some checks failed
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-05-02 15:00:06 +02:00
parent 9517e9a8ee
commit 787e9aba86

View File

@ -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
}