From 1e7a953625aeb0492de8d30792cc59942dcc5274 Mon Sep 17 00:00:00 2001 From: Agata Date: Tue, 17 May 2022 21:27:05 +0200 Subject: [PATCH] Update Jenkinsfile --- training.Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training.Jenkinsfile b/training.Jenkinsfile index 6b78e17..862f0db 100644 --- a/training.Jenkinsfile +++ b/training.Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent { docker { - image 'agakul/ium:mlflow' + image 'image' args '-v /mlruns:/mlruns' } }