This commit is contained in:
parent
182d136aca
commit
2fa5f88c56
@ -1,9 +1,9 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
docker {
|
||||||
args '-v /mlruns:/mlruns'
|
image 'ksero/ium:pytorch'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
buildSelector(
|
buildSelector(
|
||||||
defaultSelector: lastSuccessful(),
|
defaultSelector: lastSuccessful(),
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
docker {
|
||||||
dockerfile {
|
image 'ksero/ium:pytorch'
|
||||||
args '-v /mlruns:/mlruns'
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Prediction') {
|
stage('Prediction') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user