Jenkinsfile update

This commit is contained in:
Filip Izydorczyk 2021-06-08 18:56:11 +02:00
parent a969964270
commit 805da075ae

View File

@ -1,5 +1,9 @@
pipeline { pipeline {
agent {dockerfile true} agent {
dockerfile {
args '-v /mlruns:/mlruns -v /tmp/mlruns:/tmp/mlruns'
}
}
stages { stages {