missing agent keyname in registry_jenkinsfile file
This commit is contained in:
parent
16621c482b
commit
435f6ed36e
@ -1,7 +1,9 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
docker {
|
agent {
|
||||||
|
docker {
|
||||||
image 'ksero/ium:mlflow'
|
image 'ksero/ium:mlflow'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Prediction') {
|
stage('Prediction') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user