update jenkinsfile_docker
Some checks failed
s444356-training/pipeline/head There was a failure building this commit
Some checks failed
s444356-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
9517e9a8ee
commit
787e9aba86
@ -25,6 +25,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Script'){
|
stage('Script'){
|
||||||
steps {
|
steps {
|
||||||
|
sh './download.sh $CUTOFF'
|
||||||
sh 'python3 ./Zajecia_2/main.py'
|
sh 'python3 ./Zajecia_2/main.py'
|
||||||
archiveArtifacts artifacts: 'all_games.dev.csv, all_games.test.csv, all_games.train.csv', followSymlinks: false
|
archiveArtifacts artifacts: 'all_games.dev.csv, all_games.test.csv, all_games.train.csv', followSymlinks: false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user