Update jenkinfiles
Some checks failed
s444507-evaluation/pipeline/head There was a failure building this commit
444507-training/pipeline/head There was a failure building this commit
s444507-predict-s444356/pipeline/head This commit looks good

This commit is contained in:
Adam Wojdyla 2022-05-16 10:14:53 +02:00
parent f88423fac7
commit 743c4c77ad
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 's444507-create-dataset'
image 's444507_create_dataset_image:latest'
args '-v /mlruns:/mlruns'
}
}

View File

@ -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') {