result txt

This commit is contained in:
Adrian Charkiewicz 2022-05-16 11:13:39 +02:00
parent 10542bd9a2
commit 20d478affa
2 changed files with 302 additions and 301 deletions

View File

@ -1,7 +1,8 @@
pipeline {
agent {
docker {
image 'ksero/ium:mlflow'
dockerfile {
args '-v /mlruns:/mlruns'
}
}
stages {