diff --git a/Jenkinsfile b/Jenkinsfile index c979ce2..a0816fe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { - name: "dind" command: - "cat" - image: "docker:dind" + image: "docker:latest" tty: true volumeMounts: - mountPath: "/home/jenkins/agent" @@ -26,7 +26,6 @@ pipeline { stage('Build Docker image') { steps { container('dind') { - sh 'cat run.sh' sh 'docker build -t andreas/rsyncd .' sh 'docker images' }