Parcourir la source

Merge pull request #41660 from thaJeztah/remove_e2e_stage

Jenkinsfile: remove e2e image stage
Brian Goff il y a 4 ans
Parent
commit
13b09180b5
1 fichiers modifiés avec 0 ajouts et 8 suppressions
  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 {
                     post {