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-788/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/788/head:refs/remotes/origin/PR-788
Fetching without tags
Checking out Revision 5b914838f48a9c496114f63e62b1f8d1fed36b52 (PR-788)
Commit message: "Move from deislabs/cnab-go to cnabio/cnab-go * Bump github.com/docker/cnab-to-oci v0.3.0-beta2 -> v0.3.0-beta4 * Bump github.com/cnabio/cnab-go v0.7.1-beta1 -> v0.8.2-beta1"
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/788/head:refs/remotes/origin/PR-788 # 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/788/head:refs/remotes/origin/PR-788
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5b914838f48a9c496114f63e62b1f8d1fed36b52