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-legacy.git
 > git init /home/jenkins/agent/workspace/orbit-simrel-orbit-legacy # timeout=10
Fetching upstream changes from https://github.com/eclipse-orbit/orbit-legacy.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-orbit/orbit-legacy.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-orbit/orbit-legacy.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision dab43ed7301c345f194104c328c72ffe561fb4cb (refs/remotes/origin/main)
Commit message: "Use the Orbit branding in the generated update site"
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dab43ed7301c345f194104c328c72ffe561fb4cb # timeout=10
 > git rev-list --no-walk dab43ed7301c345f194104c328c72ffe561fb4cb # timeout=10