update jenkinsfile_docker
This commit is contained in:
parent
48c8182dbd
commit
9450fb3689
@ -26,7 +26,7 @@ pipeline {
|
|||||||
stage('Script'){
|
stage('Script'){
|
||||||
steps {
|
steps {
|
||||||
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