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-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 0499c04ad096c1c14507c45fbda3dab8fc1df83a (refs/remotes/origin/main)
Commit message: "Version updates"
First time build. Skipping changelog.
 > 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 0499c04ad096c1c14507c45fbda3dab8fc1df83a # timeout=10
 > git rev-list --no-walk 099ebef8e7e186e3ba7426148b3b205bff58f609 # timeout=10