update jenkinsfile_train-sacred
This commit is contained in:
parent
61f63e4621
commit
8f297e82de
@ -18,6 +18,8 @@ pipeline {
|
|||||||
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
||||||
sh "python Biblioteka_DL/dllib-mlflow.py -e $EPOCHS"
|
sh "python Biblioteka_DL/dllib-mlflow.py -e $EPOCHS"
|
||||||
archiveArtifacts artifacts: 'games_model.pkl'
|
archiveArtifacts artifacts: 'games_model.pkl'
|
||||||
|
sh 'ls -al'
|
||||||
|
archiveArtifacts artifacts: 'mlruns/**'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user