Skip to content

Console Output

15:15:22 using credential docker-jenkins-github-credentials
15:15:22 Cloning the remote Git repository
15:15:22 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2287 # 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/2287/head:refs/remotes/origin/PR-2287 +refs/heads/master:refs/remotes/origin/master
15:15:25 Fetching without tags
15:15:25 Merging remotes/origin/master commit 74fb129a73a348689794781e3ad5d1d2dcca6d7a into PR head commit 94443920b1a19ddb60d145306d7b7041feed747e
15:15:26 Merge succeeded, producing 94443920b1a19ddb60d145306d7b7041feed747e
15:15:26 Checking out Revision 94443920b1a19ddb60d145306d7b7041feed747e (PR-2287)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2287/head:refs/remotes/origin/PR-2287 # 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/2287/head:refs/remotes/origin/PR-2287 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 94443920b1a19ddb60d145306d7b7041feed747e
 > git merge 74fb129a73a348689794781e3ad5d1d2dcca6d7a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 94443920b1a19ddb60d145306d7b7041feed747e
15:15:26 Commit message: "Fix: docker push --quiet suppressing errors and exit code"
 > git rev-list --no-walk 94443920b1a19ddb60d145306d7b7041feed747e # timeout=10