test
Some checks failed
s444018-training/pipeline/head There was a failure building this commit
s444018-evaluation/pipeline/head This commit looks good

This commit is contained in:
Szymon Parafiński 2022-05-16 02:24:09 +02:00
parent 6575506438
commit 38e354c0c1

View File

@ -1,9 +1,8 @@
pipeline {
agent {
docker {
image 'docker_image'
args '-v /mlruns:/mlruns'
}
dockerfile {
additionalBuildArgs "-t docker_image"
}
}
stages {