Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-scout/scout.rt.git
 > git init /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-24.1_continuous_pipeline # timeout=10
Fetching upstream changes from https://github.com/eclipse-scout/scout.rt.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-scout/scout.rt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-scout/scout.rt.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 839cd61b00f391aba9d4a3f61c45c5138961c47e (refs/remotes/origin/releases/24.1)
 > git rev-parse refs/remotes/origin/releases/24.1^{commit} # timeout=10
 > git rev-parse releases/24.1^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 839cd61b00f391aba9d4a3f61c45c5138961c47e # timeout=10
Commit message: "OpenTelemetry: add AttributesCache to reduce memory allocations"
 > git rev-list --no-walk a9893f6e1805129078be09bb02309964c03edcbd # timeout=10