Skip to content
StepArgumentsStatus
Start of Pipeline - (1 hr 9 min in block)
withEnv - (1 hr 9 min in block)DOCKER_EXPERIMENTAL, TESTDEBUG, APT_MIRROR, DOCKER_BUILDKIT, DOCKER_GRAPHDRIVER, CHECK_CONFIG_COMMIT, TIMEOUT
withEnv block - (1 hr 9 min in block)
timeout - (1 hr 9 min in block)
timeout block - (1 hr 9 min in block)
timestamps - (1 hr 9 min in block)
timestamps block - (1 hr 9 min in block)
stage - (0.12 sec in block)pr-hack
stage block (pr-hack) - (0.1 sec in block)
script - (53 ms in block)
script block - (39 ms in block)
echo - (3 ms in self)Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
milestone - (16 ms in self)6
milestone - (11 ms in self)7
stage - (22 sec in block)DCO-check
stage block (DCO-check) - (22 sec in block)
node - (22 sec in block)
node block - (22 sec in block)
checkout - (14 sec in self)
withEnv - (8.4 sec in block)GIT_BRANCH, GIT_URL
withEnv block - (8.3 sec in block)
sh - (8.3 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 - (1 hr 9 min in block)Build
stage block (Build) - (1 hr 9 min in block)
parallel - (1 hr 9 min in block)
parallel block (Branch: unit-validate) - (12 ms in block)
stage - (24 min in block)unit-validate
stage block (unit-validate) - (24 min in block)
node - (24 min in block)
node block - (24 min in block)
checkout - (14 sec in self)
withEnv - (24 min in block)GIT_BRANCH, GIT_URL
withEnv block - (24 min in block)
stage - (2.3 sec in block)Print info
stage block (Print info) - (2.3 sec in block)
sh - (0.28 sec in self)docker version
sh - (0.84 sec in self)docker info
sh - (0.8 sec in self)
stage - (4.4 sec in block)Build dev image
stage block (Build dev image) - (4.3 sec in block)
sh - (4.3 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 23 sec in block)Docker-py
stage block (Docker-py) - (9 min 23 sec in block)
sh - (9 min 20 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 - (0.14 sec in self)
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.54 sec in block)
catchError block - (0.53 sec in block)
sh - (0.28 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 6 sec in block)Unit tests
stage block (Unit tests) - (4 min 6 sec in block)
sh - (4 min 6 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.2 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 - (3 min 17 sec in block)Build e2e image
stage block (Build e2e image) - (3 min 17 sec in block)
sh - (3 min 17 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.66 sec in block)
catchError block - (0.63 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.33 sec in self)
sh - (0.53 sec in self)make clean
deleteDir - (0.21 sec in self)
parallel block (Branch: amd64) - (1 ms in block)
stage - (52 min in block)amd64
stage block (amd64) - (52 min in block)
node - (52 min in block)
node block - (52 min in block)
checkout - (0.9 sec in self)
withEnv - (52 min in block)GIT_BRANCH, GIT_URL
withEnv block - (52 min in block)
stage - (1.4 sec in block)Print info
stage block (Print info) - (1.3 sec in block)
sh - (0.28 sec in self)docker version
sh - (0.28 sec in self)docker info
sh - (0.79 sec in self)
stage - (4 sec in block)Build dev image
stage block (Build dev image) - (4 sec in block)
sh - (4 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 - (52 min in block)Run tests
stage block (Run tests) - (52 min in block)
sh - (52 min in self)
junit - (0.54 sec in self)
sh - (6.8 sec in self)
sh - (8.3 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.6 sec in block)
catchError block - (2.6 sec in block)
sh - (2.1 sec in self)
archiveArtifacts - (0.44 sec in self)
sh - (0.54 sec in self)make clean
deleteDir - (5.1 sec in self)
parallel block (Branch: s390x) - (17 ms in block)
stage - (24 min in block)
stage block (s390x) - (24 min in block)
node - (24 min in block)
node block - (24 min in block)
checkout - (11 sec in self)
withEnv - (24 min in block)GIT_BRANCH, GIT_URL
withEnv block - (24 min in block)
withEnv - (24 min in block)
withEnv block - (24 min in block)
stage - (2.8 sec in block)Print info
stage block (Print info) - (2.8 sec in block)
sh - (0.82 sec in self)docker version
sh - (0.82 sec in self)docker info
sh - (1.1 sec in self)
stage - (6 min 19 sec in block)Build dev image
stage block (Build dev image) - (6 min 19 sec in block)
sh - (6 min 19 sec in self) docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} -f Dockerfile .
stage - (4 min 12 sec in block)Unit tests
stage block (Unit tests) - (4 min 11 sec in block)
sh - (4 min 10 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 - (1.6 sec in self)
stage - (13 min in block)Integration tests
stage block (Integration tests) - (13 min in block)
withEnv - (13 min in block)
withEnv block - (13 min in block)
sh - (13 min 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 -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:${GIT_COMMIT} hack/make.sh dynbinary test-integration
junit - (0.92 sec in self)
sh - (0.87 sec in self)
sh - (3.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.3 sec in block)
catchError block - (2.3 sec in block)
sh - (0.84 sec in self)
archiveArtifacts - (1.4 sec in self)
sh - (1.1 sec in self)make clean
deleteDir - (17 sec in self)
parallel block (Branch: s390x integration-cli) - (19 ms in block)
stage - (0.4 sec in block)
stage block (s390x integration-cli) - (0.39 sec in block)
stage - (96 ms in block)Print info
stage block (Print info) - (7 ms in block)
stage - (0.1 sec in block)Build dev image
stage block (Build dev image) - (17 ms in block)
stage - (86 ms in block)Integration-cli tests
stage block (Integration-cli tests) - (37 ms in block)
parallel block (Branch: ppc64le) - (23 ms in block)
stage - (39 min in block)ppc64le
stage block (ppc64le) - (39 min in block)
node - (39 min in block)
node block - (39 min in block)
checkout - (26 sec in self)
withEnv - (38 min in block)GIT_BRANCH, GIT_URL
withEnv block - (38 min in block)
withEnv - (38 min in block)
withEnv block - (38 min in block)
stage - (2 sec in block)Print info
stage block (Print info) - (2 sec in block)
sh - (0.39 sec in self)docker version
sh - (0.37 sec in self)docker info
sh - (1.2 sec in self)
stage - (11 min in block)Build dev image
stage block (Build dev image) - (11 min in block)
sh - (11 min in self)docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} -f Dockerfile .
stage - (6 min 6 sec in block)Unit tests
stage block (Unit tests) - (6 min 6 sec in block)
sh - (6 min 6 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.31 sec in self)
stage - (20 min in block)Integration tests
stage block (Integration tests) - (20 min in block)
withEnv - (20 min in block)
withEnv block - (20 min in block)
sh - (20 min 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 -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT docker:${GIT_COMMIT} hack/make.sh dynbinary test-integration
junit - (0.4 sec in self)
sh - (0.39 sec in self)
sh - (3.2 sec in self) echo "Chowning /workspace to jenkins user" docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
catchError - (1 sec in block)
catchError block - (1 sec in block)
sh - (0.65 sec in self)
archiveArtifacts - (0.33 sec in self)
sh - (0.99 sec in self)make clean
deleteDir - (2.4 sec in self)
parallel block (Branch: ppc64le integration-cli) - (26 ms in block)
stage - (0.41 sec in block)ppc64le integration-cli
stage block (ppc64le integration-cli) - (0.38 sec in block)
stage - (97 ms in block)Print info
stage block (Print info) - (5 ms in block)
stage - (0.1 sec in block)Build dev image
stage block (Build dev image) - (16 ms in block)
stage - (92 ms in block)Integration-cli tests
stage block (Integration-cli tests) - (35 ms in block)
parallel block (Branch: win-RS1) - (28 ms in block)
stage - (0.36 sec in block)
stage block (win-RS1) - (0.29 sec in block)
stage - (0.1 sec in block)Print info
stage block (Print info) - (1 ms in block)
stage - (82 ms in block)Run tests
stage block (Run tests) - (29 ms in block)
parallel block (Branch: win-RS5) - (1 hr 9 min in block)
stage - (1 hr 9 min in block)win-RS5
stage block (win-RS5) - (1 hr 9 min in block)
node - (1 hr 9 min in block)
node block - (1 hr 9 min in block)
ws - (1 hr 9 min in block)d:\gopath\src\github.com\docker\docker
ws block - (1 hr 9 min in block)
checkout - (1 min 3 sec in self)
withEnv - (1 hr 7 min in block)GIT_BRANCH, GIT_URL
withEnv block - (1 hr 7 min in block)
withEnv - (1 hr 7 min in block)SOURCES_DRIVE, TESTRUN_DRIVE, TESTRUN_SUBDIR, WINDOWS_BASE_IMAGE, SOURCES_SUBDIR
withEnv block - (1 hr 7 min in block)
stage - (1 min 41 sec in block)Print info
stage block (Print info) - (1 min 41 sec in block)
sh - (28 sec in self)
sh - (1 min 13 sec in self)
stage - (1 hr 5 min in block)Run tests
stage block (Run tests) - (1 hr 5 min in block)
powershell - (1 hr 5 min in self)
catchError - (20 sec in block)
catchError block - (20 sec in block)
powershell - (2.8 sec in self)
step - (17 sec in self)
sh - (2 sec in self)make clean
deleteDir - (2.1 sec in self)