Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Honoring refspec on initial clone
Cloning repository https://github.com/eclipse/sw360.git
 > git init /home/jenkins/agent/workspace/sw360.deploy.tag # 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/tags/*:refs/remotes/tags/* # timeout=10
Avoid second fetch
Checking out Revision fc6652cd06593eba524e0424161f90dc6c700a7a (refs/tags/sw360-13.1.0-M1)
 > git config remote.origin.url https://github.com/eclipse/sw360.git # timeout=10
 > git config --add remote.origin.fetch +refs/tags/*:refs/remotes/tags/* # timeout=10
 > git rev-parse refs/remotes/origin/refs/tags/sw360-13.1.0-M1^{commit} # timeout=10
 > git rev-parse refs/tags/sw360-13.1.0-M1^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fc6652cd06593eba524e0424161f90dc6c700a7a # timeout=10
Commit message: "Merge pull request #1147 from eclipse/mcj/chore/tag13.1"
 > git rev-list --no-walk fc6652cd06593eba524e0424161f90dc6c700a7a # timeout=10