add dockerhub

This commit is contained in:
Klaudia 2023-04-20 20:41:45 +02:00
parent 9415d12005
commit 6f524c5903

View File

@ -24,9 +24,8 @@ pipeline {
}
stage('Docker') {
agent {
dockerfile {
filename 'Dockerfile'
dir 'ium_z444439'
docker {
image 'shuavii/ium:latest'
reuseNode true
}
}