diff --git a/Jenkinsfile_coop_registry b/Jenkinsfile_coop_registry index fa132d8..0418e9f 100644 --- a/Jenkinsfile_coop_registry +++ b/Jenkinsfile_coop_registry @@ -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',