Skip to content

Console Output

18:29:27 The recommended git tool is: git
18:29:29 using credential docker-jenkins-github-credentials
18:29:29 Cloning the remote Git repository
18:29:29 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_main # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.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-py.git +refs/heads/main:refs/remotes/origin/main # timeout=10
18:29:32 Avoid second fetch
18:29:32 Checking out Revision e901eac7a8c5f29c7720eafb9f58c8356cca2324 (main)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e901eac7a8c5f29c7720eafb9f58c8356cca2324 # timeout=10
18:29:35 Commit message: "test: add additional tests for cgroupns option (#3024)"
 > git rev-list --no-walk fc86ab0d8501b10dbe9be203625e9002cf3922ed # timeout=10