update jenkinsfile_docker
This commit is contained in:
parent
9450fb3689
commit
7903e996a9
@ -25,6 +25,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Script'){
|
||||
steps {
|
||||
sh './download.sh'
|
||||
sh 'python3 ./Zajecia_2/main.py'
|
||||
archiveArtifacts artifacts: 'all_games.dev.csv, all_games.test.csv, all_games.train.csv', followSymlinks: false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user