Skip to content

Console Output

The recommended git tool is: git
using credential github-app-platform
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-platform/eclipse.platform.git
 > git init /home/jenkins/agent/workspace/lipse.platform_R4_27_maintenance # timeout=10
Fetching upstream changes from https://github.com/eclipse-platform/eclipse.platform.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-platform/eclipse.platform.git +refs/heads/R4_27_maintenance:refs/remotes/origin/R4_27_maintenance # timeout=10
Avoid second fetch
Checking out Revision a655c68115634a03760e630acfbe62b26f66f838 (R4_27_maintenance)
Commit message: "Create updateRelease.yml"
First time build. Skipping changelog.
 > git config remote.origin.url https://github.com/eclipse-platform/eclipse.platform.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/R4_27_maintenance:refs/remotes/origin/R4_27_maintenance # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a655c68115634a03760e630acfbe62b26f66f838 # timeout=10
[GitHub Checks] GitHub check (name: Code Analysis, status: in_progress) has been published.
The recommended git tool is: git
using credential github-app-platform
The recommended git tool is: git
using credential github-app-platform
 > git rev-parse HEAD^{commit} # timeout=10
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-platform/eclipse.platform.git'
[GitCheckoutListener] Found no previous build with recorded Git commits
[GitCheckoutListener] -> Starting initial recording of commits
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit 'a655c68' as starting point
[GitCheckoutListener] -> Recorded 200 new commits
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@a02d09d9' to render commit links