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 {
agent {
dockerfile true
args '-v /mlruns:/mlruns'
docker {
image 'kambobdocker420/ium:mlflow'
args '-v /mlruns:/mlruns'
}
}
parameters {
string(
defaultValue: 'kamilab0bkowska',