Skip to content

Console Output

10:16:36 using credential docker-jenkins-github-credentials
10:16:36 Cloning the remote Git repository
10:16:36 Cloning with configured refspecs honoured and without tags
10:16:37 Fetching without tags
10:16:37 Merging remotes/origin/master commit 030af62dca982e62ed418314c857da1f90ce4282 into PR head commit dfbab154ecfe12d3e0535fb3c9796f42e82591dd
10:16:37 Merge succeeded, producing dfbab154ecfe12d3e0535fb3c9796f42e82591dd
10:16:37 Checking out Revision dfbab154ecfe12d3e0535fb3c9796f42e82591dd (PR-2494)
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2494 # 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/2494/head:refs/remotes/origin/PR-2494 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2494/head:refs/remotes/origin/PR-2494 # 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/2494/head:refs/remotes/origin/PR-2494 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dfbab154ecfe12d3e0535fb3c9796f42e82591dd # timeout=10
 > git merge 030af62dca982e62ed418314c857da1f90ce4282 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dfbab154ecfe12d3e0535fb3c9796f42e82591dd # timeout=10
10:16:37 Commit message: "Add support for template expansion in secrets and configs https://github.com/docker/docker.github.io/issues/6207#issue-304572678"