Skip to content

Console Output

10:04:11 The recommended git tool is: git
10:04:14 using credential docker-jenkins-github-credentials
10:04:14 Cloning the remote Git repository
10:04:14 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-946 # timeout=10
10:04:15 Fetching without tags
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/946/head:refs/remotes/origin/PR-946 +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/946/head:refs/remotes/origin/PR-946 # 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/946/head:refs/remotes/origin/PR-946 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:04:16 Merging remotes/origin/master commit 2823dcc2172d65bb07e4cbc424acbcc75bc15e42 into PR head commit 3e54ed5d4187e7c2ab7eb731734fb76f50c08ca3
10:04:16 Merge succeeded, producing 3e54ed5d4187e7c2ab7eb731734fb76f50c08ca3
10:04:16 Checking out Revision 3e54ed5d4187e7c2ab7eb731734fb76f50c08ca3 (PR-946)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3e54ed5d4187e7c2ab7eb731734fb76f50c08ca3 # 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 2823dcc2172d65bb07e4cbc424acbcc75bc15e42 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3e54ed5d4187e7c2ab7eb731734fb76f50c08ca3 # timeout=10
10:04:20 Commit message: "bump compose version to v2.22.0"