Skip to content

Console Output

19:24:06 [2025-01-12T18:24:06.644Z] The recommended git tool is: /usr/bin/git
19:24:06 [2025-01-12T18:24:06.647Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:06 [2025-01-12T18:24:06.662Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@69190463; decorates hudson.Launcher$LocalLauncher@2adb1a4e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:06 [2025-01-12T18:24:06.662Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
19:24:06 [2025-01-12T18:24:06.668Z] Fetching changes from the remote Git repository
19:24:06 [2025-01-12T18:24:06.673Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
19:24:06 [2025-01-12T18:24:06.680Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
19:24:06 [2025-01-12T18:24:06.680Z]  > /usr/bin/git --version # timeout=10
19:24:06 [2025-01-12T18:24:06.685Z]  > git --version # 'git version 2.43.0'
19:24:06 [2025-01-12T18:24:06.685Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:06 [2025-01-12T18:24:06.692Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:07 [2025-01-12T18:24:07.132Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:07 [2025-01-12T18:24:07.139Z] Checking out Revision b9810ac629f8b94efee15a05aed23f6b46a18054 (refs/remotes/origin/master)
19:24:07 [2025-01-12T18:24:07.139Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:07 [2025-01-12T18:24:07.145Z]  > /usr/bin/git checkout -f b9810ac629f8b94efee15a05aed23f6b46a18054 # timeout=10
19:24:07 [2025-01-12T18:24:07.209Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2025-01-12T18:24:07.228Z]  > /usr/bin/git branch -D master # timeout=10
19:24:07 [2025-01-12T18:24:07.238Z]  > /usr/bin/git checkout -b master b9810ac629f8b94efee15a05aed23f6b46a18054 # timeout=10
19:24:07 [2025-01-12T18:24:07.339Z] Commit message: "The default implementation of the Contribution#canBeAccessedBy(User) uses the AuthorizationRequestCache to avoid a redondent computation of the authorization of the user to access the contribution along the same thread. The cache key was computed from the local identifier of the contribution which can lead hidden bugs like for example the access to another contribution of different type with the same identifier value not being computed. Now the cache key is computed from the global identifier of the contribution."
19:24:07 [2025-01-12T18:24:07.339Z]  > /usr/bin/git rev-list --no-walk b9810ac629f8b94efee15a05aed23f6b46a18054 # timeout=10