deleted second agent
All checks were successful
s444354-training/pipeline/head This commit looks good
s444354-evaluation/pipeline/head This commit looks good

This commit is contained in:
Adrian Charkiewicz 2022-05-16 00:35:34 +02:00
parent 8da0707d5d
commit 7376d50da8

View File

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