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
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:
parent
b3e254c3a5
commit
180e589cbb
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user