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,9 +1,8 @@
pipeline { pipeline {
agent { agent {
docker { dockerfile {
image 'docker_image' additionalBuildArgs "--build-arg -v /mlruns:/mlruns -t docker_image"
args '-v /mlruns:/mlruns' }
}
} }
parameters { parameters {
string( string(