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:
commit
13b09180b5
1 changed files with 0 additions and 8 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue