Skip to content

Console Output

14:13:19 The recommended git tool is: git
14:13:24 using credential docker-jenkins-github-credentials
14:13:24 Cloning the remote Git repository
14:13:24 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-866 # 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/866/head:refs/remotes/origin/PR-866 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:13:25 Fetching without tags
14:13:25 Merging remotes/origin/master commit 902cb8bce78648cf7e0d91a5ef4ab92a285e6c10 into PR head commit 5e20a7d5b17ece92dceda023f9dc88e2c3210f9d
14:13:25 Merge succeeded, producing 5e20a7d5b17ece92dceda023f9dc88e2c3210f9d
14:13:25 Checking out Revision 5e20a7d5b17ece92dceda023f9dc88e2c3210f9d (PR-866)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/866/head:refs/remotes/origin/PR-866 # 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/866/head:refs/remotes/origin/PR-866 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5e20a7d5b17ece92dceda023f9dc88e2c3210f9d # 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 902cb8bce78648cf7e0d91a5ef4ab92a285e6c10 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5e20a7d5b17ece92dceda023f9dc88e2c3210f9d # timeout=10
14:13:31 Commit message: "bump compose version to v2.17.2"