Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-simrel/simrel.build
 > git init /home/jenkins/agent/workspace/simrel.oomph.repository-analyzer.test # timeout=10
Fetching upstream changes from https://github.com/eclipse-simrel/simrel.build
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
 > git fetch --tags --force --progress -- https://github.com/eclipse-simrel/simrel.build +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-simrel/simrel.build # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 6fab2864d7ad0dffefed6f4d0870a55b4bbb8fa9 (origin/main)
Commit message: "Switch Trace Compass URL to 10.0.1 release (#436)"
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6fab2864d7ad0dffefed6f4d0870a55b4bbb8fa9 # timeout=10