change training for mlflow
All checks were successful
s434804-training/pipeline/head This commit looks good
All checks were successful
s434804-training/pipeline/head This commit looks good
This commit is contained in:
parent
5c45a1fda3
commit
28ff6a037c
@ -1,5 +1,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {dockerfile true}
|
agent {
|
||||||
|
docker {
|
||||||
|
image 's434804/ium:0.5'
|
||||||
|
args '-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns '
|
||||||
|
}
|
||||||
|
}
|
||||||
parameters {
|
parameters {
|
||||||
buildSelector(
|
buildSelector(
|
||||||
defaultSelector: lastSuccessful(),
|
defaultSelector: lastSuccessful(),
|
||||||
|
Loading…
Reference in New Issue
Block a user