update jenkinsfile_train-sacred
This commit is contained in:
parent
3d2efac477
commit
60842b56e3
@ -17,7 +17,7 @@ pipeline {
|
|||||||
stage('Script'){
|
stage('Script'){
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
||||||
sh 'rm -rf my_model'
|
sh 'rm -r my_model'
|
||||||
sh "python Biblioteka_DL/dllib-mlflow.py $EPOCHS"
|
sh "python Biblioteka_DL/dllib-mlflow.py $EPOCHS"
|
||||||
archiveArtifacts artifacts: 'games_model.pkl'
|
archiveArtifacts artifacts: 'games_model.pkl'
|
||||||
archiveArtifacts artifacts: 'mlruns/**'
|
archiveArtifacts artifacts: 'mlruns/**'
|
||||||
|
Loading…
Reference in New Issue
Block a user