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/orbit.git
 > git init /home/jenkins/agent/workspace/orbit-sync-html-files # timeout=10
Fetching upstream changes from https://github.com/eclipse-orbit/orbit.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-orbit/orbit.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-orbit/orbit.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision f2afd3f57ac7097942ffb059ceff173d8bc3158d (refs/remotes/origin/main)
Commit message: "Redirect consumers from latest-S to new orbit simrel aggregation (#51)"
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2afd3f57ac7097942ffb059ceff173d8bc3158d # timeout=10
 > git rev-list --no-walk df26635dac9829f29cadad9cf6d10d7f675536f9 # timeout=10