Skip to content

Console Output

The recommended git tool is: git
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-maven-sign # 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 00a295456be2110f894b9fa329c84104a2882ff1 (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 00a295456be2110f894b9fa329c84104a2882ff1 # timeout=10
Commit message: "Update commons-compress to 1.26.0"
First time build. Skipping changelog.
 > git rev-list --no-walk a4a783061f9707c371f7cc1582f3bc55a89dd229 # timeout=10