update jenkinsfile_train-sacred
All checks were successful
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-04 17:21:16 +02:00
parent d1d8e4c704
commit 98ef5f837f

View File

@ -17,7 +17,7 @@ pipeline {
steps {
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
sh 'python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"'
archiveArtifacts artifacts: 'games_model.pkl, my_runs', followSymlinks: false
archiveArtifacts artifacts: 'games_model.pkl, my_runs/1/info.json, my_runs/1/config.json, my_runs/1/games_model.pkl, my_runs/_sources/dllib-sacred_9b4efa30e286ba360857813ed7ad415c.py', followSymlinks: false
build job: 's444356-evaluation/master/'
}