Skip to content

Console Output

19:24:05 [2025-07-30T17:24:05.373Z] The recommended git tool is: /usr/bin/git
19:24:05 [2025-07-30T17:24:05.375Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:05 [2025-07-30T17:24:05.391Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5a4fe353; decorates hudson.Launcher$LocalLauncher@6c2fc39a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:05 [2025-07-30T17:24:05.392Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
19:24:05 [2025-07-30T17:24:05.398Z] Fetching changes from the remote Git repository
19:24:05 [2025-07-30T17:24:05.401Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
19:24:05 [2025-07-30T17:24:05.406Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
19:24:05 [2025-07-30T17:24:05.406Z]  > /usr/bin/git --version # timeout=10
19:24:05 [2025-07-30T17:24:05.411Z]  > git --version # 'git version 2.43.0'
19:24:05 [2025-07-30T17:24:05.411Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:05 [2025-07-30T17:24:05.416Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:05 [2025-07-30T17:24:05.799Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:05 [2025-07-30T17:24:05.806Z] Checking out Revision 152825c50424512da295c1ae908a4fac167e75ff (refs/remotes/origin/master)
19:24:05 [2025-07-30T17:24:05.806Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:05 [2025-07-30T17:24:05.811Z]  > /usr/bin/git checkout -f 152825c50424512da295c1ae908a4fac167e75ff # timeout=10
19:24:05 [2025-07-30T17:24:05.869Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:05 [2025-07-30T17:24:05.886Z]  > /usr/bin/git branch -D master # timeout=10
19:24:05 [2025-07-30T17:24:05.893Z]  > /usr/bin/git checkout -b master 152825c50424512da295c1ae908a4fac167e75ff # timeout=10
19:24:05 [2025-07-30T17:24:05.975Z] 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."
19:24:05 [2025-07-30T17:24:05.976Z]  > /usr/bin/git rev-list --no-walk 152825c50424512da295c1ae908a4fac167e75ff # timeout=10