Jenkinsfile update
This commit is contained in:
parent
a969964270
commit
805da075ae
6
predict-registry/Jenkinsfile
vendored
6
predict-registry/Jenkinsfile
vendored
@ -1,5 +1,9 @@
|
||||
pipeline {
|
||||
agent {dockerfile true}
|
||||
agent {
|
||||
dockerfile {
|
||||
args '-v /mlruns:/mlruns -v /tmp/mlruns:/tmp/mlruns'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user