Skip to content

Console Output

The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-packaging/packages.git
 > git init /home/jenkins/agent/workspace/promote-a-build # timeout=10
Fetching upstream changes from https://github.com/eclipse-packaging/packages.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse-packaging/packages.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-packaging/packages.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision d7c393b649455f8d2e61310cb03248b6aa64255e (refs/remotes/origin/master)
Commit message: "Set version qualifiers with setGitDate script"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d7c393b649455f8d2e61310cb03248b6aa64255e # timeout=10
 > git rev-list --no-walk af613f432c090a51ddafb12dcc7238f8b70f140a # timeout=10