Skip to content

Console Output

The recommended git tool is: git
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-3048 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/cli.git +refs/pull/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit a32cd16160f1b41c1c4ae7bee4dac929d1484e59 into PR head commit ecc924e5e2fc8d9abbdefd19a905dd9d6300d966
Merge succeeded, producing ecc924e5e2fc8d9abbdefd19a905dd9d6300d966
Checking out Revision ecc924e5e2fc8d9abbdefd19a905dd9d6300d966 (PR-3048)
Commit message: "Do not run windres if command is not found."
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3048/head:refs/remotes/origin/PR-3048 # 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 --force --progress -- https://github.com/docker/cli.git +refs/pull/3048/head:refs/remotes/origin/PR-3048 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ecc924e5e2fc8d9abbdefd19a905dd9d6300d966 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge a32cd16160f1b41c1c4ae7bee4dac929d1484e59 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ecc924e5e2fc8d9abbdefd19a905dd9d6300d966 # timeout=10
 > git rev-list --no-walk 2c40960ba1bba39ca7b229a671cf7f8e9a8213a3 # timeout=10