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/sw360.git
 > git init /home/jenkins/agent/workspace/sw360.deploy # timeout=10
Fetching upstream changes from https://github.com/eclipse/sw360.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/sw360.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/sw360.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 770f097bc742bfb395fd4c3c1851d8768e1d77e5 (origin/main)
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 770f097bc742bfb395fd4c3c1851d8768e1d77e5 # timeout=10
Commit message: "Merge pull request #2401 from siemens/fix/api/project-controller"
 > git rev-list --no-walk e75ef6c7a80514845eca272eab4a56a70a8066e7 # timeout=10