diff --git a/Jenkinsfile b/Jenkinsfile index 07c5129..83249d7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" }