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') { stage('Docker') {
agent { agent {
dockerfile { docker {
filename 'Dockerfile' image 'shuavii/ium:latest'
dir 'ium_z444439'
reuseNode true reuseNode true
} }
} }