Skip to content

Console Output

11:13:47 using credential docker-jenkins-github-credentials
11:13:47 Cloning the remote Git repository
11:13:47 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_release # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/heads/release:refs/remotes/origin/release
11:13:50 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/release:refs/remotes/origin/release # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/heads/release:refs/remotes/origin/release
11:13:50 Checking out Revision 335559ab6db98162e4296d8231a633d6f378fa56 (release)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 335559ab6db98162e4296d8231a633d6f378fa56
11:13:51 Commit message: "Merge branch 'master' into release"