Skip to content

Console Output

12:04:59 The recommended git tool is: git
12:04:59 using credential docker-jenkins-github-credentials
12:04:59 Cloning the remote Git repository
12:04:59 Cloning with configured refspecs honoured and without tags
12:05:00 Avoid second fetch
12:05:00 Checking out Revision 2a046c0bdbf256adf1d6fe107f5ab64770368af1 (master)
12:05:00 Commit message: "Merge pull request #532 from mat007/deprecation"
Cloning repository https://github.com/docker/libcompose.git
 > git init /home/ubuntu/workspace/libcompose_master # timeout=10
Fetching upstream changes from https://github.com/docker/libcompose.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/libcompose.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/libcompose.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a046c0bdbf256adf1d6fe107f5ab64770368af1 # timeout=10
 > git rev-list --no-walk 143e0f3f1ab9caa587b9821028c60d41d203de3e # timeout=10