change train jenkinsfile
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:15:05 +02:00
parent d572509234
commit 6575506438

View File

@ -1,8 +1,7 @@
pipeline {
agent {
docker {
image 'docker_image'
args '-v /mlruns:/mlruns'
dockerfile {
additionalBuildArgs "--build-arg -v /mlruns:/mlruns -t docker_image"
}
}
parameters {