update jenkinsfile_train-sacred
This commit is contained in:
parent
bc3d0f20c0
commit
0223e2047f
@ -18,9 +18,12 @@ pipeline {
|
||||
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
||||
sh 'python Biblioteka_DL/dllib-sacred.py with "epochs=$EPOCHS"'
|
||||
sh 'sleep 5'
|
||||
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
|
||||
}
|
||||
}
|
||||
stage('Artifacts'){
|
||||
steps {
|
||||
archiveArtifacts artifacts: '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/'
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user