Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/orbit.git
 > git init /home/jenkins/agent/workspace/orbit-recipes # timeout=10
Fetching upstream changes from https://github.com/eclipse/orbit.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/orbit.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/orbit.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 3e69e7840ce739b5b2b3617cfca3532d6ed10787 (refs/remotes/origin/main)
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3e69e7840ce739b5b2b3617cfca3532d6ed10787 # timeout=10
Commit message: "Redirect consumers from latest-S to new orbit simrel aggregation"
 > git rev-list --no-walk f2afd3f57ac7097942ffb059ceff173d8bc3158d # timeout=10