Skip to content

Console Output

10:18:10 The recommended git tool is: git
10:18:11 using credential docker-jenkins-github-credentials
10:18:11 Cloning the remote Git repository
10:18:11 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-615 # timeout=10
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/615/head:refs/remotes/origin/PR-615 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:18:13 Fetching without tags
10:18:13 Merging remotes/origin/20.10 commit d76cedff4ac59af51e8e6bbbbbfbfb0dc21f8a95 into PR head commit e5ece1ff676d70e0e42239be074db979d68bb38c
10:18:13 Merge succeeded, producing e5ece1ff676d70e0e42239be074db979d68bb38c
10:18:13 Checking out Revision e5ece1ff676d70e0e42239be074db979d68bb38c (PR-615)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/615/head:refs/remotes/origin/PR-615 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # 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/615/head:refs/remotes/origin/PR-615 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e5ece1ff676d70e0e42239be074db979d68bb38c # 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 d76cedff4ac59af51e8e6bbbbbfbfb0dc21f8a95 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e5ece1ff676d70e0e42239be074db979d68bb38c # timeout=10
10:18:16 Commit message: "upgrade Docker Scan to v0.15.0"