Skip to content

Commit

Permalink
Jenkinsfile: remove cross stage (moved to gha)
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Jun 1, 2022
1 parent 6461da0 commit 4082d2c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,19 +161,6 @@ pipeline {
'''
}
}
stage("Cross") {
steps {
sh '''
docker run --rm -t --privileged \
-v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" \
--name docker-pr$BUILD_NUMBER \
-e DOCKER_GITCOMMIT=${GIT_COMMIT} \
-e DOCKER_GRAPHDRIVER \
docker:${GIT_COMMIT} \
hack/make.sh cross
'''
}
}
// needs to be last stage that calls make.sh for the junit report to work
stage("Unit tests") {
steps {
Expand Down

0 comments on commit 4082d2c

Please sign in to comment.