Преглед изворни кода

Merge pull request #41660 from thaJeztah/remove_e2e_stage

Jenkinsfile: remove e2e image stage
Brian Goff пре 4 година
родитељ
комит
13b09180b5
1 измењених фајлова са 0 додато и 8 уклоњено
  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 {