Update jenkinfiles
This commit is contained in:
parent
f88423fac7
commit
743c4c77ad
@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 's444507-create-dataset'
|
||||
image 's444507_create_dataset_image:latest'
|
||||
args '-v /mlruns:/mlruns'
|
||||
}
|
||||
}
|
||||
|
@ -17,6 +17,7 @@ pipeline {
|
||||
archiveArtifacts artifacts: 'my_model/**'
|
||||
sh 'rm -r mlruns'
|
||||
sh 'rm -r my_model'
|
||||
build job: 's444507-evaluation/master/'
|
||||
}
|
||||
}
|
||||
stage('Run mlflow script and save artifacts') {
|
||||
|
Loading…
Reference in New Issue
Block a user