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-cbi/p2repo-aggregator.git
 > git init /home/jenkins/agent/workspace/cbi.p2repo.aggregator-build/p2repo-aggregator # timeout=10
Fetching upstream changes from https://github.com/eclipse-cbi/p2repo-aggregator.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://github.com/eclipse-cbi/p2repo-aggregator.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 66317deee263f3bd6190230583b4afdf8a136213 (refs/remotes/origin/main)
Commit message: "Fix bug in requirement sorting"
 > git config remote.origin.url https://github.com/eclipse-cbi/p2repo-aggregator.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 checkout -f 66317deee263f3bd6190230583b4afdf8a136213 # timeout=10
 > git rev-list --no-walk 0549b909f7950cef3a0f5f8ca0c2a6f588d88b76 # timeout=10