dockerhub for train

This commit is contained in:
jakubknczny 2021-05-16 14:00:19 +02:00
parent edec81dcb0
commit 3f8833d090

View File

@ -22,7 +22,11 @@ pipeline {
}
}
stage('docker') {
agent { dockerfile true }
agent {
docker {
image 'kubakonieczny/ium:train'
}
}
stages {
stage('copyArtifacts') {
steps {