diff --git a/Jenkinsfile b/Jenkinsfile index 83249d7..2087530 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,9 +22,6 @@ pipeline { CUTOFF="$params.CUTOFF" } agent { - docker { - image 'ium' - } dockerfile { additionalBuildArgs "-t ium" }