update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 15:17:04 +02:00
parent 5da0d55253
commit 67a263dea2

View File

@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'maciejczajka/ium:v3'
args '-it --entrypoint=/bin/bash'
args '-ti'
}
}
parameters{