The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git > git init /home/jenkins/agent/workspace/builds/I-build-4.41 # timeout=10 Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 928160df0725a8819f7f50c1fe885d72494c009e (origin/master) Commit message: "[Build] Remove now obsolete V-Build" > git rev-parse origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 928160df0725a8819f7f50c1fe885d72494c009e # timeout=10 > git rev-list --no-walk 26c830d0ee42a509b096f71e1952e6474bc68c4e # timeout=10 [Checks API] No suitable checks publisher found. The recommended git tool is: git No credentials specified The recommended git tool is: git No credentials specified > git rev-parse HEAD^{commit} # timeout=10 [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git' [GitCheckoutListener] Found previous build 'builds/I-build-4.41 #102' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since '26c830d' [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit '928160d' as starting point [GitCheckoutListener] -> Recorded 2 new commits [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@d81a86b1' to render commit links