update jenkinsfile_train-sacred
This commit is contained in:
parent
8cf33c46dc
commit
ce2956805f
@ -18,9 +18,9 @@ pipeline {
|
||||
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
||||
sh 'python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"'
|
||||
sh 'cp my_res/_sources/dllib* source_code.py'
|
||||
sh 'cp my_res/1/config.json configuration.json'
|
||||
sh 'cp my_res/1/info.json param.json'
|
||||
sh 'cp my_res/1/games_model.pkl model.pkl'
|
||||
sh 'cp my_res/2/config.json configuration.json'
|
||||
sh 'cp my_res/2/info.json param.json'
|
||||
sh 'cp my_res/2/games_model.pkl model.pkl'
|
||||
archiveArtifacts artifacts: 'games_model.pkl, source_code.py, configuration.json, param.json, model.pkl'
|
||||
sh 'rm -r my_res'
|
||||
build job: 's444356-evaluation/master/'
|
||||
|
Loading…
Reference in New Issue
Block a user