Skip to content

Console Output

13:27:10 The recommended git tool is: git
13:27:15 using credential docker-jenkins-github-credentials
13:27:15 Cloning the remote Git repository
13:27:15 Cloning with configured refspecs honoured and without tags
13:27:16 Fetching without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-703 # 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/703/head:refs/remotes/origin/PR-703 +refs/heads/20.10:refs/remotes/origin/20.10 # 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/703/head:refs/remotes/origin/PR-703 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # 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/703/head:refs/remotes/origin/PR-703 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
13:27:16 Merging remotes/origin/20.10 commit 83cb5fd085c52b693e644733768edc8b3c553150 into PR head commit e85770be35d91780c26c3e2a4e73a1995b02e2d0
13:27:16 Merge succeeded, producing e85770be35d91780c26c3e2a4e73a1995b02e2d0
13:27:16 Checking out Revision e85770be35d91780c26c3e2a4e73a1995b02e2d0 (PR-703)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e85770be35d91780c26c3e2a4e73a1995b02e2d0 # 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 83cb5fd085c52b693e644733768edc8b3c553150 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e85770be35d91780c26c3e2a4e73a1995b02e2d0 # timeout=10
13:27:20 Commit message: "bump version of Compose to v2.6.0"