add mlruns
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
e1827f7ddd
commit
48489c22a0
@ -1,6 +1,9 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
dockerfile true
|
docker {
|
||||||
|
iamge 'mikolajk/ium:mlflow'
|
||||||
|
args '-v /mlruns:/mlruns'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
parameters{
|
parameters{
|
||||||
string(
|
string(
|
||||||
|
Loading…
Reference in New Issue
Block a user