Skip to content

Console Output

The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/Xpect.git
 > git init /home/jenkins/agent/workspace/Xpect_master # timeout=10
Fetching upstream changes from https://github.com/eclipse/Xpect.git
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/Xpect.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse/Xpect.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision ef6c245261b9894a9e4f3501f7485508997a7921 (master)
Commit message: "Merge pull request #341 from eclipse/cd/useMweNightly"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ef6c245261b9894a9e4f3501f7485508997a7921 # timeout=10
 > git rev-list --no-walk ef6c245261b9894a9e4f3501f7485508997a7921 # timeout=10