Fix Jenkinsfile for mlflow registry
Some checks reported errors
s434704-predict-s426206-from-registry/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Wojciech Jarmosz 2021-05-23 21:46:07 +02:00
parent b3e254c3a5
commit 180e589cbb

View File

@ -1,5 +1,7 @@
pipeline {
agent {dockerfile true, args '-v /tmp/mlruns:/tmp/mlruns'}
agent {dockerfile {
args '-v /tmp/mlruns:/tmp/mlruns'
}}
parameters {
string(
defaultValue: 'input_example.json',