diff --git a/Jenkinsfile b/Jenkinsfile index 69bec56..c979ce2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,15 +7,17 @@ pipeline { metadata: spec: containers: - - command: - - "cat" + - name: "dind" + command: + - "cat" image: "docker:dind" - name: "dind" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false + securityContext: + privileged: true ''' retries 2 }