Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/swtchart.git
 > git init /home/jenkins/agent/workspace/build_0.8.x # timeout=10
Fetching upstream changes from https://github.com/eclipse/swtchart.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/swtchart.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision fb53ffdeaaf41c779a2e680214d98f9e638419ea (0.8.x)
Commit message: "Build daily, but don't deploy."
 > git config remote.origin.url https://github.com/eclipse/swtchart.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb53ffdeaaf41c779a2e680214d98f9e638419ea # timeout=10
 > git rev-list --no-walk fb53ffdeaaf41c779a2e680214d98f9e638419ea # timeout=10