Skip to content

Console Output

The recommended git tool is: git
Warning: CredentialId "github-bot" could not be found.
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/lyo.git
 > git init /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0 # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/lyo.git +refs/heads/maint-5.0:refs/remotes/origin/maint-5.0 # timeout=10
 > git config remote.origin.url https://github.com/eclipse/lyo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/maint-5.0:refs/remotes/origin/maint-5.0 # timeout=10
Avoid second fetch
Checking out Revision 04d0873daa8101e0ca4c90e7648e20be9b88b9e7 (maint-5.0)
Commit message: "release: 5.0.1.CR"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 04d0873daa8101e0ca4c90e7648e20be9b88b9e7 # timeout=10
 > git rev-list --no-walk 04d0873daa8101e0ca4c90e7648e20be9b88b9e7 # timeout=10