Skip to content

Console Output

18:48:59 The recommended git tool is: git
18:49:03 using credential docker-jenkins-github-credentials
18:49:03 Cloning the remote Git repository
18:49:03 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_20.10 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
18:49:05 Avoid second fetch
18:49:05 Checking out Revision 7d48b50e38176bba1c651cd6ff43b173c0dbff6d (20.10)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7d48b50e38176bba1c651cd6ff43b173c0dbff6d # timeout=10
18:49:09 Commit message: "Merge pull request #786 from glours/backport-bump-compose-version-2.13.0"