Skip to content

Console Output

08:11:07 The recommended git tool is: git
08:11:14 using credential docker-jenkins-github-credentials
08:11:14 Cloning the remote Git repository
08:11:14 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-904 # 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/904/head:refs/remotes/origin/PR-904 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:11:17 Fetching without tags
08:11:17 Merging remotes/origin/master commit 47385010133c02c4066576ad5164171ca32a38f7 into PR head commit ec6799b95770d697587b7bde0341d20fa19b7bb9
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/904/head:refs/remotes/origin/PR-904 # 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/904/head:refs/remotes/origin/PR-904 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:11:17 Merge succeeded, producing ec6799b95770d697587b7bde0341d20fa19b7bb9
08:11:17 Checking out Revision ec6799b95770d697587b7bde0341d20fa19b7bb9 (PR-904)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ec6799b95770d697587b7bde0341d20fa19b7bb9 # 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 47385010133c02c4066576ad5164171ca32a38f7 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ec6799b95770d697587b7bde0341d20fa19b7bb9 # timeout=10
08:11:22 Commit message: "update go to go1.20.5"