Skip to content
StepArgumentsStatus
Start of Pipeline - (57 min in block)
withEnv - (57 min in block)DOCKER_EXPERIMENTAL, TESTDEBUG, APT_MIRROR, DOCKER_BUILDKIT, DOCKER_GRAPHDRIVER, CHECK_CONFIG_COMMIT, TIMEOUT
withEnv block - (57 min in block)
timeout - (57 min in block)
timeout block - (57 min in block)
timestamps - (57 min in block)
timestamps block - (57 min in block)
stage - (0.12 sec in block)pr-hack
stage block (pr-hack) - (0.1 sec in block)
script - (55 ms in block)
script block - (38 ms in block)
echo - (5 ms in self)Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
milestone - (15 ms in self)2
milestone - (9 ms in self)3
stage - (21 sec in block)DCO-check
stage block (DCO-check) - (21 sec in block)
node - (20 sec in block)
node block - (20 sec in block)
checkout - (13 sec in self)
withEnv - (7.1 sec in block)GIT_BRANCH, GIT_URL
withEnv block - (7.1 sec in block)
sh - (7.1 sec in self) docker run --rm -v "$WORKSPACE:/workspace" alpine sh -c 'apk add --no-cache -q git bash && cd /workspace && hack/validate/dco'
stage - (57 min in block)Build
stage block (Build) - (57 min in block)
parallel - (57 min in block)
parallel block (Branch: unit-validate) - (1 ms in block)
stage - (28 min in block)unit-validate
stage block (unit-validate) - (28 min in block)
node - (28 min in block)
node block - (28 min in block)
checkout - (1.3 sec in self)
withEnv - (28 min in block)GIT_BRANCH, GIT_URL
withEnv block - (28 min in block)
stage - (1.9 sec in block)Print info
stage block (Print info) - (1.9 sec in block)
sh - (0.28 sec in self)docker version
sh - (0.84 sec in self)docker info
sh - (0.79 sec in self)
stage - (5 min 20 sec in block)Build dev image
stage block (Build dev image) - (5 min 20 sec in block)
sh - (5 min 20 sec in self)docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
stage - (1 min 35 sec in block)Validate
stage block (Validate) - (1 min 35 sec in block)
sh - (1 min 35 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" -v "$WORKSPACE/.git:/go/src/github.com/docker/docker/.git" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER docker:${GIT_COMMIT} hack/validate/default
stage - (9 min 19 sec in block)Docker-py
stage block (Docker-py) - (9 min 19 sec in block)
sh - (9 min 16 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER docker:${GIT_COMMIT} hack/make.sh dynbinary-daemon test-docker-py
junit - (95 ms in self)
sh - (0.28 sec in self)
sh - (2.1 sec in self) echo 'Chowning /workspace to jenkins user' docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
catchError - (0.57 sec in block)
catchError block - (0.56 sec in block)
sh - (0.31 sec in self) bundleName=docker-py echo "Creating ${bundleName}-bundles.tar.gz" tar -czf ${bundleName}-bundles.tar.gz bundles/test-docker-py/*.xml bundles/test-docker-py/*.log
archiveArtifacts - (0.24 sec in self)
stage - (1 min 22 sec in block)Static
stage block (Static) - (1 min 22 sec in block)
sh - (1 min 22 sec in self) 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 binary-daemon
stage - (2 min 30 sec in block)Cross
stage block (Cross) - (2 min 30 sec in block)
sh - (2 min 30 sec in self) 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
stage - (4 min 4 sec in block)Unit tests
stage block (Unit tests) - (4 min 4 sec in block)
sh - (4 min 4 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER docker:${GIT_COMMIT} hack/test/unit
junit - (0.22 sec in self)
stage - (1 min 37 sec in block)Validate vendor
stage block (Validate vendor) - (1 min 37 sec in block)
sh - (1 min 37 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/.git:/go/src/github.com/docker/docker/.git" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER docker:${GIT_COMMIT} hack/validate/vendor
stage - (2 min 47 sec in block)Build e2e image
stage block (Build e2e image) - (2 min 47 sec in block)
sh - (2 min 47 sec in self) echo "Building e2e image" docker build --build-arg DOCKER_GITCOMMIT=${GIT_COMMIT} -t moby-e2e-test -f Dockerfile.e2e .
sh - (0.28 sec in self)
sh - (1.6 sec in self) echo 'Chowning /workspace to jenkins user' docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
catchError - (0.61 sec in block)
catchError block - (0.59 sec in block)
sh - (0.28 sec in self) bundleName=unit echo "Creating ${bundleName}-bundles.tar.gz" tar -czvf ${bundleName}-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
archiveArtifacts - (0.29 sec in self)
sh - (0.54 sec in self)make clean
deleteDir - (0.26 sec in self)
parallel block (Branch: amd64) - (14 ms in block)
stage - (57 min in block)amd64
stage block (amd64) - (57 min in block)
node - (57 min in block)
node block - (57 min in block)
checkout - (13 sec in self)
withEnv - (57 min in block)GIT_BRANCH, GIT_URL
withEnv block - (57 min in block)
stage - (1.9 sec in block)Print info
stage block (Print info) - (1.9 sec in block)
sh - (0.28 sec in self)docker version
sh - (0.84 sec in self)docker info
sh - (0.79 sec in self)
stage - (5 min 26 sec in block)Build dev image
stage block (Build dev image) - (5 min 26 sec in block)
sh - (5 min 26 sec in self) # todo: include ip_vs in base image sudo modprobe ip_vs docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
stage - (51 min in block)Run tests
stage block (Run tests) - (51 min in block)
sh - (51 min in self)
junit - (0.31 sec in self)
sh - (6.9 sec in self)
sh - (6.8 sec in self) echo "Chowning /workspace to jenkins user" docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
catchError - (2 sec in block)
catchError block - (2 sec in block)
sh - (1.6 sec in self)
archiveArtifacts - (0.35 sec in self)
sh - (0.54 sec in self)make clean
deleteDir - (4.8 sec in self)
parallel block (Branch: s390x) - (16 ms in block)
stage - (0.66 sec in block)
stage block (s390x) - (0.65 sec in block)
stage - (97 ms in block)Print info
stage block (Print info) - (17 ms in block)
stage - (0.14 sec in block)Build dev image
stage block (Build dev image) - (57 ms in block)
stage - (0.22 sec in block)Unit tests
stage block (Unit tests) - (36 ms in block)
stage - (75 ms in block)Integration tests
stage block (Integration tests) - (43 ms in block)
parallel block (Branch: s390x integration-cli) - (18 ms in block)
stage - (0.61 sec in block)
stage block (s390x integration-cli) - (0.58 sec in block)
stage - (0.11 sec in block)Print info
stage block (Print info) - (11 ms in block)
stage - (0.13 sec in block)Build dev image
stage block (Build dev image) - (49 ms in block)
stage - (0.21 sec in block)Integration-cli tests
stage block (Integration-cli tests) - (0.15 sec in block)
parallel block (Branch: ppc64le) - (21 ms in block)
stage - (0.66 sec in block)ppc64le
stage block (ppc64le) - (0.64 sec in block)
stage - (98 ms in block)Print info
stage block (Print info) - (15 ms in block)
stage - (0.14 sec in block)Build dev image
stage block (Build dev image) - (55 ms in block)
stage - (0.22 sec in block)Unit tests
stage block (Unit tests) - (34 ms in block)
stage - (81 ms in block)Integration tests
stage block (Integration tests) - (41 ms in block)
parallel block (Branch: ppc64le integration-cli) - (23 ms in block)
stage - (0.61 sec in block)ppc64le integration-cli
stage block (ppc64le integration-cli) - (0.58 sec in block)
stage - (0.11 sec in block)Print info
stage block (Print info) - (8 ms in block)
stage - (0.13 sec in block)Build dev image
stage block (Build dev image) - (47 ms in block)
stage - (0.21 sec in block)Integration-cli tests
stage block (Integration-cli tests) - (0.15 sec in block)
parallel block (Branch: win-RS1) - (25 ms in block)
stage - (0.51 sec in block)
stage block (win-RS1) - (0.35 sec in block)
stage - (0.13 sec in block)Print info
stage block (Print info) - (2 ms in block)
stage - (95 ms in block)Run tests
stage block (Run tests) - (30 ms in block)
parallel block (Branch: win-RS5) - (0.53 sec in block)
stage - (0.5 sec in block)win-RS5
stage block (win-RS5) - (0.3 sec in block)
stage - (96 ms in block)Print info
stage block (Print info) - (10 ms in block)
stage - (0.11 sec in block)Run tests
stage block (Run tests) - (53 ms in block)