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 {
agent {
docker { image 'ium' }
}
parameters{
password(
defaultValue: '',
@ -25,6 +22,9 @@ pipeline {
CUTOFF="$params.CUTOFF"
}
agent {
docker {
image 'ium'
}
dockerfile {
additionalBuildArgs "-t ium"
}