diff --git a/Jenkinsfile b/Jenkinsfile index c2b17b1d57..ec5c651783 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -214,14 +214,6 @@ pipeline { ''' } } - stage("Build e2e image") { - steps { - sh ''' - echo "Building e2e image" - docker build --build-arg DOCKER_GITCOMMIT=${GIT_COMMIT} -t moby-e2e-test -f Dockerfile.e2e . - ''' - } - } } post {