Skip to content

Console Output

13:32:40 The recommended git tool is: git
13:32:40 using credential docker-jenkins-github-credentials
13:32:40 Cloning the remote Git repository
13:32:40 Cloning with configured refspecs honoured and without tags
13:32:40 Fetching without tags
13:32:40 Merging remotes/origin/master commit 8448ce452c2b5e86c5839ceecdce26f378dbe3e0 into PR head commit ef33edc77c304119a16ef6527b145bb6a1daca26
13:32:41 Merge succeeded, producing c144851b5b0ea56f062af787b92912653768f2e8
13:32:41 Checking out Revision c144851b5b0ea56f062af787b92912653768f2e8 (PR-658)
13:32:41 Commit message: "Merge commit '8448ce452c2b5e86c5839ceecdce26f378dbe3e0' into HEAD"
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-658 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.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/docker-ce-packaging.git +refs/pull/658/head:refs/remotes/origin/PR-658 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/658/head:refs/remotes/origin/PR-658 # 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-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/658/head:refs/remotes/origin/PR-658 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ef33edc77c304119a16ef6527b145bb6a1daca26 # 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 8448ce452c2b5e86c5839ceecdce26f378dbe3e0 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c144851b5b0ea56f062af787b92912653768f2e8 # timeout=10