update artifacts
This commit is contained in:
parent
7a446f1753
commit
57e24fa319
@ -14,11 +14,6 @@ pipeline {
|
|||||||
stage('Train model with sacred') {
|
stage('Train model with sacred') {
|
||||||
steps {
|
steps {
|
||||||
sh "python3 lab08_deepLearining_mlflow.py $epoch'"
|
sh "python3 lab08_deepLearining_mlflow.py $epoch'"
|
||||||
archiveArtifacts artifacts: 'games_model.pkl'
|
|
||||||
archiveArtifacts artifacts: 'mlruns/**'
|
|
||||||
archiveArtifacts artifacts: 'my_model/**'
|
|
||||||
sh 'rm -r mlruns'
|
|
||||||
sh 'rm -r my_model'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user