diff --git a/Jenkinsfile b/Jenkinsfile index 9b783ce..3df2e89 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,5 @@ pipeline { - agent { - docker { - image 'docker' // Use an image with Node.js and Docker installed - args '-u root -v /var/run/docker.sock:/var/run/docker.sock' // Mount Docker socket - } - } + agent any environment { REGISTRY = "docker-registry.service.consul"