Skip to content

Console Output

using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2602 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2602/head:refs/remotes/origin/PR-2602 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit 44ff3665620b7d5c7aa23f8256e44ec03adb2fc1 into PR head commit a6cfbd23511b7029162c62434b2e19a5bfe391b5
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2602/head:refs/remotes/origin/PR-2602 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2602/head:refs/remotes/origin/PR-2602 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a6cfbd23511b7029162c62434b2e19a5bfe391b5 # timeout=10
Merge succeeded, producing a6cfbd23511b7029162c62434b2e19a5bfe391b5
Checking out Revision a6cfbd23511b7029162c62434b2e19a5bfe391b5 (PR-2602)
 > git merge 44ff3665620b7d5c7aa23f8256e44ec03adb2fc1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a6cfbd23511b7029162c62434b2e19a5bfe391b5 # timeout=10
Commit message: "Added env-file flag to docker exec"
First time build. Skipping changelog.
 > git rev-list --no-walk a7223af9bd7e160c63eb927020ffe7e4cea7a5ba # timeout=10