update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 15:20:08 +02:00
parent 67a263dea2
commit 28498a6138

View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 'maciejczajka/ium:v3' image 'maciejczajka/ium:v4'
args '-ti' args '-ti'
} }
} }