mlflow attempt task 2

This commit is contained in:
Kamila 2022-05-15 11:08:59 +02:00
parent b79af25c61
commit 4aaee8bb54
1 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,12 @@
pipeline { pipeline {
agent { agent {
dockerfile true docker {
args '-v /mlruns:/mlruns' image 'kambobdocker420/ium:mlflow'
args '-v /mlruns:/mlruns'
}
} }
parameters { parameters {
string( string(
defaultValue: 'kamilab0bkowska', defaultValue: 'kamilab0bkowska',