Skip to content

Console Output

using credential docker-jenkins-github-credentials
Fetching changes from the remote Git repository
Fetching without tags
Checking out Revision 280f562c9ecf3860fe502512b11b3228ca1caef3 (PR-717)
 > git rev-parse --is-inside-work-tree # 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
 > 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/717/head:refs/remotes/origin/PR-717
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 280f562c9ecf3860fe502512b11b3228ca1caef3
Commit message: "Add support for short ID. It required a large refactoring of the bundle store. Now the bundle store scans the bundle directory and creates a map of existing bundle references. All subsequent operations on the bundle store are using this map as the reference for stored bundle."
 > git rev-list --no-walk 5ac6329752a2b3bbcce077652e7e0ffb19a10b69 # timeout=10