dockerhub

This commit is contained in:
jakubknczny 2021-05-16 13:48:37 +02:00
parent 7ef330e804
commit edec81dcb0

View File

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