Skip to content

Console Output

11:54:06 The recommended git tool is: git
11:54:16 using credential docker-jenkins-github-credentials
11:54:16 Cloning the remote Git repository
11:54:16 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_23.0 # timeout=10
11:54:18 Avoid second fetch
11:54:18 Checking out Revision 5a6fe324f7e46102d93bb2829d0fb90a734ed565 (23.0)
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/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5a6fe324f7e46102d93bb2829d0fb90a734ed565 # timeout=10
11:54:23 Commit message: "Merge pull request #895 from thaJeztah/23.0_backport_remove_fedora_36"