Skip to content
StepArgumentsStatus
Start of Pipeline - (22 min in block)
properties - (0.38 sec in self)
node - (22 min in block)linux && x86_64
node block - (21 min in block)
withEnv - (21 min in block)TAG
withEnv block - (21 min in block)
stage - (11 min in block)Build
stage block (Build) - (11 min in block)
parallel - (11 min in block)
parallel block (Branch: Validate) - (1 ms in block)
stage - (11 min in block)Validate
stage block (Validate) - (11 min in block)
node - (11 min in block)ubuntu-1604-aufs-edge
node block - (9 min 54 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (9 min 54 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (9 min 54 sec in block)
checkout - (13 sec in self)
ansiColor - (9 min 40 sec in block)xterm
ansiColor block - (9 min 40 sec in block)
sh - (1 min 28 sec in self)make -f docker.Makefile lint
sh - (8 min 12 sec in self)make -f docker.Makefile check-vendor
deleteDir - (0.42 sec in self)
parallel block (Branch: Binaries) - (60 ms in block)
stage - (11 min in block)Binaries
stage block (Binaries) - (11 min in block)
node - (11 min in block)ubuntu-1604-aufs-edge
node block - (10 min in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (10 min in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (10 min in block)
script - (10 min in block)
script block - (10 min in block)
checkout - (16 sec in self)
ansiColor - (9 min 10 sec in block)xterm
ansiColor block - (9 min 10 sec in block)
sh - (9 min 10 sec in self)make -f docker.Makefile cli-cross cross e2e-cross tars
org.jenkinsci.plugins.workflow.steps.PushdStep - (53 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (53 sec in block)
stash - (53 sec in self)binaries
org.jenkinsci.plugins.workflow.steps.PushdStep - (0.38 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (0.35 sec in block)
stash - (0.27 sec in self)e2e
org.jenkinsci.plugins.workflow.steps.PushdStep - (0.35 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (0.32 sec in block)
stash - (0.31 sec in self)examples
sh - (1 sec in self)
deleteDir - (0.27 sec in self)
parallel block (Branch: Build Invocation image) - (3 min 41 sec in block)
stage - (3 min 41 sec in block)Build Invocation image
stage block (Build Invocation image) - (3 min 41 sec in block)
node - (3 min 41 sec in block)ubuntu-1604-aufs-edge
node block - (2 min 26 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (2 min 24 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2 min 24 sec in block)
checkout - (16 sec in self)
ansiColor - (1 min 56 sec in block)xterm
ansiColor block - (1 min 56 sec in block)
sh - (1 min 55 sec in self)make -f docker.Makefile save-invocation-image
sh - (0.57 sec in self)make -f docker.Makefile INVOCATION_IMAGE_TAG=$TAG-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag
sh - (0.57 sec in self)make -f docker.Makefile INVOCATION_IMAGE_TAG=$TAG-coverage-experimental OUTPUT=coverage-experimental-invocation-image.tar save-invocation-image-tag
org.jenkinsci.plugins.workflow.steps.PushdStep - (11 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (11 sec in block)
stash - (3.9 sec in self)invocation-image
stash - (3.8 sec in self)coverage-invocation-image
stash - (3.4 sec in self)coverage-experimental-invocation-image
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 sec in block)
sh - (0.33 sec in self)docker rmi docker/cnab-app-base:$TAG
sh - (0.36 sec in self)docker rmi docker/cnab-app-base:$TAG-coverage
sh - (0.31 sec in self)docker rmi docker/cnab-app-base:$TAG-coverage-experimental
deleteDir - (0.24 sec in self)
stage - (9 min 23 sec in block)Test
stage block (Test) - (9 min 23 sec in block)
parallel - (9 min 23 sec in block)
parallel block (Branch: Coverage) - (20 ms in block)
stage - (8 min 52 sec in block)Coverage
stage block (Coverage) - (8 min 52 sec in block)
node - (8 min 52 sec in block)ubuntu-1604-aufs-edge
node block - (8 min 52 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (8 min 50 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (8 min 50 sec in block)
checkout - (2.6 sec in self)
org.jenkinsci.plugins.workflow.steps.PushdStep - (7.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (7.4 sec in block)
unstash - (6.2 sec in self)coverage-invocation-image
sh - (1.1 sec in self)docker load -i coverage-invocation-image.tar
ansiColor - (8 min 40 sec in block)xterm
ansiColor block - (8 min 40 sec in block)
sh - (8 min 39 sec in self)make -f docker.Makefile TAG=$TAG-coverage coverage-run || true
sh - (0.53 sec in self)make -f docker.Makefile TAG=$TAG-coverage coverage-results
archiveArtifacts - (34 ms in self)_build/ci-cov/all.out
archiveArtifacts - (27 ms in self)_build/ci-cov/coverage.html
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.2 sec in block)
sh - (0.27 sec in self)[ ! -e unit-coverage.xml ] || sed -i -E -e 's,"github.com/docker/app","unit/basic",g; s,"github.com/docker/app/([^"]*)","unit/basic/\1",g' unit-coverage.xml
sh - (0.27 sec in self)[ ! -e e2e-coverage.xml ] || sed -i -E -e 's,"github.com/docker/app/e2e","e2e/basic",g' e2e-coverage.xml
archiveArtifacts - (13 ms in self)*.xml
junit - (0.65 sec in self)*.xml
sh - (0.27 sec in self)docker rmi docker/cnab-app-base:$TAG-coverage
deleteDir - (0.17 sec in self)
parallel block (Branch: Coverage (experimental)) - (91 ms in block)
stage - (9 min 23 sec in block)Coverage (experimental)
stage block (Coverage (experimental)) - (9 min 23 sec in block)
node - (9 min 22 sec in block)ubuntu-1604-aufs-edge
node block - (9 min 17 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (9 min 15 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (9 min 15 sec in block)
checkout - (2.6 sec in self)
org.jenkinsci.plugins.workflow.steps.PushdStep - (5.6 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (5.5 sec in block)
unstash - (4.2 sec in self)coverage-experimental-invocation-image
sh - (1.3 sec in self)docker load -i coverage-experimental-invocation-image.tar
ansiColor - (9 min 7 sec in block)xterm
ansiColor block - (9 min 7 sec in block)
sh - (9 min 6 sec in self)make EXPERIMENTAL=on TEST_RESULTS_PREFIX="experimental-" -f docker.Makefile TAG=$TAG-coverage-experimental coverage-run || true
sh - (0.79 sec in self)make EXPERIMENTAL=on TEST_RESULTS_PREFIX="experimental-" -f docker.Makefile TAG=$TAG-coverage-experimental coverage-results
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.2 sec in block)
sh - (0.27 sec in self)[ ! -e experimental-unit-coverage.xml ] || sed -i -E -e 's,"github.com/docker/app","unit/experimental",g; s,"github.com/docker/app/([^"]*)","unit/experimental/\1",g' experimental-unit-coverage.xml
sh - (0.27 sec in self)[ ! -e experimental-e2e-coverage.xml ] || sed -i -E -e 's,"github.com/docker/app/e2e","e2e/experimental",g' experimental-e2e-coverage.xml
archiveArtifacts - (36 ms in self)*.xml
junit - (0.64 sec in self)*.xml
sh - (0.35 sec in self)docker rmi docker/cnab-app-base:$TAG-coverage-experimental
deleteDir - (0.17 sec in self)
parallel block (Branch: Gradle test) - (0.14 sec in block)
stage - (1 min 52 sec in block)Gradle test
stage block (Gradle test) - (1 min 52 sec in block)
node - (1 min 52 sec in block)ubuntu-1604-aufs-edge
node block - (1 min 34 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1 min 33 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1 min 33 sec in block)
checkout - (2.5 sec in self)
org.jenkinsci.plugins.workflow.steps.PushdStep - (47 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (47 sec in block)
unstash - (47 sec in self)binaries
ansiColor - (43 sec in block)xterm
ansiColor block - (43 sec in block)
sh - (43 sec in self)make -f docker.Makefile gradle-test
deleteDir - (0.24 sec in self)
parallel block (Branch: Test Linux) - (3 min 26 sec in block)
stage - (3 min 26 sec in block)Test Linux
stage block (Test Linux) - (3 min 26 sec in block)
node - (3 min 26 sec in block)ubuntu-1604-aufs-edge
node block - (3 min 3 sec in block)
withEnv - (3 min 3 sec in block)DOCKERAPP_BINARY, DOCKERCLI_BINARY
withEnv block - (3 min 3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (3 min 1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (3 min 1 sec in block)
checkout - (2.5 sec in self)
org.jenkinsci.plugins.workflow.steps.PushdStep - (5.6 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (5.5 sec in block)
unstash - (4.6 sec in self)invocation-image
sh - (0.91 sec in self)docker load -i invocation-image.tar
unstash - (39 sec in self)binaries
org.jenkinsci.plugins.workflow.steps.PushdStep - (32 ms in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (20 ms in block)
unstash - (13 ms in self)examples
org.jenkinsci.plugins.workflow.steps.PushdStep - (38 ms in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (27 ms in block)
unstash - (21 ms in self)e2e
ansiColor - (2 min 13 sec in block)xterm
ansiColor block - (2 min 13 sec in block)
sh - (2 min 13 sec in self)./gotestsum-linux --format short-verbose --junitfile e2e-linux.xml --raw-command -- ./test2json-linux -t -p e2e/linux ./docker-app-e2e-linux -test.v --e2e-path=e2e
archiveArtifacts - (32 ms in self)src/github.com/docker/app/e2e-linux.xml
junit - (0.78 sec in self)src/github.com/docker/app/e2e-linux.xml
sh - (0.27 sec in self)docker rmi docker/cnab-app-base:$TAG
deleteDir - (0.23 sec in self)