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 29e3916524608dcf4cb3c4ae4f1cd9bb2170dac2 (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 29e3916524608dcf4cb3c4ae4f1cd9bb2170dac2 # timeout=10
 > git rev-list --no-walk 849d37ba967a173f1329969efc9754f7be64d3a6 # timeout=10