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.40 # 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 Checking out Revision 87095fa31f5889ea09cfa5daed2a00559f9554e4 (origin/R4_40_maintenance) > 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 > git rev-parse origin/R4_40_maintenance^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 87095fa31f5889ea09cfa5daed2a00559f9554e4 # timeout=10 Commit message: "[Build] Update to 5.0.3 release" First time build. Skipping changelog. [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.40 #126' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since '8e466ea' [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit '87095fa' as starting point [GitCheckoutListener] -> Recorded 3 new commits [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@c1b98de7' to render commit links