Skip to content

Console Output

22:13:34 using credential docker-jenkins-github-credentials
22:13:34 Cloning the remote Git repository
22:13:34 Cloning with configured refspecs honoured and without tags
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
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
22:13:36 Fetching without tags
 > 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 remote.origin.url https://github.com/docker/libcompose.git # timeout=10
Fetching upstream changes from https://github.com/docker/libcompose.git
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
22:13:36 Checking out Revision 143e0f3f1ab9caa587b9821028c60d41d203de3e (master)
22:13:37 Commit message: "Merge pull request #525 from ldez/fix/build"
22:13:37 First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 143e0f3f1ab9caa587b9821028c60d41d203de3e