Skip to content

Console Output

16:33:22 using credential docker-jenkins-github-credentials
16:33:22 Cloning the remote Git repository
16:33:22 Cloning with configured refspecs honoured and without tags
16:33:23 Fetching without tags
16:33:23 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit 6817351c020dc19dbe4fa34fe13f64b5a8df8934
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2499 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2499/head:refs/remotes/origin/PR-2499 # 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/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2499/head:refs/remotes/origin/PR-2499 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6817351c020dc19dbe4fa34fe13f64b5a8df8934
16:33:23 Merge succeeded, producing 6817351c020dc19dbe4fa34fe13f64b5a8df8934
16:33:23 Checking out Revision 6817351c020dc19dbe4fa34fe13f64b5a8df8934 (PR-2499)
16:33:23 Commit message: "fix for docker-credential-desktop "credentials not found""
 > git merge f2e09ae63287dd812ceaf936513ccf836392fab1 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6817351c020dc19dbe4fa34fe13f64b5a8df8934