This commit is contained in:
Jakub Zaręba 2023-04-04 20:11:59 +02:00
parent 9973cd6919
commit b93ca1b16d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 's487187/ium:general' image 's487187/ium:1'
args '-u root:root' args '-u root:root'
} }
} }