missing agent keyname in registry_jenkinsfile file
s444354-training/pipeline/head This commit looks good Details
s444354-evaluation/pipeline/head This commit looks good Details

This commit is contained in:
Adrian Charkiewicz 2022-05-16 00:19:29 +02:00
parent 16621c482b
commit 435f6ed36e
1 changed files with 3 additions and 1 deletions

View File

@ -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 {