Skip to content

Console Output

The recommended git tool is: git
using credential git.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning repository https://gitlab.eclipse.org/eclipse/opencert/opencert.website.git
 > git init /home/jenkins/agent/workspace/Opencert-Website-Pipeline/hugo # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/opencert/opencert.website.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials ssh://genie.opencert@git.eclipse.org
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/Opencert-Website-Pipeline/hugo@tmp/jenkins-gitclient-ssh11103141578034059482.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/opencert/opencert.website.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 9a56a53f6e03aa64c562877d09dea0c6feb5d4de (refs/remotes/origin/main)
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/opencert/opencert.website.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 9a56a53f6e03aa64c562877d09dea0c6feb5d4de # timeout=10
Commit message: "git checkout corrected"
 > git rev-list --no-walk 3a8a5225cc8ac7811b6f600956d2ad96df81e4de # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.themes/hugo-solstice-theme.url # timeout=10
 > git config -f .gitmodules --get submodule.themes/hugo-solstice-theme.path # timeout=10
 > git submodule update --init --recursive themes/hugo-solstice-theme # timeout=10