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
Avoid second fetch
Checking out Revision e12a46785fd013202139d0ca55305ac684fe348e (origin/main)
 > 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
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e12a46785fd013202139d0ca55305ac684fe348e # timeout=10
Commit message: "Merge pull request #1645 from Siemens-Healthineers/feat/ChangeClearingRequestStatus"
 > git rev-list --no-walk 35d9e021df59864da19d02a15daa05b35650f8d6 # timeout=10