Skip to content
06:46:00 [2026-09-24T04:46:00.613Z] Lancé par une alarme périodique
06:46:00 [2026-09-24T04:46:00.613Z] Running as userbuild
06:46:01 [2026-09-24T04:46:01.145Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2026-09-24T04:46:01.786Z] [Pipeline] Start of Pipeline
06:46:02 [2026-09-24T04:46:02.180Z] [Pipeline] node
06:46:02 [2026-09-24T04:46:02.183Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy
06:46:02 [2026-09-24T04:46:02.189Z] [Pipeline] {
06:46:02 [2026-09-24T04:46:02.214Z] [Pipeline] stage
06:46:02 [2026-09-24T04:46:02.215Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:02 [2026-09-24T04:46:02.230Z] [Pipeline] checkout
06:46:02 [2026-09-24T04:46:02.233Z] Selected Git installation does not exist. Using Default
06:46:02 [2026-09-24T04:46:02.233Z] The recommended git tool is: NONE
06:46:02 [2026-09-24T04:46:02.233Z] No credentials specified
06:46:02 [2026-09-24T04:46:02.233Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/.git # timeout=10
06:46:02 [2026-09-24T04:46:02.239Z] Fetching changes from the remote Git repository
06:46:02 [2026-09-24T04:46:02.241Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:02 [2026-09-24T04:46:02.248Z] Cleaning workspace
06:46:02 [2026-09-24T04:46:02.248Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:02 [2026-09-24T04:46:02.253Z] Resetting working tree
06:46:02 [2026-09-24T04:46:02.253Z]  > /usr/bin/git reset --hard # timeout=10
06:46:02 [2026-09-24T04:46:02.261Z]  > /usr/bin/git clean -fdx # timeout=10
06:46:02 [2026-09-24T04:46:02.267Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:02 [2026-09-24T04:46:02.268Z]  > /usr/bin/git --version # timeout=10
06:46:02 [2026-09-24T04:46:02.272Z]  > git --version # 'git version 2.43.0'
06:46:02 [2026-09-24T04:46:02.273Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:02 [2026-09-24T04:46:02.739Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:02 [2026-09-24T04:46:02.745Z] Checking out Revision 56f5661a313b8828cac18f92b68f2f116fbd2cc2 (refs/remotes/origin/master)
06:46:02 [2026-09-24T04:46:02.745Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:02 [2026-09-24T04:46:02.751Z]  > /usr/bin/git checkout -f 56f5661a313b8828cac18f92b68f2f116fbd2cc2 # timeout=10
06:46:02 [2026-09-24T04:46:02.766Z] Commit message: "Quote the database connection URL passed to setupDB.sh"
06:46:02 [2026-09-24T04:46:02.766Z]  > /usr/bin/git rev-list --no-walk 56f5661a313b8828cac18f92b68f2f116fbd2cc2 # timeout=10
06:46:02 [2026-09-24T04:46:02.792Z] [Pipeline] }
06:46:02 [2026-09-24T04:46:02.799Z] [Pipeline] // stage
06:46:02 [2026-09-24T04:46:02.825Z] [Pipeline] withEnv
06:46:02 [2026-09-24T04:46:02.826Z] [Pipeline] {
06:46:03 [2026-09-24T04:46:03.017Z] [Pipeline] isUnix
06:46:03 [2026-09-24T04:46:03.020Z] [Pipeline] withEnv
06:46:03 [2026-09-24T04:46:03.021Z] [Pipeline] {
06:46:03 [2026-09-24T04:46:03.036Z] [Pipeline] sh
06:46:03 [2026-09-24T04:46:03.294Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:03 [2026-09-24T04:46:03.294Z] .
06:46:03 [2026-09-24T04:46:03.296Z] [Pipeline] }
06:46:03 [2026-09-24T04:46:03.312Z] [Pipeline] // withEnv
06:46:03 [2026-09-24T04:46:03.330Z] [Pipeline] withDockerContainer
06:46:03 [2026-09-24T04:46:03.380Z] Jenkins does not seem to be running inside a container
06:46:03 [2026-09-24T04:46:03.387Z] $ docker run -t -d -u 111:119 -v $HOME/.m2/settings.xml:/home/silverbuild/.m2/settings.xml -v $HOME/.m2/settings-security.xml:/home/silverbuild/.m2/settings-security.xml -v $HOME/.gradle/gradle.properties:/home/silverbuild/.gradle/gradle.properties -v $HOME/.gitconfig:/home/silverbuild/.gitconfig -v $HOME/.ssh:/home/silverbuild/.ssh -v $HOME/.gnupg:/home/silverbuild/.gnupg -w /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** silverpeas/silverbuild:6.4 cat
06:46:03 [2026-09-24T04:46:03.659Z] $ docker top 3193504ad1550f1cb83df449e88a9bad39261d342f33f868c7096f6ad3bbea77 -eo pid,comm
06:46:03 [2026-09-24T04:46:03.704Z] [Pipeline] {
06:46:03 [2026-09-24T04:46:03.745Z] [Pipeline] withEnv
06:46:03 [2026-09-24T04:46:03.747Z] [Pipeline] {
06:46:03 [2026-09-24T04:46:03.774Z] [Pipeline] stage
06:46:03 [2026-09-24T04:46:03.775Z] [Pipeline] { (Prepare the job)
06:46:03 [2026-09-24T04:46:03.832Z] [Pipeline] sh
06:46:04 [2026-09-24T04:46:04.091Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.4.x/pom.xml
06:46:04 [2026-09-24T04:46:04.345Z] [Pipeline] script
06:46:04 [2026-09-24T04:46:04.354Z] [Pipeline] {
06:46:04 [2026-09-24T04:46:04.369Z] [Pipeline] readMavenPom
06:46:04 [2026-09-24T04:46:04.399Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named release (to a value of type String) which could lead to memory leaks or other issues.
06:46:04 [2026-09-24T04:46:04.401Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildVersion (to a value of type GStringImpl) which could lead to memory leaks or other issues.
06:46:04 [2026-09-24T04:46:04.402Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named parentVersion (to a value of type String) which could lead to memory leaks or other issues.
06:46:04 [2026-09-24T04:46:04.402Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named commits (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
06:46:04 [2026-09-24T04:46:04.402Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named changes (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
06:46:04 [2026-09-24T04:46:04.404Z] [Pipeline] sh
06:46:04 [2026-09-24T04:46:04.661Z] + rm -f pom.xml
06:46:04 [2026-09-24T04:46:04.663Z] [Pipeline] }
06:46:04 [2026-09-24T04:46:04.672Z] [Pipeline] // script
06:46:04 [2026-09-24T04:46:04.684Z] [Pipeline] }
06:46:04 [2026-09-24T04:46:04.694Z] [Pipeline] // stage
06:46:04 [2026-09-24T04:46:04.710Z] [Pipeline] stage
06:46:04 [2026-09-24T04:46:04.711Z] [Pipeline] { (Check POM parent version)
06:46:04 [2026-09-24T04:46:04.775Z] Stage "Check POM parent version" skipped due to when conditional
06:46:04 [2026-09-24T04:46:04.776Z] [Pipeline] getContext
06:46:04 [2026-09-24T04:46:04.778Z] [Pipeline] }
06:46:04 [2026-09-24T04:46:04.789Z] [Pipeline] // stage
06:46:04 [2026-09-24T04:46:04.802Z] [Pipeline] stage
06:46:04 [2026-09-24T04:46:04.802Z] [Pipeline] { (Checkout projects and check code changes)
06:46:04 [2026-09-24T04:46:04.824Z] [Pipeline] script
06:46:04 [2026-09-24T04:46:04.829Z] [Pipeline] {
06:46:04 [2026-09-24T04:46:04.846Z] [Pipeline] copyArtifacts
06:46:04 [2026-09-24T04:46:04.852Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 568
06:46:04 [2026-09-24T04:46:04.864Z] [Pipeline] fileExists
06:46:04 [2026-09-24T04:46:04.878Z] [Pipeline] readYaml
06:46:04 [2026-09-24T04:46:04.895Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named previousBuildVersion (to a value of type String) which could lead to memory leaks or other issues.
06:46:04 [2026-09-24T04:46:04.898Z] [Pipeline] dir
06:46:04 [2026-09-24T04:46:04.899Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core
06:46:04 [2026-09-24T04:46:04.899Z] [Pipeline] {
06:46:04 [2026-09-24T04:46:04.919Z] [Pipeline] git
06:46:04 [2026-09-24T04:46:04.922Z] The recommended git tool is: /usr/bin/git
06:46:04 [2026-09-24T04:46:04.923Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:04 [2026-09-24T04:46:04.941Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7498011; decorates hudson.Launcher$LocalLauncher@7f9da0db will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:04 [2026-09-24T04:46:04.942Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core/.git # timeout=10
06:46:04 [2026-09-24T04:46:04.948Z] Fetching changes from the remote Git repository
06:46:04 [2026-09-24T04:46:04.950Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
06:46:04 [2026-09-24T04:46:04.957Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
06:46:04 [2026-09-24T04:46:04.957Z]  > /usr/bin/git --version # timeout=10
06:46:04 [2026-09-24T04:46:04.962Z]  > git --version # 'git version 2.43.0'
06:46:04 [2026-09-24T04:46:04.962Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:04 [2026-09-24T04:46:04.967Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:06 [2026-09-24T04:46:06.604Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:06 [2026-09-24T04:46:06.611Z] Checking out Revision c06b65af80efc2761404e984a1a74ec5a342052b (refs/remotes/origin/6.4.x)
06:46:06 [2026-09-24T04:46:06.611Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:06 [2026-09-24T04:46:06.616Z]  > /usr/bin/git checkout -f c06b65af80efc2761404e984a1a74ec5a342052b # timeout=10
06:46:06 [2026-09-24T04:46:06.658Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:06 [2026-09-24T04:46:06.673Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:06 [2026-09-24T04:46:06.681Z]  > /usr/bin/git checkout -b 6.4.x c06b65af80efc2761404e984a1a74ec5a342052b # timeout=10
06:46:06 [2026-09-24T04:46:06.754Z] Commit message: "Fix bug #15431"
06:46:06 [2026-09-24T04:46:06.755Z]  > /usr/bin/git rev-list --no-walk c06b65af80efc2761404e984a1a74ec5a342052b # timeout=10
06:46:06 [2026-09-24T04:46:06.782Z] [Pipeline] fileExists
06:46:06 [2026-09-24T04:46:06.792Z] [Pipeline] readMavenPom
06:46:06 [2026-09-24T04:46:06.817Z] [Pipeline] sh
06:46:07 [2026-09-24T04:46:07.077Z] + git rev-parse HEAD
06:46:07 [2026-09-24T04:46:07.081Z] [Pipeline] echo
06:46:07 [2026-09-24T04:46:07.082Z] Silverpeas-Core: current commit is c06b65af80efc2761404e984a1a74ec5a342052b and last build commit is c06b65af80efc2761404e984a1a74ec5a342052b
06:46:07 [2026-09-24T04:46:07.085Z] [Pipeline] }
06:46:07 [2026-09-24T04:46:07.098Z] [Pipeline] // dir
06:46:07 [2026-09-24T04:46:07.116Z] [Pipeline] echo
06:46:07 [2026-09-24T04:46:07.116Z] Build skipped due to no changes have been done since the last build
06:46:07 [2026-09-24T04:46:07.135Z] [Pipeline] dir
06:46:07 [2026-09-24T04:46:07.135Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components
06:46:07 [2026-09-24T04:46:07.136Z] [Pipeline] {
06:46:07 [2026-09-24T04:46:07.160Z] [Pipeline] git
06:46:07 [2026-09-24T04:46:07.162Z] The recommended git tool is: /usr/bin/git
06:46:07 [2026-09-24T04:46:07.163Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:07 [2026-09-24T04:46:07.174Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@71a3cc28; decorates hudson.Launcher$LocalLauncher@77eeecfe will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:07 [2026-09-24T04:46:07.175Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/.git # timeout=10
06:46:07 [2026-09-24T04:46:07.180Z] Fetching changes from the remote Git repository
06:46:07 [2026-09-24T04:46:07.184Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
06:46:07 [2026-09-24T04:46:07.190Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
06:46:07 [2026-09-24T04:46:07.190Z]  > /usr/bin/git --version # timeout=10
06:46:07 [2026-09-24T04:46:07.195Z]  > git --version # 'git version 2.43.0'
06:46:07 [2026-09-24T04:46:07.195Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:07 [2026-09-24T04:46:07.200Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:08 [2026-09-24T04:46:08.031Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:08 [2026-09-24T04:46:08.038Z] Checking out Revision 447b2cc025d7cfadc2cbb76f56c66ee8b12fe624 (refs/remotes/origin/6.4.x)
06:46:08 [2026-09-24T04:46:08.038Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:08 [2026-09-24T04:46:08.043Z]  > /usr/bin/git checkout -f 447b2cc025d7cfadc2cbb76f56c66ee8b12fe624 # timeout=10
06:46:08 [2026-09-24T04:46:08.067Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:08 [2026-09-24T04:46:08.082Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:08 [2026-09-24T04:46:08.090Z]  > /usr/bin/git checkout -b 6.4.x 447b2cc025d7cfadc2cbb76f56c66ee8b12fe624 # timeout=10
06:46:08 [2026-09-24T04:46:08.154Z] Commit message: "Fix bug #15444"
06:46:08 [2026-09-24T04:46:08.154Z]  > /usr/bin/git rev-list --no-walk 447b2cc025d7cfadc2cbb76f56c66ee8b12fe624 # timeout=10
06:46:08 [2026-09-24T04:46:08.176Z] [Pipeline] fileExists
06:46:08 [2026-09-24T04:46:08.186Z] [Pipeline] readMavenPom
06:46:08 [2026-09-24T04:46:08.201Z] [Pipeline] sh
06:46:08 [2026-09-24T04:46:08.460Z] + git rev-parse HEAD
06:46:08 [2026-09-24T04:46:08.464Z] [Pipeline] echo
06:46:08 [2026-09-24T04:46:08.465Z] Silverpeas-Components: current commit is 447b2cc025d7cfadc2cbb76f56c66ee8b12fe624 and last build commit is 447b2cc025d7cfadc2cbb76f56c66ee8b12fe624
06:46:08 [2026-09-24T04:46:08.467Z] [Pipeline] }
06:46:08 [2026-09-24T04:46:08.502Z] [Pipeline] // dir
06:46:08 [2026-09-24T04:46:08.520Z] [Pipeline] echo
06:46:08 [2026-09-24T04:46:08.521Z] Build skipped due to no changes have been done since the last build
06:46:08 [2026-09-24T04:46:08.540Z] [Pipeline] dir
06:46:08 [2026-09-24T04:46:08.541Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks
06:46:08 [2026-09-24T04:46:08.542Z] [Pipeline] {
06:46:08 [2026-09-24T04:46:08.565Z] [Pipeline] git
06:46:08 [2026-09-24T04:46:08.567Z] Selected Git installation does not exist. Using Default
06:46:08 [2026-09-24T04:46:08.567Z] The recommended git tool is: NONE
06:46:08 [2026-09-24T04:46:08.568Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:08 [2026-09-24T04:46:08.576Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@38cdce17; decorates hudson.Launcher$LocalLauncher@260db768 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:08 [2026-09-24T04:46:08.577Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks/.git # timeout=10
06:46:08 [2026-09-24T04:46:08.583Z] Fetching changes from the remote Git repository
06:46:08 [2026-09-24T04:46:08.585Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
06:46:08 [2026-09-24T04:46:08.592Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
06:46:08 [2026-09-24T04:46:08.592Z]  > /usr/bin/git --version # timeout=10
06:46:08 [2026-09-24T04:46:08.597Z]  > git --version # 'git version 2.43.0'
06:46:08 [2026-09-24T04:46:08.597Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:08 [2026-09-24T04:46:08.602Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:09 [2026-09-24T04:46:09.287Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:09 [2026-09-24T04:46:09.292Z] Checking out Revision f105160616b668c112072a2f4714b531c52c98bc (refs/remotes/origin/6.4.x)
06:46:09 [2026-09-24T04:46:09.292Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:09 [2026-09-24T04:46:09.297Z]  > /usr/bin/git checkout -f f105160616b668c112072a2f4714b531c52c98bc # timeout=10
06:46:09 [2026-09-24T04:46:09.308Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:09 [2026-09-24T04:46:09.315Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:09 [2026-09-24T04:46:09.321Z]  > /usr/bin/git checkout -b 6.4.x f105160616b668c112072a2f4714b531c52c98bc # timeout=10
06:46:09 [2026-09-24T04:46:09.336Z] Commit message: "6.4.7 has been released from build 6.4.7-build260713 (0e662437342b274a86a7d2e52e6e3cc8db265546).Prepare for development iteration of next version 6.4.8"
06:46:09 [2026-09-24T04:46:09.336Z]  > /usr/bin/git rev-list --no-walk f105160616b668c112072a2f4714b531c52c98bc # timeout=10
06:46:09 [2026-09-24T04:46:09.355Z] [Pipeline] fileExists
06:46:09 [2026-09-24T04:46:09.374Z] [Pipeline] readMavenPom
06:46:09 [2026-09-24T04:46:09.395Z] [Pipeline] sh
06:46:09 [2026-09-24T04:46:09.652Z] + git rev-parse HEAD
06:46:09 [2026-09-24T04:46:09.656Z] [Pipeline] echo
06:46:09 [2026-09-24T04:46:09.656Z] Silverpeas-Looks: current commit is f105160616b668c112072a2f4714b531c52c98bc and last build commit is f105160616b668c112072a2f4714b531c52c98bc
06:46:09 [2026-09-24T04:46:09.659Z] [Pipeline] }
06:46:09 [2026-09-24T04:46:09.675Z] [Pipeline] // dir
06:46:09 [2026-09-24T04:46:09.693Z] [Pipeline] echo
06:46:09 [2026-09-24T04:46:09.694Z] Build skipped due to no changes have been done since the last build
06:46:09 [2026-09-24T04:46:09.713Z] [Pipeline] dir
06:46:09 [2026-09-24T04:46:09.713Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup
06:46:09 [2026-09-24T04:46:09.714Z] [Pipeline] {
06:46:09 [2026-09-24T04:46:09.737Z] [Pipeline] git
06:46:09 [2026-09-24T04:46:09.739Z] The recommended git tool is: NONE
06:46:09 [2026-09-24T04:46:09.740Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:09 [2026-09-24T04:46:09.750Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2fc62ade; decorates hudson.Launcher$LocalLauncher@202a0976 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:09 [2026-09-24T04:46:09.751Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup/.git # timeout=10
06:46:09 [2026-09-24T04:46:09.757Z] Fetching changes from the remote Git repository
06:46:09 [2026-09-24T04:46:09.759Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
06:46:09 [2026-09-24T04:46:09.764Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
06:46:09 [2026-09-24T04:46:09.764Z]  > /usr/bin/git --version # timeout=10
06:46:09 [2026-09-24T04:46:09.768Z]  > git --version # 'git version 2.43.0'
06:46:09 [2026-09-24T04:46:09.768Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:09 [2026-09-24T04:46:09.772Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:10 [2026-09-24T04:46:10.548Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:10 [2026-09-24T04:46:10.554Z] Checking out Revision f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 (refs/remotes/origin/6.4.x)
06:46:10 [2026-09-24T04:46:10.554Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:10 [2026-09-24T04:46:10.558Z]  > /usr/bin/git checkout -f f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 # timeout=10
06:46:10 [2026-09-24T04:46:10.564Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:10 [2026-09-24T04:46:10.573Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:10 [2026-09-24T04:46:10.579Z]  > /usr/bin/git checkout -b 6.4.x f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 # timeout=10
06:46:10 [2026-09-24T04:46:10.593Z] Commit message: "6.4.7 has been released from build 6.4.7-build260713 (95ef186d5d3da99219dee56d870757c0a2f66b8a).Prepare for development iteration of next version 6.4.8"
06:46:10 [2026-09-24T04:46:10.593Z]  > /usr/bin/git rev-list --no-walk f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 # timeout=10
06:46:10 [2026-09-24T04:46:10.614Z] [Pipeline] fileExists
06:46:10 [2026-09-24T04:46:10.637Z] [Pipeline] sh
06:46:10 [2026-09-24T04:46:10.898Z] + git rev-parse HEAD
06:46:10 [2026-09-24T04:46:10.902Z] [Pipeline] echo
06:46:10 [2026-09-24T04:46:10.903Z] Silverpeas-Setup: current commit is f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 and last build commit is f9a3cc8ddfdefbb340e23594a0d441da1d2cd613
06:46:10 [2026-09-24T04:46:10.905Z] [Pipeline] }
06:46:10 [2026-09-24T04:46:10.923Z] [Pipeline] // dir
06:46:10 [2026-09-24T04:46:10.942Z] [Pipeline] echo
06:46:10 [2026-09-24T04:46:10.943Z] Build skipped due to no changes have been done since the last build
06:46:10 [2026-09-24T04:46:10.962Z] [Pipeline] dir
06:46:10 [2026-09-24T04:46:10.962Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution
06:46:10 [2026-09-24T04:46:10.963Z] [Pipeline] {
06:46:10 [2026-09-24T04:46:10.989Z] [Pipeline] git
06:46:10 [2026-09-24T04:46:10.992Z] The recommended git tool is: NONE
06:46:10 [2026-09-24T04:46:10.993Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:11 [2026-09-24T04:46:11.002Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@445d778a; decorates hudson.Launcher$LocalLauncher@5970a7ea will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:11 [2026-09-24T04:46:11.003Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
06:46:11 [2026-09-24T04:46:11.011Z] Fetching changes from the remote Git repository
06:46:11 [2026-09-24T04:46:11.014Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
06:46:11 [2026-09-24T04:46:11.020Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
06:46:11 [2026-09-24T04:46:11.020Z]  > /usr/bin/git --version # timeout=10
06:46:11 [2026-09-24T04:46:11.026Z]  > git --version # 'git version 2.43.0'
06:46:11 [2026-09-24T04:46:11.026Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:11 [2026-09-24T04:46:11.033Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:11 [2026-09-24T04:46:11.947Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:11 [2026-09-24T04:46:11.955Z] Checking out Revision 4c911d0c826d86eae553a296dd6f65961fc161ae (refs/remotes/origin/6.4.x)
06:46:11 [2026-09-24T04:46:11.956Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:11 [2026-09-24T04:46:11.960Z]  > /usr/bin/git checkout -f 4c911d0c826d86eae553a296dd6f65961fc161ae # timeout=10
06:46:11 [2026-09-24T04:46:11.968Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:11 [2026-09-24T04:46:11.976Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:11 [2026-09-24T04:46:11.982Z]  > /usr/bin/git checkout -b 6.4.x 4c911d0c826d86eae553a296dd6f65961fc161ae # timeout=10
06:46:11 [2026-09-24T04:46:11.996Z] Commit message: "6.4.7 has been released from build 6.4.7-build260713 (a6905cf7ced772511c2085ebfe10bed2cedf5c97).Prepare for development iteration of next version 6.4.8"
06:46:11 [2026-09-24T04:46:11.996Z]  > /usr/bin/git rev-list --no-walk 4c911d0c826d86eae553a296dd6f65961fc161ae # timeout=10
06:46:12 [2026-09-24T04:46:12.029Z] [Pipeline] fileExists
06:46:12 [2026-09-24T04:46:12.050Z] [Pipeline] readMavenPom
06:46:12 [2026-09-24T04:46:12.086Z] [Pipeline] sh
06:46:12 [2026-09-24T04:46:12.345Z] + git rev-parse HEAD
06:46:12 [2026-09-24T04:46:12.349Z] [Pipeline] echo
06:46:12 [2026-09-24T04:46:12.350Z] Silverpeas-Distribution: current commit is 4c911d0c826d86eae553a296dd6f65961fc161ae and last build commit is 4c911d0c826d86eae553a296dd6f65961fc161ae
06:46:12 [2026-09-24T04:46:12.353Z] [Pipeline] }
06:46:12 [2026-09-24T04:46:12.371Z] [Pipeline] // dir
06:46:12 [2026-09-24T04:46:12.390Z] [Pipeline] echo
06:46:12 [2026-09-24T04:46:12.390Z] Build skipped due to no changes have been done since the last build
06:46:12 [2026-09-24T04:46:12.410Z] [Pipeline] dir
06:46:12 [2026-09-24T04:46:12.410Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly
06:46:12 [2026-09-24T04:46:12.411Z] [Pipeline] {
06:46:12 [2026-09-24T04:46:12.435Z] [Pipeline] git
06:46:12 [2026-09-24T04:46:12.437Z] The recommended git tool is: NONE
06:46:12 [2026-09-24T04:46:12.438Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:12 [2026-09-24T04:46:12.453Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@be09c76; decorates hudson.Launcher$LocalLauncher@6a771ff0 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:12 [2026-09-24T04:46:12.454Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
06:46:12 [2026-09-24T04:46:12.460Z] Fetching changes from the remote Git repository
06:46:12 [2026-09-24T04:46:12.463Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
06:46:12 [2026-09-24T04:46:12.471Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
06:46:12 [2026-09-24T04:46:12.471Z]  > /usr/bin/git --version # timeout=10
06:46:12 [2026-09-24T04:46:12.475Z]  > git --version # 'git version 2.43.0'
06:46:12 [2026-09-24T04:46:12.476Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:12 [2026-09-24T04:46:12.481Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:13 [2026-09-24T04:46:13.145Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:13 [2026-09-24T04:46:13.151Z] Checking out Revision 27fc17db8fc8e443cd002cec7d78fbad61804ec8 (refs/remotes/origin/6.4.x)
06:46:13 [2026-09-24T04:46:13.151Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:13 [2026-09-24T04:46:13.156Z]  > /usr/bin/git checkout -f 27fc17db8fc8e443cd002cec7d78fbad61804ec8 # timeout=10
06:46:13 [2026-09-24T04:46:13.162Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:13 [2026-09-24T04:46:13.172Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:13 [2026-09-24T04:46:13.178Z]  > /usr/bin/git checkout -b 6.4.x 27fc17db8fc8e443cd002cec7d78fbad61804ec8 # timeout=10
06:46:13 [2026-09-24T04:46:13.187Z] Commit message: "6.4.7 has been released from build 6.4.7-build260713 (ec2a5e5d0eb0dd278d582191f954c408f288c447).Prepare for development iteration of next version 6.4.8"
06:46:13 [2026-09-24T04:46:13.188Z]  > /usr/bin/git rev-list --no-walk 27fc17db8fc8e443cd002cec7d78fbad61804ec8 # timeout=10
06:46:13 [2026-09-24T04:46:13.208Z] [Pipeline] fileExists
06:46:13 [2026-09-24T04:46:13.219Z] [Pipeline] readMavenPom
06:46:13 [2026-09-24T04:46:13.243Z] [Pipeline] sh
06:46:13 [2026-09-24T04:46:13.501Z] + git rev-parse HEAD
06:46:13 [2026-09-24T04:46:13.504Z] [Pipeline] echo
06:46:13 [2026-09-24T04:46:13.505Z] Silverpeas-Assembly: current commit is 27fc17db8fc8e443cd002cec7d78fbad61804ec8 and last build commit is 27fc17db8fc8e443cd002cec7d78fbad61804ec8
06:46:13 [2026-09-24T04:46:13.507Z] [Pipeline] }
06:46:13 [2026-09-24T04:46:13.527Z] [Pipeline] // dir
06:46:13 [2026-09-24T04:46:13.547Z] [Pipeline] echo
06:46:13 [2026-09-24T04:46:13.547Z] Build skipped due to no changes have been done since the last build
06:46:13 [2026-09-24T04:46:13.548Z] [Pipeline] }
06:46:13 [2026-09-24T04:46:13.567Z] [Pipeline] // script
06:46:13 [2026-09-24T04:46:13.588Z] [Pipeline] }
06:46:13 [2026-09-24T04:46:13.603Z] [Pipeline] // stage
06:46:13 [2026-09-24T04:46:13.619Z] [Pipeline] stage
06:46:13 [2026-09-24T04:46:13.620Z] [Pipeline] { (Build Silverpeas)
06:46:13 [2026-09-24T04:46:13.646Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:13 [2026-09-24T04:46:13.648Z] [Pipeline] getContext
06:46:13 [2026-09-24T04:46:13.668Z] [Pipeline] stage
06:46:13 [2026-09-24T04:46:13.669Z] [Pipeline] { (Build Silverpeas-Core)
06:46:13 [2026-09-24T04:46:13.683Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:13 [2026-09-24T04:46:13.684Z] [Pipeline] getContext
06:46:13 [2026-09-24T04:46:13.686Z] [Pipeline] }
06:46:13 [2026-09-24T04:46:13.699Z] [Pipeline] // stage
06:46:13 [2026-09-24T04:46:13.714Z] [Pipeline] stage
06:46:13 [2026-09-24T04:46:13.715Z] [Pipeline] { (Build Silverpeas-Components)
06:46:13 [2026-09-24T04:46:13.728Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:13 [2026-09-24T04:46:13.729Z] [Pipeline] getContext
06:46:13 [2026-09-24T04:46:13.731Z] [Pipeline] }
06:46:13 [2026-09-24T04:46:13.743Z] [Pipeline] // stage
06:46:13 [2026-09-24T04:46:13.756Z] [Pipeline] stage
06:46:13 [2026-09-24T04:46:13.757Z] [Pipeline] { (Build Silverpeas-Assembly)
06:46:13 [2026-09-24T04:46:13.769Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:13 [2026-09-24T04:46:13.770Z] [Pipeline] getContext
06:46:13 [2026-09-24T04:46:13.772Z] [Pipeline] }
06:46:13 [2026-09-24T04:46:13.783Z] [Pipeline] // stage
06:46:13 [2026-09-24T04:46:13.796Z] [Pipeline] stage
06:46:13 [2026-09-24T04:46:13.797Z] [Pipeline] { (Build Silverpeas Setup)
06:46:13 [2026-09-24T04:46:13.808Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:13 [2026-09-24T04:46:13.809Z] [Pipeline] getContext
06:46:13 [2026-09-24T04:46:13.811Z] [Pipeline] }
06:46:13 [2026-09-24T04:46:13.821Z] [Pipeline] // stage
06:46:13 [2026-09-24T04:46:13.834Z] [Pipeline] stage
06:46:13 [2026-09-24T04:46:13.835Z] [Pipeline] { (Build Silverpeas Distribution)
06:46:13 [2026-09-24T04:46:13.845Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:13 [2026-09-24T04:46:13.846Z] [Pipeline] getContext
06:46:13 [2026-09-24T04:46:13.848Z] [Pipeline] }
06:46:13 [2026-09-24T04:46:13.858Z] [Pipeline] // stage
06:46:13 [2026-09-24T04:46:13.872Z] [Pipeline] stage
06:46:13 [2026-09-24T04:46:13.872Z] [Pipeline] { (Build Silverpeas-Looks)
06:46:13 [2026-09-24T04:46:13.883Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:13 [2026-09-24T04:46:13.884Z] [Pipeline] getContext
06:46:13 [2026-09-24T04:46:13.886Z] [Pipeline] }
06:46:13 [2026-09-24T04:46:13.896Z] [Pipeline] // stage
06:46:13 [2026-09-24T04:46:13.907Z] [Pipeline] stage
06:46:13 [2026-09-24T04:46:13.908Z] [Pipeline] { (Publish Silverpeas-Core)
06:46:13 [2026-09-24T04:46:13.917Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:13 [2026-09-24T04:46:13.918Z] [Pipeline] getContext
06:46:13 [2026-09-24T04:46:13.920Z] [Pipeline] }
06:46:13 [2026-09-24T04:46:13.930Z] [Pipeline] // stage
06:46:13 [2026-09-24T04:46:13.941Z] [Pipeline] stage
06:46:13 [2026-09-24T04:46:13.942Z] [Pipeline] { (Publish Silverpeas-Components)
06:46:13 [2026-09-24T04:46:13.951Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:13 [2026-09-24T04:46:13.952Z] [Pipeline] getContext
06:46:13 [2026-09-24T04:46:13.954Z] [Pipeline] }
06:46:13 [2026-09-24T04:46:13.964Z] [Pipeline] // stage
06:46:13 [2026-09-24T04:46:13.974Z] [Pipeline] stage
06:46:13 [2026-09-24T04:46:13.975Z] [Pipeline] { (Publish Silverpeas-Assembly)
06:46:13 [2026-09-24T04:46:13.984Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:13 [2026-09-24T04:46:13.985Z] [Pipeline] getContext
06:46:13 [2026-09-24T04:46:13.988Z] [Pipeline] }
06:46:13 [2026-09-24T04:46:13.996Z] [Pipeline] // stage
06:46:14 [2026-09-24T04:46:14.007Z] [Pipeline] stage
06:46:14 [2026-09-24T04:46:14.008Z] [Pipeline] { (Publish Silverpeas-Setup)
06:46:14 [2026-09-24T04:46:14.017Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:14 [2026-09-24T04:46:14.018Z] [Pipeline] getContext
06:46:14 [2026-09-24T04:46:14.021Z] [Pipeline] }
06:46:14 [2026-09-24T04:46:14.029Z] [Pipeline] // stage
06:46:14 [2026-09-24T04:46:14.040Z] [Pipeline] stage
06:46:14 [2026-09-24T04:46:14.041Z] [Pipeline] { (Publish Silverpeas-Distribution)
06:46:14 [2026-09-24T04:46:14.049Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:14 [2026-09-24T04:46:14.050Z] [Pipeline] getContext
06:46:14 [2026-09-24T04:46:14.051Z] [Pipeline] }
06:46:14 [2026-09-24T04:46:14.059Z] [Pipeline] // stage
06:46:14 [2026-09-24T04:46:14.069Z] [Pipeline] stage
06:46:14 [2026-09-24T04:46:14.069Z] [Pipeline] { (Publish Silverpeas-Looks)
06:46:14 [2026-09-24T04:46:14.077Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:14 [2026-09-24T04:46:14.077Z] [Pipeline] getContext
06:46:14 [2026-09-24T04:46:14.078Z] [Pipeline] }
06:46:14 [2026-09-24T04:46:14.086Z] [Pipeline] // stage
06:46:14 [2026-09-24T04:46:14.094Z] [Pipeline] stage
06:46:14 [2026-09-24T04:46:14.095Z] [Pipeline] { (Publish Community Web Site)
06:46:14 [2026-09-24T04:46:14.103Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:14 [2026-09-24T04:46:14.105Z] [Pipeline] getContext
06:46:14 [2026-09-24T04:46:14.107Z] [Pipeline] }
06:46:14 [2026-09-24T04:46:14.114Z] [Pipeline] // stage
06:46:14 [2026-09-24T04:46:14.123Z] [Pipeline] }
06:46:14 [2026-09-24T04:46:14.131Z] [Pipeline] // stage
06:46:14 [2026-09-24T04:46:14.151Z] [Pipeline] stage
06:46:14 [2026-09-24T04:46:14.152Z] [Pipeline] { (Create YAML build report)
06:46:14 [2026-09-24T04:46:14.185Z] [Pipeline] script
06:46:14 [2026-09-24T04:46:14.191Z] [Pipeline] {
06:46:14 [2026-09-24T04:46:14.223Z] [Pipeline] sh
06:46:14 [2026-09-24T04:46:14.482Z] + mkdir -p target
06:46:14 [2026-09-24T04:46:14.484Z] [Pipeline] sh
06:46:14 [2026-09-24T04:46:14.740Z] + mv build.yaml target/
06:46:14 [2026-09-24T04:46:14.741Z] [Pipeline] }
06:46:14 [2026-09-24T04:46:14.762Z] [Pipeline] // script
06:46:14 [2026-09-24T04:46:14.781Z] [Pipeline] }
06:46:14 [2026-09-24T04:46:14.802Z] [Pipeline] // stage
06:46:14 [2026-09-24T04:46:14.828Z] [Pipeline] stage
06:46:14 [2026-09-24T04:46:14.829Z] [Pipeline] { (Declarative: Post Actions)
06:46:14 [2026-09-24T04:46:14.865Z] [Pipeline] step
06:46:14 [2026-09-24T04:46:14.901Z] [Pipeline] script
06:46:14 [2026-09-24T04:46:14.911Z] [Pipeline] {
06:46:14 [2026-09-24T04:46:14.949Z] [Pipeline] }
06:46:14 [2026-09-24T04:46:14.984Z] [Pipeline] // script
06:46:15 [2026-09-24T04:46:15.011Z] [Pipeline] archiveArtifacts
06:46:15 [2026-09-24T04:46:15.014Z] Archiving artifacts
06:46:15 [2026-09-24T04:46:15.023Z] Enregistrement des empreintes numériques
06:46:15 [2026-09-24T04:46:15.035Z] [Pipeline] sh
06:46:15 [2026-09-24T04:46:15.292Z] + rm -rf target
06:46:15 [2026-09-24T04:46:15.300Z] [Pipeline] }
06:46:15 [2026-09-24T04:46:15.320Z] [Pipeline] // stage
06:46:15 [2026-09-24T04:46:15.338Z] [Pipeline] }
06:46:15 [2026-09-24T04:46:15.357Z] [Pipeline] // withEnv
06:46:15 [2026-09-24T04:46:15.375Z] [Pipeline] }
06:46:15 [2026-09-24T04:46:15.376Z] $ docker stop --time=1 3193504ad1550f1cb83df449e88a9bad39261d342f33f868c7096f6ad3bbea77
06:46:16 [2026-09-24T04:46:16.693Z] $ docker rm -f --volumes 3193504ad1550f1cb83df449e88a9bad39261d342f33f868c7096f6ad3bbea77
06:46:16 [2026-09-24T04:46:16.753Z] [Pipeline] // withDockerContainer
06:46:16 [2026-09-24T04:46:16.761Z] [Pipeline] }
06:46:16 [2026-09-24T04:46:16.768Z] [Pipeline] // withEnv
06:46:16 [2026-09-24T04:46:16.784Z] [Pipeline] }
06:46:16 [2026-09-24T04:46:16.810Z] [Pipeline] // node
06:46:16 [2026-09-24T04:46:16.828Z] [Pipeline] End of Pipeline
06:46:16 [2026-09-24T04:46:16.909Z] Lancement d'un nouveau build de Silverpeas_Mobile_Stable_AutoDeploy #435
06:46:16 [2026-09-24T04:46:16.910Z] Finished: SUCCESS