Skip to content

Console Output

10:18:38 The recommended git tool is: git
10:18:40 using credential docker-jenkins-github-credentials
10:18:40 Cloning the remote Git repository
10:18:40 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-614 # timeout=10
10:18:41 Fetching without tags
10:18:41 Merging remotes/origin/master commit 190bf6faddae839bc8feed268c247aa7f33f5a3e into PR head commit 0b78b5d3b27eba4a3b3e678a9491828403f0b91f
10:18:41 Merge succeeded, producing 0b78b5d3b27eba4a3b3e678a9491828403f0b91f
10:18:41 Checking out Revision 0b78b5d3b27eba4a3b3e678a9491828403f0b91f (PR-614)
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.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/docker-ce-packaging.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/614/head:refs/remotes/origin/PR-614 # 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/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0b78b5d3b27eba4a3b3e678a9491828403f0b91f # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 190bf6faddae839bc8feed268c247aa7f33f5a3e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0b78b5d3b27eba4a3b3e678a9491828403f0b91f # timeout=10
10:18:45 Commit message: "upgrade Docker Scan to v0.15.0"