Update jenkinsfile training dont copy artifacts
This commit is contained in:
parent
128ed74433
commit
5391120270
@ -17,11 +17,7 @@ pipeline {
|
|||||||
stage('Run mlflow script and save artifacts') {
|
stage('Run mlflow script and save artifacts') {
|
||||||
steps {
|
steps {
|
||||||
sh "python3 lab08_deepLearining_mlflow.py $epoch"
|
sh "python3 lab08_deepLearining_mlflow.py $epoch"
|
||||||
archiveArtifacts artifacts: 'CarPrices_pytorch_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