Skip to content

Console Output

16:44:59 [2024-12-10T15:44:59.151Z] The recommended git tool is: /usr/bin/git
16:44:59 [2024-12-10T15:44:59.152Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
16:44:59 [2024-12-10T15:44:59.168Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@611a597c; decorates hudson.Launcher$LocalLauncher@563c2e28 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
16:44:59 [2024-12-10T15:44:59.168Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core/.git # timeout=10
16:44:59 [2024-12-10T15:44:59.174Z] Fetching changes from the remote Git repository
16:44:59 [2024-12-10T15:44:59.176Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
16:44:59 [2024-12-10T15:44:59.182Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
16:44:59 [2024-12-10T15:44:59.182Z]  > /usr/bin/git --version # timeout=10
16:44:59 [2024-12-10T15:44:59.187Z]  > git --version # 'git version 2.43.0'
16:44:59 [2024-12-10T15:44:59.187Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
16:44:59 [2024-12-10T15:44:59.192Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
16:44:59 [2024-12-10T15:44:59.908Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
16:44:59 [2024-12-10T15:44:59.914Z] Checking out Revision f2d21aa12b56727251211b5cc2e20265dcdcdca7 (refs/remotes/origin/6.4.x)
16:44:59 [2024-12-10T15:44:59.914Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
16:44:59 [2024-12-10T15:44:59.919Z]  > /usr/bin/git checkout -f f2d21aa12b56727251211b5cc2e20265dcdcdca7 # timeout=10
16:44:59 [2024-12-10T15:44:59.984Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
16:44:59 [2024-12-10T15:44:59.997Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
16:45:00 [2024-12-10T15:45:00.003Z]  > /usr/bin/git checkout -b 6.4.x f2d21aa12b56727251211b5cc2e20265dcdcdca7 # timeout=10
16:45:00 [2024-12-10T15:45:00.073Z] Commit message: "With Silverpeas-Kernel, the parameters passed in LocalizationBundle#getStringWithParams are now encoded for HTML when they are String objects. Take into account of this new capabilities in Silverpeas. This means the HTML specific characters in the parameters (like &, > or < for examples) will be encoded in their entity number counterpart (&amp;, &gt; or &lt; in our examples); this shouldn't cause any issue because the destination of such localized messages are dedicated to be rendered in HTML (even for emails)."
16:45:00 [2024-12-10T15:45:00.073Z]  > /usr/bin/git rev-list --no-walk 5d642563b50fbbe253c54214a2bea8255fc0f869 # timeout=10