Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/amalgam.git
 > git init /home/jenkins/agent/workspace/amalgam_masterx # timeout=10
Fetching upstream changes from https://github.com/eclipse/amalgam.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/amalgam.git +refs/heads/masterx:refs/remotes/origin/masterx # timeout=10
Avoid second fetch
Checking out Revision 9dc6dc7483fd0c349ec93095943f7870e2c243b1 (masterx)
Commit message: "[releng] Update target platform"
First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/eclipse/amalgam.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/masterx:refs/remotes/origin/masterx # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9dc6dc7483fd0c349ec93095943f7870e2c243b1 # timeout=10