Skip to content
06:46:00 [2026-09-21T04:46:00.937Z] Lancé par une alarme périodique
06:46:00 [2026-09-21T04:46:00.938Z] Running as userbuild
06:46:01 [2026-09-21T04:46:01.461Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2026-09-21T04:46:01.967Z] [Pipeline] Start of Pipeline
06:46:02 [2026-09-21T04:46:02.278Z] [Pipeline] node
06:46:02 [2026-09-21T04:46:02.282Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy
06:46:02 [2026-09-21T04:46:02.290Z] [Pipeline] {
06:46:02 [2026-09-21T04:46:02.315Z] [Pipeline] stage
06:46:02 [2026-09-21T04:46:02.316Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:02 [2026-09-21T04:46:02.328Z] [Pipeline] checkout
06:46:02 [2026-09-21T04:46:02.339Z] Selected Git installation does not exist. Using Default
06:46:02 [2026-09-21T04:46:02.339Z] The recommended git tool is: NONE
06:46:02 [2026-09-21T04:46:02.339Z] No credentials specified
06:46:02 [2026-09-21T04:46:02.339Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/.git # timeout=10
06:46:02 [2026-09-21T04:46:02.345Z] Fetching changes from the remote Git repository
06:46:02 [2026-09-21T04:46:02.351Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:02 [2026-09-21T04:46:02.356Z] Cleaning workspace
06:46:02 [2026-09-21T04:46:02.356Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:02 [2026-09-21T04:46:02.361Z] Resetting working tree
06:46:02 [2026-09-21T04:46:02.361Z]  > /usr/bin/git reset --hard # timeout=10
06:46:02 [2026-09-21T04:46:02.371Z]  > /usr/bin/git clean -fdx # timeout=10
06:46:02 [2026-09-21T04:46:02.377Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:02 [2026-09-21T04:46:02.377Z]  > /usr/bin/git --version # timeout=10
06:46:02 [2026-09-21T04:46:02.382Z]  > git --version # 'git version 2.43.0'
06:46:02 [2026-09-21T04:46:02.382Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:03 [2026-09-21T04:46:03.070Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:03 [2026-09-21T04:46:03.077Z] Checking out Revision 56f5661a313b8828cac18f92b68f2f116fbd2cc2 (refs/remotes/origin/master)
06:46:03 [2026-09-21T04:46:03.077Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:03 [2026-09-21T04:46:03.083Z]  > /usr/bin/git checkout -f 56f5661a313b8828cac18f92b68f2f116fbd2cc2 # timeout=10
06:46:03 [2026-09-21T04:46:03.102Z] Commit message: "Quote the database connection URL passed to setupDB.sh"
06:46:03 [2026-09-21T04:46:03.102Z]  > /usr/bin/git rev-list --no-walk c8dc7ef50e04c1b811eb42acbb89b17d98f982d7 # timeout=10
06:46:03 [2026-09-21T04:46:03.126Z] [Pipeline] }
06:46:03 [2026-09-21T04:46:03.133Z] [Pipeline] // stage
06:46:03 [2026-09-21T04:46:03.154Z] [Pipeline] withEnv
06:46:03 [2026-09-21T04:46:03.155Z] [Pipeline] {
06:46:03 [2026-09-21T04:46:03.299Z] [Pipeline] isUnix
06:46:03 [2026-09-21T04:46:03.301Z] [Pipeline] withEnv
06:46:03 [2026-09-21T04:46:03.301Z] [Pipeline] {
06:46:03 [2026-09-21T04:46:03.315Z] [Pipeline] sh
06:46:03 [2026-09-21T04:46:03.572Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:03 [2026-09-21T04:46:03.572Z] .
06:46:03 [2026-09-21T04:46:03.573Z] [Pipeline] }
06:46:03 [2026-09-21T04:46:03.585Z] [Pipeline] // withEnv
06:46:03 [2026-09-21T04:46:03.599Z] [Pipeline] withDockerContainer
06:46:03 [2026-09-21T04:46:03.645Z] Jenkins does not seem to be running inside a container
06:46:03 [2026-09-21T04:46:03.654Z] $ 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-21T04:46:03.952Z] $ docker top b49c34e95b6f81bcafdd708c1ee82a0d6fd7045c85f3f7e5b3f7a4ca99d92175 -eo pid,comm
06:46:04 [2026-09-21T04:46:04.011Z] [Pipeline] {
06:46:04 [2026-09-21T04:46:04.049Z] [Pipeline] withEnv
06:46:04 [2026-09-21T04:46:04.049Z] [Pipeline] {
06:46:04 [2026-09-21T04:46:04.072Z] [Pipeline] stage
06:46:04 [2026-09-21T04:46:04.073Z] [Pipeline] { (Prepare the job)
06:46:04 [2026-09-21T04:46:04.120Z] [Pipeline] sh
06:46:04 [2026-09-21T04:46:04.377Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.4.x/pom.xml
06:46:04 [2026-09-21T04:46:04.631Z] [Pipeline] script
06:46:04 [2026-09-21T04:46:04.636Z] [Pipeline] {
06:46:04 [2026-09-21T04:46:04.649Z] [Pipeline] readMavenPom
06:46:04 [2026-09-21T04:46:04.678Z] 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-21T04:46:04.682Z] 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-21T04:46:04.683Z] 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-21T04:46:04.684Z] 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-21T04:46:04.684Z] 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-21T04:46:04.686Z] [Pipeline] sh
06:46:04 [2026-09-21T04:46:04.946Z] + rm -f pom.xml
06:46:04 [2026-09-21T04:46:04.948Z] [Pipeline] }
06:46:04 [2026-09-21T04:46:04.963Z] [Pipeline] // script
06:46:04 [2026-09-21T04:46:04.977Z] [Pipeline] }
06:46:04 [2026-09-21T04:46:04.986Z] [Pipeline] // stage
06:46:05 [2026-09-21T04:46:05.003Z] [Pipeline] stage
06:46:05 [2026-09-21T04:46:05.004Z] [Pipeline] { (Check POM parent version)
06:46:05 [2026-09-21T04:46:05.064Z] Stage "Check POM parent version" skipped due to when conditional
06:46:05 [2026-09-21T04:46:05.066Z] [Pipeline] getContext
06:46:05 [2026-09-21T04:46:05.068Z] [Pipeline] }
06:46:05 [2026-09-21T04:46:05.077Z] [Pipeline] // stage
06:46:05 [2026-09-21T04:46:05.088Z] [Pipeline] stage
06:46:05 [2026-09-21T04:46:05.088Z] [Pipeline] { (Checkout projects and check code changes)
06:46:05 [2026-09-21T04:46:05.111Z] [Pipeline] script
06:46:05 [2026-09-21T04:46:05.117Z] [Pipeline] {
06:46:05 [2026-09-21T04:46:05.137Z] [Pipeline] copyArtifacts
06:46:05 [2026-09-21T04:46:05.158Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 567
06:46:05 [2026-09-21T04:46:05.164Z] [Pipeline] fileExists
06:46:05 [2026-09-21T04:46:05.182Z] [Pipeline] readYaml
06:46:05 [2026-09-21T04:46:05.197Z] 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:05 [2026-09-21T04:46:05.202Z] [Pipeline] dir
06:46:05 [2026-09-21T04:46:05.202Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core
06:46:05 [2026-09-21T04:46:05.203Z] [Pipeline] {
06:46:05 [2026-09-21T04:46:05.222Z] [Pipeline] git
06:46:05 [2026-09-21T04:46:05.238Z] The recommended git tool is: /usr/bin/git
06:46:05 [2026-09-21T04:46:05.240Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:05 [2026-09-21T04:46:05.256Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6c9471b; decorates hudson.Launcher$LocalLauncher@6fc4ad71 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:05 [2026-09-21T04:46:05.257Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core/.git # timeout=10
06:46:05 [2026-09-21T04:46:05.264Z] Fetching changes from the remote Git repository
06:46:05 [2026-09-21T04:46:05.268Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
06:46:05 [2026-09-21T04:46:05.274Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
06:46:05 [2026-09-21T04:46:05.275Z]  > /usr/bin/git --version # timeout=10
06:46:05 [2026-09-21T04:46:05.280Z]  > git --version # 'git version 2.43.0'
06:46:05 [2026-09-21T04:46:05.280Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:05 [2026-09-21T04:46:05.286Z]  > /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-21T04:46:06.658Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:06 [2026-09-21T04:46:06.666Z] Checking out Revision c06b65af80efc2761404e984a1a74ec5a342052b (refs/remotes/origin/6.4.x)
06:46:06 [2026-09-21T04:46:06.667Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:06 [2026-09-21T04:46:06.672Z]  > /usr/bin/git checkout -f c06b65af80efc2761404e984a1a74ec5a342052b # timeout=10
06:46:06 [2026-09-21T04:46:06.741Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:06 [2026-09-21T04:46:06.764Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:06 [2026-09-21T04:46:06.772Z]  > /usr/bin/git checkout -b 6.4.x c06b65af80efc2761404e984a1a74ec5a342052b # timeout=10
06:46:06 [2026-09-21T04:46:06.850Z] Commit message: "Fix bug #15431"
06:46:06 [2026-09-21T04:46:06.851Z]  > /usr/bin/git rev-list --no-walk c06b65af80efc2761404e984a1a74ec5a342052b # timeout=10
06:46:06 [2026-09-21T04:46:06.882Z] [Pipeline] fileExists
06:46:06 [2026-09-21T04:46:06.892Z] [Pipeline] readMavenPom
06:46:06 [2026-09-21T04:46:06.918Z] [Pipeline] sh
06:46:07 [2026-09-21T04:46:07.181Z] + git rev-parse HEAD
06:46:07 [2026-09-21T04:46:07.184Z] [Pipeline] echo
06:46:07 [2026-09-21T04:46:07.184Z] Silverpeas-Core: current commit is c06b65af80efc2761404e984a1a74ec5a342052b and last build commit is c06b65af80efc2761404e984a1a74ec5a342052b
06:46:07 [2026-09-21T04:46:07.185Z] [Pipeline] }
06:46:07 [2026-09-21T04:46:07.200Z] [Pipeline] // dir
06:46:07 [2026-09-21T04:46:07.216Z] [Pipeline] echo
06:46:07 [2026-09-21T04:46:07.217Z] Build skipped due to no changes have been done since the last build
06:46:07 [2026-09-21T04:46:07.234Z] [Pipeline] dir
06:46:07 [2026-09-21T04:46:07.235Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components
06:46:07 [2026-09-21T04:46:07.236Z] [Pipeline] {
06:46:07 [2026-09-21T04:46:07.258Z] [Pipeline] git
06:46:07 [2026-09-21T04:46:07.274Z] The recommended git tool is: /usr/bin/git
06:46:07 [2026-09-21T04:46:07.275Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:07 [2026-09-21T04:46:07.288Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4c6b8689; decorates hudson.Launcher$LocalLauncher@4a487761 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:07 [2026-09-21T04:46:07.288Z]  > /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-21T04:46:07.295Z] Fetching changes from the remote Git repository
06:46:07 [2026-09-21T04:46:07.301Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
06:46:07 [2026-09-21T04:46:07.308Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
06:46:07 [2026-09-21T04:46:07.308Z]  > /usr/bin/git --version # timeout=10
06:46:07 [2026-09-21T04:46:07.313Z]  > git --version # 'git version 2.43.0'
06:46:07 [2026-09-21T04:46:07.313Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:07 [2026-09-21T04:46:07.319Z]  > /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-21T04:46:08.145Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:08 [2026-09-21T04:46:08.154Z] Checking out Revision 447b2cc025d7cfadc2cbb76f56c66ee8b12fe624 (refs/remotes/origin/6.4.x)
06:46:08 [2026-09-21T04:46:08.154Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:08 [2026-09-21T04:46:08.160Z]  > /usr/bin/git checkout -f 447b2cc025d7cfadc2cbb76f56c66ee8b12fe624 # timeout=10
06:46:08 [2026-09-21T04:46:08.189Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:08 [2026-09-21T04:46:08.204Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:08 [2026-09-21T04:46:08.211Z]  > /usr/bin/git checkout -b 6.4.x 447b2cc025d7cfadc2cbb76f56c66ee8b12fe624 # timeout=10
06:46:08 [2026-09-21T04:46:08.320Z] Commit message: "Fix bug #15444"
06:46:08 [2026-09-21T04:46:08.321Z]  > /usr/bin/git rev-list --no-walk 447b2cc025d7cfadc2cbb76f56c66ee8b12fe624 # timeout=10
06:46:08 [2026-09-21T04:46:08.345Z] [Pipeline] fileExists
06:46:08 [2026-09-21T04:46:08.362Z] [Pipeline] readMavenPom
06:46:08 [2026-09-21T04:46:08.388Z] [Pipeline] sh
06:46:08 [2026-09-21T04:46:08.645Z] + git rev-parse HEAD
06:46:08 [2026-09-21T04:46:08.648Z] [Pipeline] echo
06:46:08 [2026-09-21T04:46:08.648Z] Silverpeas-Components: current commit is 447b2cc025d7cfadc2cbb76f56c66ee8b12fe624 and last build commit is 447b2cc025d7cfadc2cbb76f56c66ee8b12fe624
06:46:08 [2026-09-21T04:46:08.650Z] [Pipeline] }
06:46:08 [2026-09-21T04:46:08.668Z] [Pipeline] // dir
06:46:08 [2026-09-21T04:46:08.684Z] [Pipeline] echo
06:46:08 [2026-09-21T04:46:08.685Z] Build skipped due to no changes have been done since the last build
06:46:08 [2026-09-21T04:46:08.702Z] [Pipeline] dir
06:46:08 [2026-09-21T04:46:08.702Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks
06:46:08 [2026-09-21T04:46:08.703Z] [Pipeline] {
06:46:08 [2026-09-21T04:46:08.726Z] [Pipeline] git
06:46:08 [2026-09-21T04:46:08.737Z] Selected Git installation does not exist. Using Default
06:46:08 [2026-09-21T04:46:08.738Z] The recommended git tool is: NONE
06:46:08 [2026-09-21T04:46:08.738Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:08 [2026-09-21T04:46:08.748Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1fe4161e; decorates hudson.Launcher$LocalLauncher@73bc2b5c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:08 [2026-09-21T04:46:08.749Z]  > /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-21T04:46:08.756Z] Fetching changes from the remote Git repository
06:46:08 [2026-09-21T04:46:08.759Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
06:46:08 [2026-09-21T04:46:08.766Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
06:46:08 [2026-09-21T04:46:08.767Z]  > /usr/bin/git --version # timeout=10
06:46:08 [2026-09-21T04:46:08.772Z]  > git --version # 'git version 2.43.0'
06:46:08 [2026-09-21T04:46:08.772Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:08 [2026-09-21T04:46:08.779Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:10 [2026-09-21T04:46:10.131Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:10 [2026-09-21T04:46:10.139Z] Checking out Revision f105160616b668c112072a2f4714b531c52c98bc (refs/remotes/origin/6.4.x)
06:46:10 [2026-09-21T04:46:10.139Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:10 [2026-09-21T04:46:10.144Z]  > /usr/bin/git checkout -f f105160616b668c112072a2f4714b531c52c98bc # timeout=10
06:46:10 [2026-09-21T04:46:10.155Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:10 [2026-09-21T04:46:10.163Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:10 [2026-09-21T04:46:10.171Z]  > /usr/bin/git checkout -b 6.4.x f105160616b668c112072a2f4714b531c52c98bc # timeout=10
06:46:10 [2026-09-21T04:46:10.188Z] 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:10 [2026-09-21T04:46:10.188Z]  > /usr/bin/git rev-list --no-walk f105160616b668c112072a2f4714b531c52c98bc # timeout=10
06:46:10 [2026-09-21T04:46:10.207Z] [Pipeline] fileExists
06:46:10 [2026-09-21T04:46:10.216Z] [Pipeline] readMavenPom
06:46:10 [2026-09-21T04:46:10.229Z] [Pipeline] sh
06:46:10 [2026-09-21T04:46:10.486Z] + git rev-parse HEAD
06:46:10 [2026-09-21T04:46:10.490Z] [Pipeline] echo
06:46:10 [2026-09-21T04:46:10.491Z] Silverpeas-Looks: current commit is f105160616b668c112072a2f4714b531c52c98bc and last build commit is f105160616b668c112072a2f4714b531c52c98bc
06:46:10 [2026-09-21T04:46:10.493Z] [Pipeline] }
06:46:10 [2026-09-21T04:46:10.504Z] [Pipeline] // dir
06:46:10 [2026-09-21T04:46:10.517Z] [Pipeline] echo
06:46:10 [2026-09-21T04:46:10.517Z] Build skipped due to no changes have been done since the last build
06:46:10 [2026-09-21T04:46:10.530Z] [Pipeline] dir
06:46:10 [2026-09-21T04:46:10.531Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup
06:46:10 [2026-09-21T04:46:10.531Z] [Pipeline] {
06:46:10 [2026-09-21T04:46:10.546Z] [Pipeline] git
06:46:10 [2026-09-21T04:46:10.565Z] The recommended git tool is: NONE
06:46:10 [2026-09-21T04:46:10.566Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:10 [2026-09-21T04:46:10.577Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1b7a7126; decorates hudson.Launcher$LocalLauncher@79e3ba2c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:10 [2026-09-21T04:46:10.578Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup/.git # timeout=10
06:46:10 [2026-09-21T04:46:10.585Z] Fetching changes from the remote Git repository
06:46:10 [2026-09-21T04:46:10.590Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
06:46:10 [2026-09-21T04:46:10.596Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
06:46:10 [2026-09-21T04:46:10.596Z]  > /usr/bin/git --version # timeout=10
06:46:10 [2026-09-21T04:46:10.601Z]  > git --version # 'git version 2.43.0'
06:46:10 [2026-09-21T04:46:10.601Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:10 [2026-09-21T04:46:10.607Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:11 [2026-09-21T04:46:11.749Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:11 [2026-09-21T04:46:11.756Z] Checking out Revision f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 (refs/remotes/origin/6.4.x)
06:46:11 [2026-09-21T04:46:11.756Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:11 [2026-09-21T04:46:11.761Z]  > /usr/bin/git checkout -f f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 # timeout=10
06:46:11 [2026-09-21T04:46:11.768Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:11 [2026-09-21T04:46:11.776Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:11 [2026-09-21T04:46:11.782Z]  > /usr/bin/git checkout -b 6.4.x f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 # timeout=10
06:46:11 [2026-09-21T04:46:11.793Z] 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:11 [2026-09-21T04:46:11.794Z]  > /usr/bin/git rev-list --no-walk f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 # timeout=10
06:46:11 [2026-09-21T04:46:11.814Z] [Pipeline] fileExists
06:46:11 [2026-09-21T04:46:11.824Z] [Pipeline] sh
06:46:12 [2026-09-21T04:46:12.080Z] + git rev-parse HEAD
06:46:12 [2026-09-21T04:46:12.084Z] [Pipeline] echo
06:46:12 [2026-09-21T04:46:12.085Z] Silverpeas-Setup: current commit is f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 and last build commit is f9a3cc8ddfdefbb340e23594a0d441da1d2cd613
06:46:12 [2026-09-21T04:46:12.087Z] [Pipeline] }
06:46:12 [2026-09-21T04:46:12.106Z] [Pipeline] // dir
06:46:12 [2026-09-21T04:46:12.125Z] [Pipeline] echo
06:46:12 [2026-09-21T04:46:12.125Z] Build skipped due to no changes have been done since the last build
06:46:12 [2026-09-21T04:46:12.144Z] [Pipeline] dir
06:46:12 [2026-09-21T04:46:12.145Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution
06:46:12 [2026-09-21T04:46:12.146Z] [Pipeline] {
06:46:12 [2026-09-21T04:46:12.169Z] [Pipeline] git
06:46:12 [2026-09-21T04:46:12.187Z] The recommended git tool is: NONE
06:46:12 [2026-09-21T04:46:12.187Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:12 [2026-09-21T04:46:12.196Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3a74c0ea; decorates hudson.Launcher$LocalLauncher@48f78916 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:12 [2026-09-21T04:46:12.197Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
06:46:12 [2026-09-21T04:46:12.205Z] Fetching changes from the remote Git repository
06:46:12 [2026-09-21T04:46:12.206Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
06:46:12 [2026-09-21T04:46:12.212Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
06:46:12 [2026-09-21T04:46:12.212Z]  > /usr/bin/git --version # timeout=10
06:46:12 [2026-09-21T04:46:12.217Z]  > git --version # 'git version 2.43.0'
06:46:12 [2026-09-21T04:46:12.217Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:12 [2026-09-21T04:46:12.223Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:12 [2026-09-21T04:46:12.947Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:12 [2026-09-21T04:46:12.954Z] Checking out Revision 4c911d0c826d86eae553a296dd6f65961fc161ae (refs/remotes/origin/6.4.x)
06:46:12 [2026-09-21T04:46:12.954Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:12 [2026-09-21T04:46:12.959Z]  > /usr/bin/git checkout -f 4c911d0c826d86eae553a296dd6f65961fc161ae # timeout=10
06:46:12 [2026-09-21T04:46:12.966Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:12 [2026-09-21T04:46:12.974Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:12 [2026-09-21T04:46:12.980Z]  > /usr/bin/git checkout -b 6.4.x 4c911d0c826d86eae553a296dd6f65961fc161ae # timeout=10
06:46:12 [2026-09-21T04:46:12.989Z] 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:12 [2026-09-21T04:46:12.989Z]  > /usr/bin/git rev-list --no-walk 4c911d0c826d86eae553a296dd6f65961fc161ae # timeout=10
06:46:13 [2026-09-21T04:46:13.009Z] [Pipeline] fileExists
06:46:13 [2026-09-21T04:46:13.019Z] [Pipeline] readMavenPom
06:46:13 [2026-09-21T04:46:13.052Z] [Pipeline] sh
06:46:13 [2026-09-21T04:46:13.312Z] + git rev-parse HEAD
06:46:13 [2026-09-21T04:46:13.315Z] [Pipeline] echo
06:46:13 [2026-09-21T04:46:13.316Z] Silverpeas-Distribution: current commit is 4c911d0c826d86eae553a296dd6f65961fc161ae and last build commit is 4c911d0c826d86eae553a296dd6f65961fc161ae
06:46:13 [2026-09-21T04:46:13.318Z] [Pipeline] }
06:46:13 [2026-09-21T04:46:13.338Z] [Pipeline] // dir
06:46:13 [2026-09-21T04:46:13.357Z] [Pipeline] echo
06:46:13 [2026-09-21T04:46:13.358Z] Build skipped due to no changes have been done since the last build
06:46:13 [2026-09-21T04:46:13.379Z] [Pipeline] dir
06:46:13 [2026-09-21T04:46:13.379Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly
06:46:13 [2026-09-21T04:46:13.380Z] [Pipeline] {
06:46:13 [2026-09-21T04:46:13.406Z] [Pipeline] git
06:46:13 [2026-09-21T04:46:13.426Z] The recommended git tool is: NONE
06:46:13 [2026-09-21T04:46:13.427Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:13 [2026-09-21T04:46:13.436Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1a8e690; decorates hudson.Launcher$LocalLauncher@18e6fc63 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:13 [2026-09-21T04:46:13.437Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
06:46:13 [2026-09-21T04:46:13.443Z] Fetching changes from the remote Git repository
06:46:13 [2026-09-21T04:46:13.445Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
06:46:13 [2026-09-21T04:46:13.451Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
06:46:13 [2026-09-21T04:46:13.451Z]  > /usr/bin/git --version # timeout=10
06:46:13 [2026-09-21T04:46:13.456Z]  > git --version # 'git version 2.43.0'
06:46:13 [2026-09-21T04:46:13.456Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:13 [2026-09-21T04:46:13.461Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:14 [2026-09-21T04:46:14.200Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:14 [2026-09-21T04:46:14.206Z] Checking out Revision 27fc17db8fc8e443cd002cec7d78fbad61804ec8 (refs/remotes/origin/6.4.x)
06:46:14 [2026-09-21T04:46:14.206Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:14 [2026-09-21T04:46:14.212Z]  > /usr/bin/git checkout -f 27fc17db8fc8e443cd002cec7d78fbad61804ec8 # timeout=10
06:46:14 [2026-09-21T04:46:14.221Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:14 [2026-09-21T04:46:14.232Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:14 [2026-09-21T04:46:14.239Z]  > /usr/bin/git checkout -b 6.4.x 27fc17db8fc8e443cd002cec7d78fbad61804ec8 # timeout=10
06:46:14 [2026-09-21T04:46:14.249Z] 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:14 [2026-09-21T04:46:14.249Z]  > /usr/bin/git rev-list --no-walk 27fc17db8fc8e443cd002cec7d78fbad61804ec8 # timeout=10
06:46:14 [2026-09-21T04:46:14.271Z] [Pipeline] fileExists
06:46:14 [2026-09-21T04:46:14.284Z] [Pipeline] readMavenPom
06:46:14 [2026-09-21T04:46:14.316Z] [Pipeline] sh
06:46:14 [2026-09-21T04:46:14.575Z] + git rev-parse HEAD
06:46:14 [2026-09-21T04:46:14.578Z] [Pipeline] echo
06:46:14 [2026-09-21T04:46:14.578Z] Silverpeas-Assembly: current commit is 27fc17db8fc8e443cd002cec7d78fbad61804ec8 and last build commit is 27fc17db8fc8e443cd002cec7d78fbad61804ec8
06:46:14 [2026-09-21T04:46:14.579Z] [Pipeline] }
06:46:14 [2026-09-21T04:46:14.598Z] [Pipeline] // dir
06:46:14 [2026-09-21T04:46:14.617Z] [Pipeline] echo
06:46:14 [2026-09-21T04:46:14.617Z] Build skipped due to no changes have been done since the last build
06:46:14 [2026-09-21T04:46:14.618Z] [Pipeline] }
06:46:14 [2026-09-21T04:46:14.635Z] [Pipeline] // script
06:46:14 [2026-09-21T04:46:14.654Z] [Pipeline] }
06:46:14 [2026-09-21T04:46:14.670Z] [Pipeline] // stage
06:46:14 [2026-09-21T04:46:14.691Z] [Pipeline] stage
06:46:14 [2026-09-21T04:46:14.692Z] [Pipeline] { (Build Silverpeas)
06:46:14 [2026-09-21T04:46:14.726Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:14 [2026-09-21T04:46:14.727Z] [Pipeline] getContext
06:46:14 [2026-09-21T04:46:14.776Z] [Pipeline] stage
06:46:14 [2026-09-21T04:46:14.777Z] [Pipeline] { (Build Silverpeas-Core)
06:46:14 [2026-09-21T04:46:14.795Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:14 [2026-09-21T04:46:14.797Z] [Pipeline] getContext
06:46:14 [2026-09-21T04:46:14.799Z] [Pipeline] }
06:46:14 [2026-09-21T04:46:14.817Z] [Pipeline] // stage
06:46:14 [2026-09-21T04:46:14.838Z] [Pipeline] stage
06:46:14 [2026-09-21T04:46:14.839Z] [Pipeline] { (Build Silverpeas-Components)
06:46:14 [2026-09-21T04:46:14.856Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:14 [2026-09-21T04:46:14.857Z] [Pipeline] getContext
06:46:14 [2026-09-21T04:46:14.860Z] [Pipeline] }
06:46:14 [2026-09-21T04:46:14.876Z] [Pipeline] // stage
06:46:14 [2026-09-21T04:46:14.894Z] [Pipeline] stage
06:46:14 [2026-09-21T04:46:14.895Z] [Pipeline] { (Build Silverpeas-Assembly)
06:46:14 [2026-09-21T04:46:14.910Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:14 [2026-09-21T04:46:14.912Z] [Pipeline] getContext
06:46:14 [2026-09-21T04:46:14.915Z] [Pipeline] }
06:46:14 [2026-09-21T04:46:14.929Z] [Pipeline] // stage
06:46:14 [2026-09-21T04:46:14.946Z] [Pipeline] stage
06:46:14 [2026-09-21T04:46:14.947Z] [Pipeline] { (Build Silverpeas Setup)
06:46:14 [2026-09-21T04:46:14.961Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:14 [2026-09-21T04:46:14.962Z] [Pipeline] getContext
06:46:14 [2026-09-21T04:46:14.964Z] [Pipeline] }
06:46:14 [2026-09-21T04:46:14.977Z] [Pipeline] // stage
06:46:14 [2026-09-21T04:46:14.993Z] [Pipeline] stage
06:46:14 [2026-09-21T04:46:14.995Z] [Pipeline] { (Build Silverpeas Distribution)
06:46:15 [2026-09-21T04:46:15.007Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:15 [2026-09-21T04:46:15.010Z] [Pipeline] getContext
06:46:15 [2026-09-21T04:46:15.012Z] [Pipeline] }
06:46:15 [2026-09-21T04:46:15.024Z] [Pipeline] // stage
06:46:15 [2026-09-21T04:46:15.040Z] [Pipeline] stage
06:46:15 [2026-09-21T04:46:15.040Z] [Pipeline] { (Build Silverpeas-Looks)
06:46:15 [2026-09-21T04:46:15.052Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:15 [2026-09-21T04:46:15.054Z] [Pipeline] getContext
06:46:15 [2026-09-21T04:46:15.056Z] [Pipeline] }
06:46:15 [2026-09-21T04:46:15.068Z] [Pipeline] // stage
06:46:15 [2026-09-21T04:46:15.082Z] [Pipeline] stage
06:46:15 [2026-09-21T04:46:15.083Z] [Pipeline] { (Publish Silverpeas-Core)
06:46:15 [2026-09-21T04:46:15.094Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:15 [2026-09-21T04:46:15.096Z] [Pipeline] getContext
06:46:15 [2026-09-21T04:46:15.098Z] [Pipeline] }
06:46:15 [2026-09-21T04:46:15.109Z] [Pipeline] // stage
06:46:15 [2026-09-21T04:46:15.123Z] [Pipeline] stage
06:46:15 [2026-09-21T04:46:15.124Z] [Pipeline] { (Publish Silverpeas-Components)
06:46:15 [2026-09-21T04:46:15.135Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:15 [2026-09-21T04:46:15.137Z] [Pipeline] getContext
06:46:15 [2026-09-21T04:46:15.139Z] [Pipeline] }
06:46:15 [2026-09-21T04:46:15.150Z] [Pipeline] // stage
06:46:15 [2026-09-21T04:46:15.164Z] [Pipeline] stage
06:46:15 [2026-09-21T04:46:15.166Z] [Pipeline] { (Publish Silverpeas-Assembly)
06:46:15 [2026-09-21T04:46:15.176Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:15 [2026-09-21T04:46:15.178Z] [Pipeline] getContext
06:46:15 [2026-09-21T04:46:15.180Z] [Pipeline] }
06:46:15 [2026-09-21T04:46:15.190Z] [Pipeline] // stage
06:46:15 [2026-09-21T04:46:15.203Z] [Pipeline] stage
06:46:15 [2026-09-21T04:46:15.203Z] [Pipeline] { (Publish Silverpeas-Setup)
06:46:15 [2026-09-21T04:46:15.213Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:15 [2026-09-21T04:46:15.215Z] [Pipeline] getContext
06:46:15 [2026-09-21T04:46:15.217Z] [Pipeline] }
06:46:15 [2026-09-21T04:46:15.227Z] [Pipeline] // stage
06:46:15 [2026-09-21T04:46:15.238Z] [Pipeline] stage
06:46:15 [2026-09-21T04:46:15.239Z] [Pipeline] { (Publish Silverpeas-Distribution)
06:46:15 [2026-09-21T04:46:15.249Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:15 [2026-09-21T04:46:15.250Z] [Pipeline] getContext
06:46:15 [2026-09-21T04:46:15.252Z] [Pipeline] }
06:46:15 [2026-09-21T04:46:15.269Z] [Pipeline] // stage
06:46:15 [2026-09-21T04:46:15.286Z] [Pipeline] stage
06:46:15 [2026-09-21T04:46:15.287Z] [Pipeline] { (Publish Silverpeas-Looks)
06:46:15 [2026-09-21T04:46:15.301Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:15 [2026-09-21T04:46:15.303Z] [Pipeline] getContext
06:46:15 [2026-09-21T04:46:15.305Z] [Pipeline] }
06:46:15 [2026-09-21T04:46:15.315Z] [Pipeline] // stage
06:46:15 [2026-09-21T04:46:15.326Z] [Pipeline] stage
06:46:15 [2026-09-21T04:46:15.327Z] [Pipeline] { (Publish Community Web Site)
06:46:15 [2026-09-21T04:46:15.336Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:15 [2026-09-21T04:46:15.337Z] [Pipeline] getContext
06:46:15 [2026-09-21T04:46:15.339Z] [Pipeline] }
06:46:15 [2026-09-21T04:46:15.347Z] [Pipeline] // stage
06:46:15 [2026-09-21T04:46:15.356Z] [Pipeline] }
06:46:15 [2026-09-21T04:46:15.363Z] [Pipeline] // stage
06:46:15 [2026-09-21T04:46:15.382Z] [Pipeline] stage
06:46:15 [2026-09-21T04:46:15.383Z] [Pipeline] { (Create YAML build report)
06:46:15 [2026-09-21T04:46:15.414Z] [Pipeline] script
06:46:15 [2026-09-21T04:46:15.420Z] [Pipeline] {
06:46:15 [2026-09-21T04:46:15.431Z] [Pipeline] sh
06:46:15 [2026-09-21T04:46:15.687Z] + mkdir -p target
06:46:15 [2026-09-21T04:46:15.690Z] [Pipeline] sh
06:46:15 [2026-09-21T04:46:15.947Z] + mv build.yaml target/
06:46:15 [2026-09-21T04:46:15.949Z] [Pipeline] }
06:46:15 [2026-09-21T04:46:15.967Z] [Pipeline] // script
06:46:15 [2026-09-21T04:46:15.985Z] [Pipeline] }
06:46:16 [2026-09-21T04:46:16.003Z] [Pipeline] // stage
06:46:16 [2026-09-21T04:46:16.029Z] [Pipeline] stage
06:46:16 [2026-09-21T04:46:16.029Z] [Pipeline] { (Declarative: Post Actions)
06:46:16 [2026-09-21T04:46:16.061Z] [Pipeline] step
06:46:16 [2026-09-21T04:46:16.097Z] [Pipeline] script
06:46:16 [2026-09-21T04:46:16.103Z] [Pipeline] {
06:46:16 [2026-09-21T04:46:16.131Z] [Pipeline] }
06:46:16 [2026-09-21T04:46:16.150Z] [Pipeline] // script
06:46:16 [2026-09-21T04:46:16.163Z] [Pipeline] archiveArtifacts
06:46:16 [2026-09-21T04:46:16.167Z] Archiving artifacts
06:46:16 [2026-09-21T04:46:16.174Z] Enregistrement des empreintes numériques
06:46:16 [2026-09-21T04:46:16.191Z] [Pipeline] sh
06:46:16 [2026-09-21T04:46:16.447Z] + rm -rf target
06:46:16 [2026-09-21T04:46:16.455Z] [Pipeline] }
06:46:16 [2026-09-21T04:46:16.474Z] [Pipeline] // stage
06:46:16 [2026-09-21T04:46:16.494Z] [Pipeline] }
06:46:16 [2026-09-21T04:46:16.511Z] [Pipeline] // withEnv
06:46:16 [2026-09-21T04:46:16.529Z] [Pipeline] }
06:46:16 [2026-09-21T04:46:16.530Z] $ docker stop --time=1 b49c34e95b6f81bcafdd708c1ee82a0d6fd7045c85f3f7e5b3f7a4ca99d92175
06:46:17 [2026-09-21T04:46:17.801Z] $ docker rm -f --volumes b49c34e95b6f81bcafdd708c1ee82a0d6fd7045c85f3f7e5b3f7a4ca99d92175
06:46:17 [2026-09-21T04:46:17.849Z] [Pipeline] // withDockerContainer
06:46:17 [2026-09-21T04:46:17.858Z] [Pipeline] }
06:46:17 [2026-09-21T04:46:17.867Z] [Pipeline] // withEnv
06:46:17 [2026-09-21T04:46:17.885Z] [Pipeline] }
06:46:17 [2026-09-21T04:46:17.903Z] [Pipeline] // node
06:46:17 [2026-09-21T04:46:17.921Z] [Pipeline] End of Pipeline
06:46:18 [2026-09-21T04:46:18.001Z] Lancement d'un nouveau build de Silverpeas_Mobile_Stable_AutoDeploy #434
06:46:18 [2026-09-21T04:46:18.002Z] Finished: SUCCESS