Skip to content
Succès

Sortie de la console

06:46:00 [2025-07-24T04:46:00.449Z] Lancé par une alarme périodique
06:46:00 [2025-07-24T04:46:00.449Z] Running as userbuild
06:46:00 [2025-07-24T04:46:00.862Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2025-07-24T04:46:01.346Z] [Pipeline] Start of Pipeline
06:46:01 [2025-07-24T04:46:01.701Z] [Pipeline] node
06:46:01 [2025-07-24T04:46:01.705Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy
06:46:01 [2025-07-24T04:46:01.707Z] [Pipeline] {
06:46:01 [2025-07-24T04:46:01.723Z] [Pipeline] stage
06:46:01 [2025-07-24T04:46:01.724Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:01 [2025-07-24T04:46:01.734Z] [Pipeline] checkout
06:46:01 [2025-07-24T04:46:01.736Z] Selected Git installation does not exist. Using Default
06:46:01 [2025-07-24T04:46:01.736Z] The recommended git tool is: NONE
06:46:01 [2025-07-24T04:46:01.736Z] No credentials specified
06:46:01 [2025-07-24T04:46:01.737Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/.git # timeout=10
06:46:01 [2025-07-24T04:46:01.742Z] Fetching changes from the remote Git repository
06:46:01 [2025-07-24T04:46:01.744Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:01 [2025-07-24T04:46:01.751Z] Cleaning workspace
06:46:01 [2025-07-24T04:46:01.751Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:01 [2025-07-24T04:46:01.756Z] Resetting working tree
06:46:01 [2025-07-24T04:46:01.756Z]  > /usr/bin/git reset --hard # timeout=10
06:46:01 [2025-07-24T04:46:01.763Z]  > /usr/bin/git clean -fdx # timeout=10
06:46:01 [2025-07-24T04:46:01.769Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2025-07-24T04:46:01.769Z]  > /usr/bin/git --version # timeout=10
06:46:01 [2025-07-24T04:46:01.774Z]  > git --version # 'git version 2.43.0'
06:46:01 [2025-07-24T04:46:01.774Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:02 [2025-07-24T04:46:02.142Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:02 [2025-07-24T04:46:02.148Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
06:46:02 [2025-07-24T04:46:02.148Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:02 [2025-07-24T04:46:02.154Z]  > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
06:46:02 [2025-07-24T04:46:02.168Z] Commit message: "Use of the withCredentials Jenkins statement to allow the injection of the credentials of the Git account used to push code change into the Github repo in the AutoDeploy build of the silverpeas mobile project."
06:46:02 [2025-07-24T04:46:02.168Z]  > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
06:46:02 [2025-07-24T04:46:02.188Z] [Pipeline] }
06:46:02 [2025-07-24T04:46:02.195Z] [Pipeline] // stage
06:46:02 [2025-07-24T04:46:02.212Z] [Pipeline] withEnv
06:46:02 [2025-07-24T04:46:02.213Z] [Pipeline] {
06:46:02 [2025-07-24T04:46:02.396Z] [Pipeline] isUnix
06:46:02 [2025-07-24T04:46:02.397Z] [Pipeline] withEnv
06:46:02 [2025-07-24T04:46:02.398Z] [Pipeline] {
06:46:02 [2025-07-24T04:46:02.410Z] [Pipeline] sh
06:46:02 [2025-07-24T04:46:02.667Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:02 [2025-07-24T04:46:02.667Z] .
06:46:02 [2025-07-24T04:46:02.668Z] [Pipeline] }
06:46:02 [2025-07-24T04:46:02.681Z] [Pipeline] // withEnv
06:46:02 [2025-07-24T04:46:02.696Z] [Pipeline] withDockerContainer
06:46:02 [2025-07-24T04:46:02.730Z] Jenkins does not seem to be running inside a container
06:46:02 [2025-07-24T04:46:02.736Z] $ 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/.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 [2025-07-24T04:46:03.049Z] $ docker top 2705e89ac4943d5ac15dabd0704864fa9b117fa94def878dda50492281f16e23 -eo pid,comm
06:46:03 [2025-07-24T04:46:03.087Z] [Pipeline] {
06:46:03 [2025-07-24T04:46:03.111Z] [Pipeline] withEnv
06:46:03 [2025-07-24T04:46:03.112Z] [Pipeline] {
06:46:03 [2025-07-24T04:46:03.133Z] [Pipeline] stage
06:46:03 [2025-07-24T04:46:03.134Z] [Pipeline] { (Prepare the job)
06:46:03 [2025-07-24T04:46:03.181Z] [Pipeline] sh
06:46:03 [2025-07-24T04:46:03.440Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.4.x/pom.xml
06:46:03 [2025-07-24T04:46:03.693Z] [Pipeline] script
06:46:03 [2025-07-24T04:46:03.699Z] [Pipeline] {
06:46:03 [2025-07-24T04:46:03.715Z] [Pipeline] readMavenPom
06:46:03 [2025-07-24T04:46:03.741Z] 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:03 [2025-07-24T04:46:03.743Z] 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:03 [2025-07-24T04:46:03.745Z] 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:03 [2025-07-24T04:46:03.745Z] 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:03 [2025-07-24T04:46:03.745Z] 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:03 [2025-07-24T04:46:03.746Z] [Pipeline] sh
06:46:04 [2025-07-24T04:46:04.005Z] + rm -f pom.xml
06:46:04 [2025-07-24T04:46:04.006Z] [Pipeline] }
06:46:04 [2025-07-24T04:46:04.019Z] [Pipeline] // script
06:46:04 [2025-07-24T04:46:04.034Z] [Pipeline] }
06:46:04 [2025-07-24T04:46:04.047Z] [Pipeline] // stage
06:46:04 [2025-07-24T04:46:04.063Z] [Pipeline] stage
06:46:04 [2025-07-24T04:46:04.064Z] [Pipeline] { (Check POM parent version)
06:46:04 [2025-07-24T04:46:04.129Z] Stage "Check POM parent version" skipped due to when conditional
06:46:04 [2025-07-24T04:46:04.130Z] [Pipeline] getContext
06:46:04 [2025-07-24T04:46:04.132Z] [Pipeline] }
06:46:04 [2025-07-24T04:46:04.143Z] [Pipeline] // stage
06:46:04 [2025-07-24T04:46:04.157Z] [Pipeline] stage
06:46:04 [2025-07-24T04:46:04.158Z] [Pipeline] { (Checkout projects and check code changes)
06:46:04 [2025-07-24T04:46:04.186Z] [Pipeline] script
06:46:04 [2025-07-24T04:46:04.191Z] [Pipeline] {
06:46:04 [2025-07-24T04:46:04.212Z] [Pipeline] copyArtifacts
06:46:04 [2025-07-24T04:46:04.219Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 412
06:46:04 [2025-07-24T04:46:04.229Z] [Pipeline] fileExists
06:46:04 [2025-07-24T04:46:04.246Z] [Pipeline] readYaml
06:46:04 [2025-07-24T04:46:04.260Z] 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 [2025-07-24T04:46:04.263Z] [Pipeline] dir
06:46:04 [2025-07-24T04:46:04.263Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core
06:46:04 [2025-07-24T04:46:04.264Z] [Pipeline] {
06:46:04 [2025-07-24T04:46:04.282Z] [Pipeline] git
06:46:04 [2025-07-24T04:46:04.284Z] The recommended git tool is: /usr/bin/git
06:46:04 [2025-07-24T04:46:04.286Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:04 [2025-07-24T04:46:04.301Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6cb7267a; decorates hudson.Launcher$LocalLauncher@2edbf476 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:04 [2025-07-24T04:46:04.302Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core/.git # timeout=10
06:46:04 [2025-07-24T04:46:04.308Z] Fetching changes from the remote Git repository
06:46:04 [2025-07-24T04:46:04.311Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
06:46:04 [2025-07-24T04:46:04.317Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
06:46:04 [2025-07-24T04:46:04.317Z]  > /usr/bin/git --version # timeout=10
06:46:04 [2025-07-24T04:46:04.323Z]  > git --version # 'git version 2.43.0'
06:46:04 [2025-07-24T04:46:04.323Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:04 [2025-07-24T04:46:04.330Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:05 [2025-07-24T04:46:05.126Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:05 [2025-07-24T04:46:05.134Z] Checking out Revision cb8a6756c0f5d6763c28151d64a105a1342d223c (refs/remotes/origin/6.4.x)
06:46:05 [2025-07-24T04:46:05.134Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:05 [2025-07-24T04:46:05.139Z]  > /usr/bin/git checkout -f cb8a6756c0f5d6763c28151d64a105a1342d223c # timeout=10
06:46:05 [2025-07-24T04:46:05.197Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:05 [2025-07-24T04:46:05.213Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:05 [2025-07-24T04:46:05.222Z]  > /usr/bin/git checkout -b 6.4.x cb8a6756c0f5d6763c28151d64a105a1342d223c # timeout=10
06:46:05 [2025-07-24T04:46:05.338Z] Commit message: "Bug #14681"
06:46:05 [2025-07-24T04:46:05.338Z]  > /usr/bin/git rev-list --no-walk cb8a6756c0f5d6763c28151d64a105a1342d223c # timeout=10
06:46:05 [2025-07-24T04:46:05.358Z] [Pipeline] fileExists
06:46:05 [2025-07-24T04:46:05.366Z] [Pipeline] readMavenPom
06:46:05 [2025-07-24T04:46:05.384Z] [Pipeline] sh
06:46:05 [2025-07-24T04:46:05.643Z] + git rev-parse HEAD
06:46:05 [2025-07-24T04:46:05.646Z] [Pipeline] echo
06:46:05 [2025-07-24T04:46:05.646Z] Silverpeas-Core: current commit is cb8a6756c0f5d6763c28151d64a105a1342d223c and last build commit is cb8a6756c0f5d6763c28151d64a105a1342d223c
06:46:05 [2025-07-24T04:46:05.649Z] [Pipeline] }
06:46:05 [2025-07-24T04:46:05.662Z] [Pipeline] // dir
06:46:05 [2025-07-24T04:46:05.676Z] [Pipeline] echo
06:46:05 [2025-07-24T04:46:05.677Z] Build skipped due to no changes have been done since the last build
06:46:05 [2025-07-24T04:46:05.691Z] [Pipeline] dir
06:46:05 [2025-07-24T04:46:05.692Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components
06:46:05 [2025-07-24T04:46:05.693Z] [Pipeline] {
06:46:05 [2025-07-24T04:46:05.711Z] [Pipeline] git
06:46:05 [2025-07-24T04:46:05.714Z] The recommended git tool is: /usr/bin/git
06:46:05 [2025-07-24T04:46:05.715Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:05 [2025-07-24T04:46:05.738Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3b2feb5c; decorates hudson.Launcher$LocalLauncher@524b5d32 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:05 [2025-07-24T04:46:05.739Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/.git # timeout=10
06:46:05 [2025-07-24T04:46:05.745Z] Fetching changes from the remote Git repository
06:46:05 [2025-07-24T04:46:05.748Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
06:46:05 [2025-07-24T04:46:05.754Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
06:46:05 [2025-07-24T04:46:05.754Z]  > /usr/bin/git --version # timeout=10
06:46:05 [2025-07-24T04:46:05.759Z]  > git --version # 'git version 2.43.0'
06:46:05 [2025-07-24T04:46:05.759Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:05 [2025-07-24T04:46:05.765Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:06 [2025-07-24T04:46:06.157Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:06 [2025-07-24T04:46:06.164Z] Checking out Revision 1dd00b7122f70b314131dc91b55e2cc54b605c34 (refs/remotes/origin/6.4.x)
06:46:06 [2025-07-24T04:46:06.164Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:06 [2025-07-24T04:46:06.169Z]  > /usr/bin/git checkout -f 1dd00b7122f70b314131dc91b55e2cc54b605c34 # timeout=10
06:46:06 [2025-07-24T04:46:06.208Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:06 [2025-07-24T04:46:06.221Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:06 [2025-07-24T04:46:06.229Z]  > /usr/bin/git checkout -b 6.4.x 1dd00b7122f70b314131dc91b55e2cc54b605c34 # timeout=10
06:46:06 [2025-07-24T04:46:06.300Z] Commit message: "Bug #14924"
06:46:06 [2025-07-24T04:46:06.300Z]  > /usr/bin/git rev-list --no-walk 1dd00b7122f70b314131dc91b55e2cc54b605c34 # timeout=10
06:46:06 [2025-07-24T04:46:06.327Z] [Pipeline] fileExists
06:46:06 [2025-07-24T04:46:06.336Z] [Pipeline] readMavenPom
06:46:06 [2025-07-24T04:46:06.347Z] [Pipeline] sh
06:46:06 [2025-07-24T04:46:06.607Z] + git rev-parse HEAD
06:46:06 [2025-07-24T04:46:06.609Z] [Pipeline] echo
06:46:06 [2025-07-24T04:46:06.610Z] Silverpeas-Components: current commit is 1dd00b7122f70b314131dc91b55e2cc54b605c34 and last build commit is 1dd00b7122f70b314131dc91b55e2cc54b605c34
06:46:06 [2025-07-24T04:46:06.612Z] [Pipeline] }
06:46:06 [2025-07-24T04:46:06.626Z] [Pipeline] // dir
06:46:06 [2025-07-24T04:46:06.641Z] [Pipeline] echo
06:46:06 [2025-07-24T04:46:06.641Z] Build skipped due to no changes have been done since the last build
06:46:06 [2025-07-24T04:46:06.656Z] [Pipeline] dir
06:46:06 [2025-07-24T04:46:06.657Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks
06:46:06 [2025-07-24T04:46:06.658Z] [Pipeline] {
06:46:06 [2025-07-24T04:46:06.676Z] [Pipeline] git
06:46:06 [2025-07-24T04:46:06.677Z] Selected Git installation does not exist. Using Default
06:46:06 [2025-07-24T04:46:06.678Z] The recommended git tool is: NONE
06:46:06 [2025-07-24T04:46:06.678Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:06 [2025-07-24T04:46:06.687Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@bbb0054; decorates hudson.Launcher$LocalLauncher@7f3a157f will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:06 [2025-07-24T04:46:06.688Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks/.git # timeout=10
06:46:06 [2025-07-24T04:46:06.694Z] Fetching changes from the remote Git repository
06:46:06 [2025-07-24T04:46:06.697Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
06:46:06 [2025-07-24T04:46:06.704Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
06:46:06 [2025-07-24T04:46:06.704Z]  > /usr/bin/git --version # timeout=10
06:46:06 [2025-07-24T04:46:06.708Z]  > git --version # 'git version 2.43.0'
06:46:06 [2025-07-24T04:46:06.708Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:06 [2025-07-24T04:46:06.713Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:07 [2025-07-24T04:46:07.085Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:07 [2025-07-24T04:46:07.091Z] Checking out Revision 993c286ab9afc34dcbd58fdc766369f2305c692d (refs/remotes/origin/6.4.x)
06:46:07 [2025-07-24T04:46:07.092Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:07 [2025-07-24T04:46:07.097Z]  > /usr/bin/git checkout -f 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10
06:46:07 [2025-07-24T04:46:07.109Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:07 [2025-07-24T04:46:07.119Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:07 [2025-07-24T04:46:07.128Z]  > /usr/bin/git checkout -b 6.4.x 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10
06:46:07 [2025-07-24T04:46:07.145Z] Commit message: "Remove a duplicated code by simplifying the if-statement"
06:46:07 [2025-07-24T04:46:07.146Z]  > /usr/bin/git rev-list --no-walk 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10
06:46:07 [2025-07-24T04:46:07.176Z] [Pipeline] fileExists
06:46:07 [2025-07-24T04:46:07.194Z] [Pipeline] readMavenPom
06:46:07 [2025-07-24T04:46:07.214Z] [Pipeline] sh
06:46:07 [2025-07-24T04:46:07.472Z] + git rev-parse HEAD
06:46:07 [2025-07-24T04:46:07.475Z] [Pipeline] echo
06:46:07 [2025-07-24T04:46:07.475Z] Silverpeas-Looks: current commit is 993c286ab9afc34dcbd58fdc766369f2305c692d and last build commit is 993c286ab9afc34dcbd58fdc766369f2305c692d
06:46:07 [2025-07-24T04:46:07.477Z] [Pipeline] }
06:46:07 [2025-07-24T04:46:07.492Z] [Pipeline] // dir
06:46:07 [2025-07-24T04:46:07.508Z] [Pipeline] echo
06:46:07 [2025-07-24T04:46:07.508Z] Build skipped due to no changes have been done since the last build
06:46:07 [2025-07-24T04:46:07.524Z] [Pipeline] dir
06:46:07 [2025-07-24T04:46:07.525Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup
06:46:07 [2025-07-24T04:46:07.526Z] [Pipeline] {
06:46:07 [2025-07-24T04:46:07.545Z] [Pipeline] git
06:46:07 [2025-07-24T04:46:07.547Z] The recommended git tool is: NONE
06:46:07 [2025-07-24T04:46:07.548Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:07 [2025-07-24T04:46:07.557Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@36edaa78; decorates hudson.Launcher$LocalLauncher@b4dcd28 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:07 [2025-07-24T04:46:07.558Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup/.git # timeout=10
06:46:07 [2025-07-24T04:46:07.564Z] Fetching changes from the remote Git repository
06:46:07 [2025-07-24T04:46:07.566Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
06:46:07 [2025-07-24T04:46:07.572Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
06:46:07 [2025-07-24T04:46:07.572Z]  > /usr/bin/git --version # timeout=10
06:46:07 [2025-07-24T04:46:07.576Z]  > git --version # 'git version 2.43.0'
06:46:07 [2025-07-24T04:46:07.577Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:07 [2025-07-24T04:46:07.582Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:07 [2025-07-24T04:46:07.946Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:07 [2025-07-24T04:46:07.953Z] Checking out Revision 6e5936ffe892e71fb63de6dc059da8ad09b72c90 (refs/remotes/origin/6.4.x)
06:46:07 [2025-07-24T04:46:07.953Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:07 [2025-07-24T04:46:07.958Z]  > /usr/bin/git checkout -f 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10
06:46:07 [2025-07-24T04:46:07.973Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:07 [2025-07-24T04:46:07.983Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:07 [2025-07-24T04:46:07.991Z]  > /usr/bin/git checkout -b 6.4.x 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10
06:46:08 [2025-07-24T04:46:08.007Z] Commit message: "6.4.3 has been released from build 6.4.3-build250411 (2bd9e5b3d4c9516811f574f4f53ce5e22532133b).Prepare for development iteration of next version 6.4.4"
06:46:08 [2025-07-24T04:46:08.008Z]  > /usr/bin/git rev-list --no-walk 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10
06:46:08 [2025-07-24T04:46:08.039Z] [Pipeline] fileExists
06:46:08 [2025-07-24T04:46:08.058Z] [Pipeline] sh
06:46:08 [2025-07-24T04:46:08.316Z] + git rev-parse HEAD
06:46:08 [2025-07-24T04:46:08.320Z] [Pipeline] echo
06:46:08 [2025-07-24T04:46:08.320Z] Silverpeas-Setup: current commit is 6e5936ffe892e71fb63de6dc059da8ad09b72c90 and last build commit is 6e5936ffe892e71fb63de6dc059da8ad09b72c90
06:46:08 [2025-07-24T04:46:08.322Z] [Pipeline] }
06:46:08 [2025-07-24T04:46:08.338Z] [Pipeline] // dir
06:46:08 [2025-07-24T04:46:08.354Z] [Pipeline] echo
06:46:08 [2025-07-24T04:46:08.354Z] Build skipped due to no changes have been done since the last build
06:46:08 [2025-07-24T04:46:08.371Z] [Pipeline] dir
06:46:08 [2025-07-24T04:46:08.372Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution
06:46:08 [2025-07-24T04:46:08.373Z] [Pipeline] {
06:46:08 [2025-07-24T04:46:08.393Z] [Pipeline] git
06:46:08 [2025-07-24T04:46:08.395Z] The recommended git tool is: NONE
06:46:08 [2025-07-24T04:46:08.396Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:08 [2025-07-24T04:46:08.405Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@20164f0d; decorates hudson.Launcher$LocalLauncher@327cb77d will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:08 [2025-07-24T04:46:08.405Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
06:46:08 [2025-07-24T04:46:08.411Z] Fetching changes from the remote Git repository
06:46:08 [2025-07-24T04:46:08.414Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
06:46:08 [2025-07-24T04:46:08.420Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
06:46:08 [2025-07-24T04:46:08.420Z]  > /usr/bin/git --version # timeout=10
06:46:08 [2025-07-24T04:46:08.425Z]  > git --version # 'git version 2.43.0'
06:46:08 [2025-07-24T04:46:08.425Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:08 [2025-07-24T04:46:08.432Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:08 [2025-07-24T04:46:08.793Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:08 [2025-07-24T04:46:08.800Z] Checking out Revision 6837d524e3282a03e2de06fa1f14b7c93c7608b1 (refs/remotes/origin/6.4.x)
06:46:08 [2025-07-24T04:46:08.800Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:08 [2025-07-24T04:46:08.806Z]  > /usr/bin/git checkout -f 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10
06:46:08 [2025-07-24T04:46:08.816Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:08 [2025-07-24T04:46:08.823Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:08 [2025-07-24T04:46:08.833Z]  > /usr/bin/git checkout -b 6.4.x 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10
06:46:08 [2025-07-24T04:46:08.844Z] Commit message: "6.4.3 has been released from build 6.4.3-build250411 (90e9347286664c1f250640839a01b6491f0c0a8d).Prepare for development iteration of next version 6.4.4"
06:46:08 [2025-07-24T04:46:08.844Z]  > /usr/bin/git rev-list --no-walk 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10
06:46:08 [2025-07-24T04:46:08.866Z] [Pipeline] fileExists
06:46:08 [2025-07-24T04:46:08.875Z] [Pipeline] readMavenPom
06:46:08 [2025-07-24T04:46:08.895Z] [Pipeline] sh
06:46:09 [2025-07-24T04:46:09.153Z] + git rev-parse HEAD
06:46:09 [2025-07-24T04:46:09.156Z] [Pipeline] echo
06:46:09 [2025-07-24T04:46:09.156Z] Silverpeas-Distribution: current commit is 6837d524e3282a03e2de06fa1f14b7c93c7608b1 and last build commit is 6837d524e3282a03e2de06fa1f14b7c93c7608b1
06:46:09 [2025-07-24T04:46:09.158Z] [Pipeline] }
06:46:09 [2025-07-24T04:46:09.177Z] [Pipeline] // dir
06:46:09 [2025-07-24T04:46:09.193Z] [Pipeline] echo
06:46:09 [2025-07-24T04:46:09.194Z] Build skipped due to no changes have been done since the last build
06:46:09 [2025-07-24T04:46:09.211Z] [Pipeline] dir
06:46:09 [2025-07-24T04:46:09.212Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly
06:46:09 [2025-07-24T04:46:09.212Z] [Pipeline] {
06:46:09 [2025-07-24T04:46:09.233Z] [Pipeline] git
06:46:09 [2025-07-24T04:46:09.235Z] The recommended git tool is: NONE
06:46:09 [2025-07-24T04:46:09.236Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:09 [2025-07-24T04:46:09.245Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1b5862; decorates hudson.Launcher$LocalLauncher@30ffd722 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:09 [2025-07-24T04:46:09.245Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
06:46:09 [2025-07-24T04:46:09.251Z] Fetching changes from the remote Git repository
06:46:09 [2025-07-24T04:46:09.254Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
06:46:09 [2025-07-24T04:46:09.259Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
06:46:09 [2025-07-24T04:46:09.259Z]  > /usr/bin/git --version # timeout=10
06:46:09 [2025-07-24T04:46:09.264Z]  > git --version # 'git version 2.43.0'
06:46:09 [2025-07-24T04:46:09.264Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:09 [2025-07-24T04:46:09.270Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:09 [2025-07-24T04:46:09.660Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:09 [2025-07-24T04:46:09.666Z] Checking out Revision 00897b0d98fcda4b9de1c512ded374aa33410f6f (refs/remotes/origin/6.4.x)
06:46:09 [2025-07-24T04:46:09.667Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:09 [2025-07-24T04:46:09.673Z]  > /usr/bin/git checkout -f 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10
06:46:09 [2025-07-24T04:46:09.682Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:09 [2025-07-24T04:46:09.693Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:09 [2025-07-24T04:46:09.699Z]  > /usr/bin/git checkout -b 6.4.x 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10
06:46:09 [2025-07-24T04:46:09.713Z] Commit message: "6.4.3 has been released from build 6.4.3-build250411 (0d793f451ae2822fa89a779eed487790159a3a27).Prepare for development iteration of next version 6.4.4"
06:46:09 [2025-07-24T04:46:09.714Z]  > /usr/bin/git rev-list --no-walk 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10
06:46:09 [2025-07-24T04:46:09.744Z] [Pipeline] fileExists
06:46:09 [2025-07-24T04:46:09.762Z] [Pipeline] readMavenPom
06:46:09 [2025-07-24T04:46:09.775Z] [Pipeline] sh
06:46:10 [2025-07-24T04:46:10.033Z] + git rev-parse HEAD
06:46:10 [2025-07-24T04:46:10.036Z] [Pipeline] echo
06:46:10 [2025-07-24T04:46:10.036Z] Silverpeas-Assembly: current commit is 00897b0d98fcda4b9de1c512ded374aa33410f6f and last build commit is 00897b0d98fcda4b9de1c512ded374aa33410f6f
06:46:10 [2025-07-24T04:46:10.038Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.055Z] [Pipeline] // dir
06:46:10 [2025-07-24T04:46:10.073Z] [Pipeline] echo
06:46:10 [2025-07-24T04:46:10.073Z] Build skipped due to no changes have been done since the last build
06:46:10 [2025-07-24T04:46:10.074Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.091Z] [Pipeline] // script
06:46:10 [2025-07-24T04:46:10.108Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.124Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.143Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.144Z] [Pipeline] { (Build Silverpeas)
06:46:10 [2025-07-24T04:46:10.175Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.176Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.198Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.199Z] [Pipeline] { (Build Silverpeas-Core)
06:46:10 [2025-07-24T04:46:10.216Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.217Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.219Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.235Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.252Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.253Z] [Pipeline] { (Build Silverpeas-Components)
06:46:10 [2025-07-24T04:46:10.268Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.269Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.270Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.284Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.299Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.300Z] [Pipeline] { (Build Silverpeas-Assembly)
06:46:10 [2025-07-24T04:46:10.313Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.314Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.316Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.325Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.336Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.337Z] [Pipeline] { (Build Silverpeas Setup)
06:46:10 [2025-07-24T04:46:10.346Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.347Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.349Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.358Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.370Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.371Z] [Pipeline] { (Build Silverpeas Distribution)
06:46:10 [2025-07-24T04:46:10.381Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.382Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.384Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.394Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.444Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.445Z] [Pipeline] { (Build Silverpeas-Looks)
06:46:10 [2025-07-24T04:46:10.455Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.456Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.458Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.469Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.481Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.482Z] [Pipeline] { (Publish Silverpeas-Core)
06:46:10 [2025-07-24T04:46:10.492Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.493Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.495Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.506Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.518Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.519Z] [Pipeline] { (Publish Silverpeas-Components)
06:46:10 [2025-07-24T04:46:10.529Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.530Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.532Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.542Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.553Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.554Z] [Pipeline] { (Publish Silverpeas-Assembly)
06:46:10 [2025-07-24T04:46:10.564Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.565Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.567Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.576Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.588Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.589Z] [Pipeline] { (Publish Silverpeas-Setup)
06:46:10 [2025-07-24T04:46:10.598Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.599Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.601Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.610Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.621Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.622Z] [Pipeline] { (Publish Silverpeas-Distribution)
06:46:10 [2025-07-24T04:46:10.630Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.631Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.634Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.643Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.653Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.654Z] [Pipeline] { (Publish Silverpeas-Looks)
06:46:10 [2025-07-24T04:46:10.662Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.663Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.665Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.674Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.684Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.685Z] [Pipeline] { (Publish Community Web Site)
06:46:10 [2025-07-24T04:46:10.693Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-24T04:46:10.694Z] [Pipeline] getContext
06:46:10 [2025-07-24T04:46:10.696Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.704Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.713Z] [Pipeline] }
06:46:10 [2025-07-24T04:46:10.721Z] [Pipeline] // stage
06:46:10 [2025-07-24T04:46:10.738Z] [Pipeline] stage
06:46:10 [2025-07-24T04:46:10.739Z] [Pipeline] { (Create YAML build report)
06:46:10 [2025-07-24T04:46:10.768Z] [Pipeline] script
06:46:10 [2025-07-24T04:46:10.773Z] [Pipeline] {
06:46:10 [2025-07-24T04:46:10.791Z] [Pipeline] sh
06:46:11 [2025-07-24T04:46:11.049Z] + mkdir -p target
06:46:11 [2025-07-24T04:46:11.052Z] [Pipeline] sh
06:46:11 [2025-07-24T04:46:11.310Z] + mv build.yaml target/
06:46:11 [2025-07-24T04:46:11.311Z] [Pipeline] }
06:46:11 [2025-07-24T04:46:11.328Z] [Pipeline] // script
06:46:11 [2025-07-24T04:46:11.345Z] [Pipeline] }
06:46:11 [2025-07-24T04:46:11.361Z] [Pipeline] // stage
06:46:11 [2025-07-24T04:46:11.386Z] [Pipeline] stage
06:46:11 [2025-07-24T04:46:11.387Z] [Pipeline] { (Declarative: Post Actions)
06:46:11 [2025-07-24T04:46:11.417Z] [Pipeline] step
06:46:11 [2025-07-24T04:46:11.446Z] [Pipeline] script
06:46:11 [2025-07-24T04:46:11.453Z] [Pipeline] {
06:46:11 [2025-07-24T04:46:11.487Z] [Pipeline] }
06:46:11 [2025-07-24T04:46:11.503Z] [Pipeline] // script
06:46:11 [2025-07-24T04:46:11.524Z] [Pipeline] archiveArtifacts
06:46:11 [2025-07-24T04:46:11.527Z] Archiving artifacts
06:46:11 [2025-07-24T04:46:11.544Z] Enregistrement des empreintes numériques
06:46:11 [2025-07-24T04:46:11.558Z] [Pipeline] sh
06:46:11 [2025-07-24T04:46:11.818Z] + rm -rf target
06:46:11 [2025-07-24T04:46:11.824Z] [Pipeline] }
06:46:11 [2025-07-24T04:46:11.842Z] [Pipeline] // stage
06:46:11 [2025-07-24T04:46:11.862Z] [Pipeline] }
06:46:11 [2025-07-24T04:46:11.878Z] [Pipeline] // withEnv
06:46:11 [2025-07-24T04:46:11.895Z] [Pipeline] }
06:46:11 [2025-07-24T04:46:11.895Z] $ docker stop --time=1 2705e89ac4943d5ac15dabd0704864fa9b117fa94def878dda50492281f16e23
06:46:13 [2025-07-24T04:46:13.175Z] $ docker rm -f --volumes 2705e89ac4943d5ac15dabd0704864fa9b117fa94def878dda50492281f16e23
06:46:13 [2025-07-24T04:46:13.219Z] [Pipeline] // withDockerContainer
06:46:13 [2025-07-24T04:46:13.226Z] [Pipeline] }
06:46:13 [2025-07-24T04:46:13.232Z] [Pipeline] // withEnv
06:46:13 [2025-07-24T04:46:13.239Z] [Pipeline] }
06:46:13 [2025-07-24T04:46:13.246Z] [Pipeline] // node
06:46:13 [2025-07-24T04:46:13.253Z] [Pipeline] End of Pipeline
06:46:13 [2025-07-24T04:46:13.309Z] Lancement d'un nouveau build de Silverpeas_Mobile_Stable_AutoDeploy #316
06:46:13 [2025-07-24T04:46:13.309Z] Finished: SUCCESS