update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 15:22:08 +02:00
parent 28498a6138
commit 0bb2e660c5

View File

@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'maciejczajka/ium:v4'
args '-ti'
args '-d'
}
}
parameters{