change training for mlflow
All checks were successful
s434804-training/pipeline/head This commit looks good

This commit is contained in:
Dawid 2021-05-28 22:02:33 +02:00
parent 5c45a1fda3
commit 28ff6a037c

View File

@ -1,5 +1,10 @@
pipeline {
agent {dockerfile true}
agent {
docker {
image 's434804/ium:0.5'
args '-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns '
}
}
parameters {
buildSelector(
defaultSelector: lastSuccessful(),