diff --git a/JenkinsfileStats b/JenkinsfileStats index 00f5676..ea0d456 100644 --- a/JenkinsfileStats +++ b/JenkinsfileStats @@ -25,9 +25,9 @@ pipeline { stage('Execute Script') { agent { - dockerfile { - filename 'Dockerfile' - reuseNode true + docker { + image 'filnow/ium:ium' + args '-u root' } }