update jenkinsfile_docker
All checks were successful
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-02 15:35:40 +02:00
parent 0a3e50e680
commit 18b1eb6c7c

View File

@ -25,7 +25,6 @@ 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
build job: 's444356-training'