update jenkinsfile_train-sacred.py
This commit is contained in:
parent
60842b56e3
commit
0c0edf1645
@ -17,7 +17,6 @@ pipeline {
|
|||||||
stage('Script'){
|
stage('Script'){
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
copyArtifacts filter: '*', projectName: 's444356-create-dataset'
|
||||||
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