Skip to content

Console Output

17:29:24 The recommended git tool is: git
17:29:30 using credential docker-jenkins-github-credentials
17:29:30 Cloning the remote Git repository
17:29:30 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-790 # 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/790/head:refs/remotes/origin/PR-790 +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/790/head:refs/remotes/origin/PR-790 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
17:29:32 Fetching without tags
17:29:32 Merging remotes/origin/20.10 commit 8cae8c038a67d663e50ee8dddf5fb028a05c625e into PR head commit c831eb9bfcfb866ea876ff751d3535441a191f2a
17:29:32 Merge succeeded, producing c831eb9bfcfb866ea876ff751d3535441a191f2a
17:29:32 Checking out Revision c831eb9bfcfb866ea876ff751d3535441a191f2a (PR-790)
 > 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/790/head:refs/remotes/origin/PR-790 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c831eb9bfcfb866ea876ff751d3535441a191f2a # 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 8cae8c038a67d663e50ee8dddf5fb028a05c625e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c831eb9bfcfb866ea876ff751d3535441a191f2a # timeout=10
17:29:38 Commit message: "compose: bump version to v2.14.0"