update jenkinsfile_train-sacred
Some checks failed
s444356-training/pipeline/head There was a failure building this commit
s444356-evaluation/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-11 17:12:10 +02:00
parent fb532d0a01
commit af0edd22d2

View File

@ -2,7 +2,7 @@ pipeline {
agent { agent {
docker { docker {
image 'maciejczajka' image 'maciejczajka'
args '-v /tmp/mlruns:/tmp/mlruns' args '-v mlruns:mlruns'
} }
} }
parameters { parameters {