diff --git a/Jenkinsfile b/Jenkinsfile index b35db74..f5c13af 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,12 +12,7 @@ def implementations = [ ] pipeline { - agent { - dockerfile { - filename 'Dockerfile.jenkins' - args '--user=root -v /var/run/docker.sock:/var/run/docker.sock' - } - } + agent any options { disableConcurrentBuilds()