update jenkinsfile2

This commit is contained in:
Maciej Czajka 2022-04-02 15:35:02 +02:00
parent dd1205ad9e
commit e7c9437703

View File

@ -2,6 +2,7 @@ pipeline {
agent {
docker {
image 'maciejczajka/ium:v4'
args '--restart unless-stopped'
}
}
parameters{