update jenkinsfile_docker
This commit is contained in:
parent
3f29b90a69
commit
b6d93b3199
@ -26,8 +26,7 @@ pipeline {
|
|||||||
stage('Script'){
|
stage('Script'){
|
||||||
steps {
|
steps {
|
||||||
sh 'python3 ./Zajecia_2/main.py'
|
sh 'python3 ./Zajecia_2/main.py'
|
||||||
sh 'python3 ./Biblioteka_DL/dllib.py'
|
archiveArtifacts artifacts: 'all_games_dev.csv, all_games_test.csv, all_games_train.csv', followSymlinks: false
|
||||||
archiveArtifacts artifacts: 'all_games.csv.dev, all_games.csv.test, all_games.csv.train', followSymlinks: false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user