Skip to content

Console Output

14:58:32 [2025-03-24T13:58:32.317Z] The recommended git tool is: /usr/bin/git
14:58:32 [2025-03-24T13:58:32.318Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
14:58:32 [2025-03-24T13:58:32.329Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2f9aae04; decorates hudson.Launcher$LocalLauncher@1064e895 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
14:58:32 [2025-03-24T13:58:32.330Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components/.git # timeout=10
14:58:32 [2025-03-24T13:58:32.336Z] Fetching changes from the remote Git repository
14:58:32 [2025-03-24T13:58:32.341Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
14:58:32 [2025-03-24T13:58:32.347Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
14:58:32 [2025-03-24T13:58:32.348Z]  > /usr/bin/git --version # timeout=10
14:58:32 [2025-03-24T13:58:32.353Z]  > git --version # 'git version 2.43.0'
14:58:32 [2025-03-24T13:58:32.353Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
14:58:32 [2025-03-24T13:58:32.359Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
14:58:32 [2025-03-24T13:58:32.748Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
14:58:32 [2025-03-24T13:58:32.755Z] Checking out Revision 3d5d3a9306b52ffdef82bc1a72a8bc2d01fc01a9 (refs/remotes/origin/master)
14:58:32 [2025-03-24T13:58:32.755Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
14:58:32 [2025-03-24T13:58:32.761Z]  > /usr/bin/git checkout -f 3d5d3a9306b52ffdef82bc1a72a8bc2d01fc01a9 # timeout=10
14:58:32 [2025-03-24T13:58:32.797Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
14:58:32 [2025-03-24T13:58:32.812Z]  > /usr/bin/git branch -D master # timeout=10
14:58:32 [2025-03-24T13:58:32.821Z]  > /usr/bin/git checkout -b master 3d5d3a9306b52ffdef82bc1a72a8bc2d01fc01a9 # timeout=10
14:58:32 [2025-03-24T13:58:32.872Z] Commit message: "As with KmeliaService#sendPublicationInBasket, the method KmeliaService#deletePublication is now private to the implementor. Add a new method in KmeliaService: deletePublication(PublicationPK pubPK, String userId). This business method is dedicated to be used by SendInKmelia workflow action handlers to remove a publication that was published by a workflow in a Kmelia instance. But this method can be also used by others business services. The method now checks the user for which the deletion is invoked has the right to perform the action. Then, if the publication is already in the trash, it is definitively deleted, otherwise it is moved into the trash. By doing so, this business behaviour is well encapsulated by KmeliaService and doesn't require to spill it over others business services."
14:58:32 [2025-03-24T13:58:32.872Z]  > /usr/bin/git rev-list --no-walk 3d5d3a9306b52ffdef82bc1a72a8bc2d01fc01a9 # timeout=10