Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 205bc9c1d472fffb3c30c074148d36dd69a08566 (refs/remotes/origin/main)
Cloning repository https://github.com/merks/p2repo-sbom.git
 > git init /home/jenkins/agent/workspace/cbi.p2repo.sbom-build/p2repo-sbom # timeout=10
Fetching upstream changes from https://github.com/merks/p2repo-sbom.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://github.com/merks/p2repo-sbom.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/merks/p2repo-sbom.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 205bc9c1d472fffb3c30c074148d36dd69a08566 # timeout=10
Commit message: "Initial prototype for generating a CycloneDX SBOM from a p2 repository"
First time build. Skipping changelog.
 > git rev-list --no-walk d01f9bc63e7597b52a90092ded12283a85779018 # timeout=10