update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 15:38:15 +02:00
parent e7c9437703
commit 73d67a823b

View File

@ -2,7 +2,7 @@ pipeline {
agent { agent {
docker { docker {
image 'maciejczajka/ium:v4' image 'maciejczajka/ium:v4'
args '--restart unless-stopped' args "--entrypoint='' "
} }
} }
parameters{ parameters{