fix docker

This commit is contained in:
AdamOsiowy123 2022-05-02 16:26:14 +02:00
parent 9a82b2da98
commit a8a3a93435

View File

@ -1,4 +1,5 @@
node {
checkout scm
def dockerImageIUM = docker.build("s444452/ium:1.3","Docker/Dockerfile")
dockerImageIUM.inside {
stage('Preparation') {