Browse Source

Jenkinsfile: remove e2e image stage

The image that's built is not pushed anywhere, and is just
building the same as the main image already builds, so didn't
add value.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 4 years ago
parent
commit
b4b902b88f
1 changed files with 0 additions and 8 deletions
  1. 0 8
      Jenkinsfile

+ 0 - 8
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 {