Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Using shallow clone with depth 1
Using no checkout clone with sparse checkout.
Cloning repository https://github.com/eclipse-orbit/orbit-simrel.git
 > git init /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation # timeout=10
Fetching upstream changes from https://github.com/eclipse-orbit/orbit-simrel.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/eclipse-orbit/orbit-simrel.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision a173790ac4988a057abc9ac6511beb65bda3e0e0 (refs/remotes/origin/main)
 > git config remote.origin.url https://github.com/eclipse-orbit/orbit-simrel.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git config core.sparsecheckout true # timeout=10
 > git read-tree -mu HEAD # timeout=10
 > git checkout -f a173790ac4988a057abc9ac6511beb65bda3e0e0 # timeout=10
Commit message: "Update jakarta.servlet-api to 6.1.0"
First time build. Skipping changelog.
 > git rev-list --no-walk 3c14f01724999f7c4c1f4604eb86ca6196a462f8 # timeout=10