1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #41660 from thaJeztah/remove_e2e_stage

Jenkinsfile: remove e2e image stage
This commit is contained in:
Brian Goff 2020-11-12 11:20:18 -08:00 committed by GitHub
commit 13b09180b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Jenkinsfile vendored
View file

@ -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 {