Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Szymon Parafiński 2022-03-27 23:01:25 +02:00
parent 7fe2c86dbe
commit 395502239b

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
} }
} }
sh './download.sh $CUTOFF' sh './download.sh $CUTOFF'
archiveArtifacts artifacts: 'all_games.csv.dev, all_games.csv.test, all_games.csv.train', followSymlinks: false archiveArtifacts artifacts: 'imdb_top_1000_dev.csv, imdb_top_1000_test.csv, imdb_top_1000_train.csv', followSymlinks: false
} }
} }
} }