Skip to content

Console Output

using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-552/src/github.com/docker/app # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/552/head:refs/remotes/origin/PR-552
Fetching without tags
Checking out Revision ffdbaa08775a912cd295f097667819c345417149 (PR-552)
Commit message: "Adds a new column in the 'services' section of the inspect action. When the 'Image.originalImage' is set the content is printed in the 'Image' column and the 'Image.image' field content is printed into the 'Reference' column. When the 'Image.originalImage' is empty or identical to 'Image.image' the 'Reference' column is not displayed. Refactor the Inspect() function and add some unit tests."
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/552/head:refs/remotes/origin/PR-552 # timeout=10
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/552/head:refs/remotes/origin/PR-552
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ffdbaa08775a912cd295f097667819c345417149