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 {
agent {
docker {
image 'maciejczajka/ium:v3'
image 'maciejczajka/ium:v4'
args '-ti'
}
}