missing agent keyname in registry_jenkinsfile file
All checks were successful
s444354-training/pipeline/head This commit looks good
s444354-evaluation/pipeline/head This commit looks good

This commit is contained in:
Adrian Charkiewicz 2022-05-16 00:19:29 +02:00
parent 16621c482b
commit 435f6ed36e

View File

@ -1,7 +1,9 @@
pipeline { pipeline {
agent {
docker { docker {
image 'ksero/ium:mlflow' image 'ksero/ium:mlflow'
} }
}
stages { stages {
stage('Prediction') { stage('Prediction') {
steps { steps {