Skip to content

Console Output

12:07:24 [2025-07-29T10:07:24.196Z] The recommended git tool is: /usr/bin/git
12:07:24 [2025-07-29T10:07:24.197Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
12:07:24 [2025-07-29T10:07:24.204Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@170ddca5; decorates hudson.Launcher$LocalLauncher@c395955 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
12:07:24 [2025-07-29T10:07:24.205Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
12:07:24 [2025-07-29T10:07:24.212Z] Fetching changes from the remote Git repository
12:07:24 [2025-07-29T10:07:24.214Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
12:07:24 [2025-07-29T10:07:24.220Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
12:07:24 [2025-07-29T10:07:24.220Z]  > /usr/bin/git --version # timeout=10
12:07:24 [2025-07-29T10:07:24.224Z]  > git --version # 'git version 2.43.0'
12:07:24 [2025-07-29T10:07:24.225Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
12:07:24 [2025-07-29T10:07:24.230Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
12:07:24 [2025-07-29T10:07:24.855Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
12:07:24 [2025-07-29T10:07:24.863Z] Checking out Revision c3b0cc811b680a34bd224f79fbc179b327fe48cb (refs/remotes/origin/master)
12:07:24 [2025-07-29T10:07:24.863Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
12:07:24 [2025-07-29T10:07:24.869Z]  > /usr/bin/git checkout -f c3b0cc811b680a34bd224f79fbc179b327fe48cb # timeout=10
12:07:24 [2025-07-29T10:07:24.937Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
12:07:24 [2025-07-29T10:07:24.953Z]  > /usr/bin/git branch -D master # timeout=10
12:07:24 [2025-07-29T10:07:24.961Z]  > /usr/bin/git checkout -b master c3b0cc811b680a34bd224f79fbc179b327fe48cb # timeout=10
12:07:25 [2025-07-29T10:07:25.019Z] Commit message: "There is a known issue with ImageIO plug-ins and containers (like a web/servlet container). Deploying plug-ins as part of the web application is not well supported by ImageIO. The ImageIO registry that keeps track of registered plug-ins is in effect JVM global (it is actually a registry per application context, however, there is usually only a single application context). It is then require to provide an initializer to register and unregister all the ImageIO plugins for each deployment/undeployment of the Silverpeas application."
12:07:25 [2025-07-29T10:07:25.019Z]  > /usr/bin/git rev-list --no-walk 0d442d3aa534b7ce46d146441e1087f8ad2ca173 # timeout=10