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.website.git
 > git init /home/jenkins/agent/workspace/sw360.website/hugo # timeout=10
Fetching upstream changes from https://github.com/eclipse/sw360.website.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/sw360.website.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/sw360.website.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision b430c627589bbc58e2218f4f7fc35eceabba02a6 (origin/main)
 > git rev-parse origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b430c627589bbc58e2218f4f7fc35eceabba02a6 # timeout=10
Commit message: "feat(Native install): Add native install doc for 18.1.0 release"
 > git rev-list --no-walk 1664da97c854a192372a73c78b8ba65679c2b4d6 # timeout=10