change in agent docker ium flag t

This commit is contained in:
Adrian Charkiewicz 2022-04-03 22:25:17 +02:00
parent c1d9cdb0d1
commit e72066aeef

6
Jenkinsfile vendored
View File

@ -1,7 +1,4 @@
pipeline { pipeline {
agent {
docker { image 'ium' }
}
parameters{ parameters{
password( password(
defaultValue: '', defaultValue: '',
@ -25,6 +22,9 @@ pipeline {
CUTOFF="$params.CUTOFF" CUTOFF="$params.CUTOFF"
} }
agent { agent {
docker {
image 'ium'
}
dockerfile { dockerfile {
additionalBuildArgs "-t ium" additionalBuildArgs "-t ium"
} }