update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 15:15:44 +02:00
parent 0333de7e48
commit 5da0d55253

View File

@ -1,6 +1,9 @@
pipeline {
agent {
docker { image 'maciejczajka/ium:v3' }
docker {
image 'maciejczajka/ium:v3'
args '-it --entrypoint=/bin/bash'
}
}
parameters{
buildSelector(