agent is dockerfile not docker

This commit is contained in:
Adrian Charkiewicz 2022-04-03 22:26:05 +02:00
parent e72066aeef
commit be973be768

3
Jenkinsfile vendored
View File

@ -22,9 +22,6 @@ pipeline {
CUTOFF="$params.CUTOFF"
}
agent {
docker {
image 'ium'
}
dockerfile {
additionalBuildArgs "-t ium"
}