06:46:00 [2026-08-13T04:46:00.583Z] Lancé par une alarme périodique
06:46:00 [2026-08-13T04:46:00.583Z] Running as userbuild
06:46:01 [2026-08-13T04:46:01.064Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2026-08-13T04:46:01.529Z] [Pipeline] Start of Pipeline
06:46:01 [2026-08-13T04:46:01.860Z] [Pipeline] node
06:46:01 [2026-08-13T04:46:01.863Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy
06:46:01 [2026-08-13T04:46:01.866Z] [Pipeline] {
06:46:01 [2026-08-13T04:46:01.881Z] [Pipeline] stage
06:46:01 [2026-08-13T04:46:01.881Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:01 [2026-08-13T04:46:01.891Z] [Pipeline] checkout
06:46:01 [2026-08-13T04:46:01.893Z] Selected Git installation does not exist. Using Default
06:46:01 [2026-08-13T04:46:01.893Z] The recommended git tool is: NONE
06:46:01 [2026-08-13T04:46:01.893Z] No credentials specified
06:46:01 [2026-08-13T04:46:01.893Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/.git # timeout=10
06:46:01 [2026-08-13T04:46:01.897Z] Fetching changes from the remote Git repository
06:46:01 [2026-08-13T04:46:01.903Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:01 [2026-08-13T04:46:01.913Z] Cleaning workspace
06:46:01 [2026-08-13T04:46:01.913Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:01 [2026-08-13T04:46:01.917Z] Resetting working tree
06:46:01 [2026-08-13T04:46:01.917Z] > /usr/bin/git reset --hard # timeout=10
06:46:01 [2026-08-13T04:46:01.936Z] > /usr/bin/git clean -fdx # timeout=10
06:46:01 [2026-08-13T04:46:01.943Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2026-08-13T04:46:01.943Z] > /usr/bin/git --version # timeout=10
06:46:01 [2026-08-13T04:46:01.948Z] > git --version # 'git version 2.43.0'
06:46:01 [2026-08-13T04:46:01.948Z] > /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-08-13T04:46:02.410Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:02 [2026-08-13T04:46:02.415Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master)
06:46:02 [2026-08-13T04:46:02.415Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:02 [2026-08-13T04:46:02.421Z] > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
06:46:02 [2026-08-13T04:46:02.433Z] Commit message: "In the pipeline to construct a Docker image for building a Silverpeas project, add a new stage in which we switch to the git branch that is related to the version of the Docker image to generate. If such branch doesn't yet exist, then it is created."
06:46:02 [2026-08-13T04:46:02.434Z] > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
06:46:02 [2026-08-13T04:46:02.454Z] [Pipeline] }
06:46:02 [2026-08-13T04:46:02.460Z] [Pipeline] // stage
06:46:02 [2026-08-13T04:46:02.477Z] [Pipeline] withEnv
06:46:02 [2026-08-13T04:46:02.477Z] [Pipeline] {
06:46:02 [2026-08-13T04:46:02.613Z] [Pipeline] isUnix
06:46:02 [2026-08-13T04:46:02.614Z] [Pipeline] withEnv
06:46:02 [2026-08-13T04:46:02.615Z] [Pipeline] {
06:46:02 [2026-08-13T04:46:02.630Z] [Pipeline] sh
06:46:02 [2026-08-13T04:46:02.885Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:02 [2026-08-13T04:46:02.885Z] .
06:46:02 [2026-08-13T04:46:02.886Z] [Pipeline] }
06:46:02 [2026-08-13T04:46:02.894Z] [Pipeline] // withEnv
06:46:02 [2026-08-13T04:46:02.910Z] [Pipeline] withDockerContainer
06:46:02 [2026-08-13T04:46:02.943Z] Jenkins does not seem to be running inside a container
06:46:02 [2026-08-13T04:46:02.965Z] $ 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 [2026-08-13T04:46:03.253Z] $ docker top 70cd37d2ec7a7e157569bb300edc870cf24407b63f8e44b517e088086ed761b0 -eo pid,comm
06:46:03 [2026-08-13T04:46:03.291Z] [Pipeline] {
06:46:03 [2026-08-13T04:46:03.309Z] [Pipeline] withEnv
06:46:03 [2026-08-13T04:46:03.310Z] [Pipeline] {
06:46:03 [2026-08-13T04:46:03.322Z] [Pipeline] stage
06:46:03 [2026-08-13T04:46:03.323Z] [Pipeline] { (Prepare the job)
06:46:03 [2026-08-13T04:46:03.356Z] [Pipeline] sh
06:46:03 [2026-08-13T04:46:03.616Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.4.x/pom.xml
06:46:03 [2026-08-13T04:46:03.868Z] [Pipeline] script
06:46:03 [2026-08-13T04:46:03.872Z] [Pipeline] {
06:46:03 [2026-08-13T04:46:03.881Z] [Pipeline] readMavenPom
06:46:03 [2026-08-13T04:46:03.902Z] 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 [2026-08-13T04:46:03.903Z] 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 [2026-08-13T04:46:03.904Z] 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 [2026-08-13T04:46:03.904Z] 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 [2026-08-13T04:46:03.904Z] 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 [2026-08-13T04:46:03.905Z] [Pipeline] sh
06:46:04 [2026-08-13T04:46:04.161Z] + rm -f pom.xml
06:46:04 [2026-08-13T04:46:04.162Z] [Pipeline] }
06:46:04 [2026-08-13T04:46:04.175Z] [Pipeline] // script
06:46:04 [2026-08-13T04:46:04.191Z] [Pipeline] }
06:46:04 [2026-08-13T04:46:04.205Z] [Pipeline] // stage
06:46:04 [2026-08-13T04:46:04.221Z] [Pipeline] stage
06:46:04 [2026-08-13T04:46:04.221Z] [Pipeline] { (Check POM parent version)
06:46:04 [2026-08-13T04:46:04.280Z] Stage "Check POM parent version" skipped due to when conditional
06:46:04 [2026-08-13T04:46:04.281Z] [Pipeline] getContext
06:46:04 [2026-08-13T04:46:04.287Z] [Pipeline] }
06:46:04 [2026-08-13T04:46:04.299Z] [Pipeline] // stage
06:46:04 [2026-08-13T04:46:04.313Z] [Pipeline] stage
06:46:04 [2026-08-13T04:46:04.313Z] [Pipeline] { (Checkout projects and check code changes)
06:46:04 [2026-08-13T04:46:04.333Z] [Pipeline] script
06:46:04 [2026-08-13T04:46:04.335Z] [Pipeline] {
06:46:04 [2026-08-13T04:46:04.354Z] [Pipeline] copyArtifacts
06:46:04 [2026-08-13T04:46:04.359Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 551
06:46:04 [2026-08-13T04:46:04.370Z] [Pipeline] fileExists
06:46:04 [2026-08-13T04:46:04.384Z] [Pipeline] readYaml
06:46:04 [2026-08-13T04:46:04.395Z] 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-08-13T04:46:04.398Z] [Pipeline] dir
06:46:04 [2026-08-13T04:46:04.398Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core
06:46:04 [2026-08-13T04:46:04.399Z] [Pipeline] {
06:46:04 [2026-08-13T04:46:04.414Z] [Pipeline] git
06:46:04 [2026-08-13T04:46:04.415Z] The recommended git tool is: /usr/bin/git
06:46:04 [2026-08-13T04:46:04.418Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:04 [2026-08-13T04:46:04.429Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@47e9cb2c; decorates hudson.Launcher$LocalLauncher@14fce23b will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:04 [2026-08-13T04:46:04.430Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core/.git # timeout=10
06:46:04 [2026-08-13T04:46:04.435Z] Fetching changes from the remote Git repository
06:46:04 [2026-08-13T04:46:04.437Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
06:46:04 [2026-08-13T04:46:04.441Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
06:46:04 [2026-08-13T04:46:04.441Z] > /usr/bin/git --version # timeout=10
06:46:04 [2026-08-13T04:46:04.446Z] > git --version # 'git version 2.43.0'
06:46:04 [2026-08-13T04:46:04.446Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:04 [2026-08-13T04:46:04.451Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:05 [2026-08-13T04:46:05.673Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:05 [2026-08-13T04:46:05.678Z] Checking out Revision f466251eae6bcc7fdf158c968e316dff1797f521 (refs/remotes/origin/6.4.x)
06:46:05 [2026-08-13T04:46:05.678Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:05 [2026-08-13T04:46:05.682Z] > /usr/bin/git checkout -f f466251eae6bcc7fdf158c968e316dff1797f521 # timeout=10
06:46:05 [2026-08-13T04:46:05.771Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:05 [2026-08-13T04:46:05.792Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:05 [2026-08-13T04:46:05.800Z] > /usr/bin/git checkout -b 6.4.x f466251eae6bcc7fdf158c968e316dff1797f521 # timeout=10
06:46:05 [2026-08-13T04:46:05.879Z] Commit message: "use unescapeHTML()"
06:46:05 [2026-08-13T04:46:05.879Z] > /usr/bin/git rev-list --no-walk f466251eae6bcc7fdf158c968e316dff1797f521 # timeout=10
06:46:05 [2026-08-13T04:46:05.903Z] [Pipeline] fileExists
06:46:05 [2026-08-13T04:46:05.910Z] [Pipeline] readMavenPom
06:46:05 [2026-08-13T04:46:05.932Z] [Pipeline] sh
06:46:06 [2026-08-13T04:46:06.190Z] + git rev-parse HEAD
06:46:06 [2026-08-13T04:46:06.192Z] [Pipeline] echo
06:46:06 [2026-08-13T04:46:06.192Z] Silverpeas-Core: current commit is f466251eae6bcc7fdf158c968e316dff1797f521 and last build commit is f466251eae6bcc7fdf158c968e316dff1797f521
06:46:06 [2026-08-13T04:46:06.193Z] [Pipeline] }
06:46:06 [2026-08-13T04:46:06.203Z] [Pipeline] // dir
06:46:06 [2026-08-13T04:46:06.213Z] [Pipeline] echo
06:46:06 [2026-08-13T04:46:06.213Z] Build skipped due to no changes have been done since the last build
06:46:06 [2026-08-13T04:46:06.223Z] [Pipeline] dir
06:46:06 [2026-08-13T04:46:06.223Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components
06:46:06 [2026-08-13T04:46:06.224Z] [Pipeline] {
06:46:06 [2026-08-13T04:46:06.234Z] [Pipeline] git
06:46:06 [2026-08-13T04:46:06.235Z] The recommended git tool is: /usr/bin/git
06:46:06 [2026-08-13T04:46:06.236Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:06 [2026-08-13T04:46:06.249Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6adc0b1; decorates hudson.Launcher$LocalLauncher@3b2726c4 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:06 [2026-08-13T04:46:06.249Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/.git # timeout=10
06:46:06 [2026-08-13T04:46:06.255Z] Fetching changes from the remote Git repository
06:46:06 [2026-08-13T04:46:06.257Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
06:46:06 [2026-08-13T04:46:06.263Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
06:46:06 [2026-08-13T04:46:06.263Z] > /usr/bin/git --version # timeout=10
06:46:06 [2026-08-13T04:46:06.267Z] > git --version # 'git version 2.43.0'
06:46:06 [2026-08-13T04:46:06.267Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:06 [2026-08-13T04:46:06.272Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:07 [2026-08-13T04:46:07.259Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:07 [2026-08-13T04:46:07.265Z] Checking out Revision d9e44239e2d440db8410ee4c41705c8b20b4725b (refs/remotes/origin/6.4.x)
06:46:07 [2026-08-13T04:46:07.265Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:07 [2026-08-13T04:46:07.270Z] > /usr/bin/git checkout -f d9e44239e2d440db8410ee4c41705c8b20b4725b # timeout=10
06:46:07 [2026-08-13T04:46:07.319Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:07 [2026-08-13T04:46:07.333Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:07 [2026-08-13T04:46:07.340Z] > /usr/bin/git checkout -b 6.4.x d9e44239e2d440db8410ee4c41705c8b20b4725b # timeout=10
06:46:07 [2026-08-13T04:46:07.375Z] Commit message: "6.4.7 has been released from build 6.4.7-build260713 (e7a8566e4749cc33d5b6b18fc7cee84ac21c15e3).Prepare for development iteration of next version 6.4.8"
06:46:07 [2026-08-13T04:46:07.375Z] > /usr/bin/git rev-list --no-walk d9e44239e2d440db8410ee4c41705c8b20b4725b # timeout=10
06:46:07 [2026-08-13T04:46:07.395Z] [Pipeline] fileExists
06:46:07 [2026-08-13T04:46:07.403Z] [Pipeline] readMavenPom
06:46:07 [2026-08-13T04:46:07.412Z] [Pipeline] sh
06:46:07 [2026-08-13T04:46:07.668Z] + git rev-parse HEAD
06:46:07 [2026-08-13T04:46:07.670Z] [Pipeline] echo
06:46:07 [2026-08-13T04:46:07.670Z] Silverpeas-Components: current commit is d9e44239e2d440db8410ee4c41705c8b20b4725b and last build commit is d9e44239e2d440db8410ee4c41705c8b20b4725b
06:46:07 [2026-08-13T04:46:07.672Z] [Pipeline] }
06:46:07 [2026-08-13T04:46:07.681Z] [Pipeline] // dir
06:46:07 [2026-08-13T04:46:07.692Z] [Pipeline] echo
06:46:07 [2026-08-13T04:46:07.693Z] Build skipped due to no changes have been done since the last build
06:46:07 [2026-08-13T04:46:07.704Z] [Pipeline] dir
06:46:07 [2026-08-13T04:46:07.704Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks
06:46:07 [2026-08-13T04:46:07.705Z] [Pipeline] {
06:46:07 [2026-08-13T04:46:07.713Z] [Pipeline] git
06:46:07 [2026-08-13T04:46:07.714Z] Selected Git installation does not exist. Using Default
06:46:07 [2026-08-13T04:46:07.715Z] The recommended git tool is: NONE
06:46:07 [2026-08-13T04:46:07.715Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:07 [2026-08-13T04:46:07.732Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@18a2f479; decorates hudson.Launcher$LocalLauncher@31277079 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:07 [2026-08-13T04:46:07.732Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks/.git # timeout=10
06:46:07 [2026-08-13T04:46:07.737Z] Fetching changes from the remote Git repository
06:46:07 [2026-08-13T04:46:07.739Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
06:46:07 [2026-08-13T04:46:07.743Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
06:46:07 [2026-08-13T04:46:07.743Z] > /usr/bin/git --version # timeout=10
06:46:07 [2026-08-13T04:46:07.746Z] > git --version # 'git version 2.43.0'
06:46:07 [2026-08-13T04:46:07.746Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:07 [2026-08-13T04:46:07.751Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:08 [2026-08-13T04:46:08.207Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:08 [2026-08-13T04:46:08.212Z] Checking out Revision f105160616b668c112072a2f4714b531c52c98bc (refs/remotes/origin/6.4.x)
06:46:08 [2026-08-13T04:46:08.212Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:08 [2026-08-13T04:46:08.217Z] > /usr/bin/git checkout -f f105160616b668c112072a2f4714b531c52c98bc # timeout=10
06:46:08 [2026-08-13T04:46:08.237Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:08 [2026-08-13T04:46:08.243Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:08 [2026-08-13T04:46:08.250Z] > /usr/bin/git checkout -b 6.4.x f105160616b668c112072a2f4714b531c52c98bc # timeout=10
06:46:08 [2026-08-13T04:46:08.266Z] 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:08 [2026-08-13T04:46:08.266Z] > /usr/bin/git rev-list --no-walk f105160616b668c112072a2f4714b531c52c98bc # timeout=10
06:46:08 [2026-08-13T04:46:08.288Z] [Pipeline] fileExists
06:46:08 [2026-08-13T04:46:08.299Z] [Pipeline] readMavenPom
06:46:08 [2026-08-13T04:46:08.312Z] [Pipeline] sh
06:46:08 [2026-08-13T04:46:08.569Z] + git rev-parse HEAD
06:46:08 [2026-08-13T04:46:08.571Z] [Pipeline] echo
06:46:08 [2026-08-13T04:46:08.571Z] Silverpeas-Looks: current commit is f105160616b668c112072a2f4714b531c52c98bc and last build commit is f105160616b668c112072a2f4714b531c52c98bc
06:46:08 [2026-08-13T04:46:08.573Z] [Pipeline] }
06:46:08 [2026-08-13T04:46:08.583Z] [Pipeline] // dir
06:46:08 [2026-08-13T04:46:08.593Z] [Pipeline] echo
06:46:08 [2026-08-13T04:46:08.594Z] Build skipped due to no changes have been done since the last build
06:46:08 [2026-08-13T04:46:08.605Z] [Pipeline] dir
06:46:08 [2026-08-13T04:46:08.605Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup
06:46:08 [2026-08-13T04:46:08.606Z] [Pipeline] {
06:46:08 [2026-08-13T04:46:08.647Z] [Pipeline] git
06:46:08 [2026-08-13T04:46:08.651Z] The recommended git tool is: NONE
06:46:08 [2026-08-13T04:46:08.651Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:08 [2026-08-13T04:46:08.669Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@209b997f; decorates hudson.Launcher$LocalLauncher@4d46da2f will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:08 [2026-08-13T04:46:08.669Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup/.git # timeout=10
06:46:08 [2026-08-13T04:46:08.689Z] Fetching changes from the remote Git repository
06:46:08 [2026-08-13T04:46:08.692Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
06:46:08 [2026-08-13T04:46:08.706Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
06:46:08 [2026-08-13T04:46:08.706Z] > /usr/bin/git --version # timeout=10
06:46:08 [2026-08-13T04:46:08.719Z] > git --version # 'git version 2.43.0'
06:46:08 [2026-08-13T04:46:08.719Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:08 [2026-08-13T04:46:08.732Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:09 [2026-08-13T04:46:09.364Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:09 [2026-08-13T04:46:09.376Z] Checking out Revision f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 (refs/remotes/origin/6.4.x)
06:46:09 [2026-08-13T04:46:09.376Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:09 [2026-08-13T04:46:09.384Z] > /usr/bin/git checkout -f f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 # timeout=10
06:46:09 [2026-08-13T04:46:09.406Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:09 [2026-08-13T04:46:09.425Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:09 [2026-08-13T04:46:09.441Z] > /usr/bin/git checkout -b 6.4.x f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 # timeout=10
06:46:09 [2026-08-13T04:46:09.456Z] 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:09 [2026-08-13T04:46:09.457Z] > /usr/bin/git rev-list --no-walk f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 # timeout=10
06:46:09 [2026-08-13T04:46:09.494Z] [Pipeline] fileExists
06:46:09 [2026-08-13T04:46:09.511Z] [Pipeline] sh
06:46:09 [2026-08-13T04:46:09.771Z] + git rev-parse HEAD
06:46:09 [2026-08-13T04:46:09.773Z] [Pipeline] echo
06:46:09 [2026-08-13T04:46:09.773Z] Silverpeas-Setup: current commit is f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 and last build commit is f9a3cc8ddfdefbb340e23594a0d441da1d2cd613
06:46:09 [2026-08-13T04:46:09.774Z] [Pipeline] }
06:46:09 [2026-08-13T04:46:09.781Z] [Pipeline] // dir
06:46:09 [2026-08-13T04:46:09.788Z] [Pipeline] echo
06:46:09 [2026-08-13T04:46:09.788Z] Build skipped due to no changes have been done since the last build
06:46:09 [2026-08-13T04:46:09.797Z] [Pipeline] dir
06:46:09 [2026-08-13T04:46:09.797Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution
06:46:09 [2026-08-13T04:46:09.797Z] [Pipeline] {
06:46:09 [2026-08-13T04:46:09.806Z] [Pipeline] git
06:46:09 [2026-08-13T04:46:09.807Z] The recommended git tool is: NONE
06:46:09 [2026-08-13T04:46:09.807Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:09 [2026-08-13T04:46:09.815Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3aac9025; decorates hudson.Launcher$LocalLauncher@52e312f9 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:09 [2026-08-13T04:46:09.815Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
06:46:09 [2026-08-13T04:46:09.820Z] Fetching changes from the remote Git repository
06:46:09 [2026-08-13T04:46:09.822Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
06:46:09 [2026-08-13T04:46:09.827Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
06:46:09 [2026-08-13T04:46:09.827Z] > /usr/bin/git --version # timeout=10
06:46:09 [2026-08-13T04:46:09.832Z] > git --version # 'git version 2.43.0'
06:46:09 [2026-08-13T04:46:09.832Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:09 [2026-08-13T04:46:09.837Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:10 [2026-08-13T04:46:10.337Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:10 [2026-08-13T04:46:10.345Z] Checking out Revision 4c911d0c826d86eae553a296dd6f65961fc161ae (refs/remotes/origin/6.4.x)
06:46:10 [2026-08-13T04:46:10.345Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:10 [2026-08-13T04:46:10.352Z] > /usr/bin/git checkout -f 4c911d0c826d86eae553a296dd6f65961fc161ae # timeout=10
06:46:10 [2026-08-13T04:46:10.368Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:10 [2026-08-13T04:46:10.379Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:10 [2026-08-13T04:46:10.389Z] > /usr/bin/git checkout -b 6.4.x 4c911d0c826d86eae553a296dd6f65961fc161ae # timeout=10
06:46:10 [2026-08-13T04:46:10.404Z] 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:10 [2026-08-13T04:46:10.405Z] > /usr/bin/git rev-list --no-walk 4c911d0c826d86eae553a296dd6f65961fc161ae # timeout=10
06:46:10 [2026-08-13T04:46:10.454Z] [Pipeline] fileExists
06:46:10 [2026-08-13T04:46:10.477Z] [Pipeline] readMavenPom
06:46:10 [2026-08-13T04:46:10.491Z] [Pipeline] sh
06:46:10 [2026-08-13T04:46:10.751Z] + git rev-parse HEAD
06:46:10 [2026-08-13T04:46:10.754Z] [Pipeline] echo
06:46:10 [2026-08-13T04:46:10.754Z] Silverpeas-Distribution: current commit is 4c911d0c826d86eae553a296dd6f65961fc161ae and last build commit is 4c911d0c826d86eae553a296dd6f65961fc161ae
06:46:10 [2026-08-13T04:46:10.756Z] [Pipeline] }
06:46:10 [2026-08-13T04:46:10.786Z] [Pipeline] // dir
06:46:10 [2026-08-13T04:46:10.804Z] [Pipeline] echo
06:46:10 [2026-08-13T04:46:10.804Z] Build skipped due to no changes have been done since the last build
06:46:10 [2026-08-13T04:46:10.827Z] [Pipeline] dir
06:46:10 [2026-08-13T04:46:10.827Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly
06:46:10 [2026-08-13T04:46:10.828Z] [Pipeline] {
06:46:10 [2026-08-13T04:46:10.843Z] [Pipeline] git
06:46:10 [2026-08-13T04:46:10.845Z] The recommended git tool is: NONE
06:46:10 [2026-08-13T04:46:10.845Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:10 [2026-08-13T04:46:10.860Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@14d10aa2; decorates hudson.Launcher$LocalLauncher@7b699dc1 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:10 [2026-08-13T04:46:10.861Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
06:46:10 [2026-08-13T04:46:10.868Z] Fetching changes from the remote Git repository
06:46:10 [2026-08-13T04:46:10.870Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
06:46:10 [2026-08-13T04:46:10.878Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
06:46:10 [2026-08-13T04:46:10.878Z] > /usr/bin/git --version # timeout=10
06:46:10 [2026-08-13T04:46:10.885Z] > git --version # 'git version 2.43.0'
06:46:10 [2026-08-13T04:46:10.885Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:10 [2026-08-13T04:46:10.893Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:11 [2026-08-13T04:46:11.498Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:11 [2026-08-13T04:46:11.517Z] Checking out Revision 27fc17db8fc8e443cd002cec7d78fbad61804ec8 (refs/remotes/origin/6.4.x)
06:46:11 [2026-08-13T04:46:11.517Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:11 [2026-08-13T04:46:11.523Z] > /usr/bin/git checkout -f 27fc17db8fc8e443cd002cec7d78fbad61804ec8 # timeout=10
06:46:11 [2026-08-13T04:46:11.531Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:11 [2026-08-13T04:46:11.540Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:11 [2026-08-13T04:46:11.545Z] > /usr/bin/git checkout -b 6.4.x 27fc17db8fc8e443cd002cec7d78fbad61804ec8 # timeout=10
06:46:11 [2026-08-13T04:46:11.555Z] 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:11 [2026-08-13T04:46:11.555Z] > /usr/bin/git rev-list --no-walk 27fc17db8fc8e443cd002cec7d78fbad61804ec8 # timeout=10
06:46:11 [2026-08-13T04:46:11.583Z] [Pipeline] fileExists
06:46:11 [2026-08-13T04:46:11.595Z] [Pipeline] readMavenPom
06:46:11 [2026-08-13T04:46:11.613Z] [Pipeline] sh
06:46:11 [2026-08-13T04:46:11.875Z] + git rev-parse HEAD
06:46:11 [2026-08-13T04:46:11.877Z] [Pipeline] echo
06:46:11 [2026-08-13T04:46:11.878Z] Silverpeas-Assembly: current commit is 27fc17db8fc8e443cd002cec7d78fbad61804ec8 and last build commit is 27fc17db8fc8e443cd002cec7d78fbad61804ec8
06:46:11 [2026-08-13T04:46:11.880Z] [Pipeline] }
06:46:11 [2026-08-13T04:46:11.907Z] [Pipeline] // dir
06:46:11 [2026-08-13T04:46:11.927Z] [Pipeline] echo
06:46:11 [2026-08-13T04:46:11.928Z] Build skipped due to no changes have been done since the last build
06:46:11 [2026-08-13T04:46:11.928Z] [Pipeline] }
06:46:11 [2026-08-13T04:46:11.944Z] [Pipeline] // script
06:46:11 [2026-08-13T04:46:11.960Z] [Pipeline] }
06:46:11 [2026-08-13T04:46:11.972Z] [Pipeline] // stage
06:46:11 [2026-08-13T04:46:11.987Z] [Pipeline] stage
06:46:11 [2026-08-13T04:46:11.987Z] [Pipeline] { (Build Silverpeas)
06:46:12 [2026-08-13T04:46:12.008Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.009Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.025Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.026Z] [Pipeline] { (Build Silverpeas-Core)
06:46:12 [2026-08-13T04:46:12.039Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.040Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.041Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.054Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.069Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.069Z] [Pipeline] { (Build Silverpeas-Components)
06:46:12 [2026-08-13T04:46:12.083Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.083Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.085Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.097Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.110Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.111Z] [Pipeline] { (Build Silverpeas-Assembly)
06:46:12 [2026-08-13T04:46:12.124Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.125Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.126Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.146Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.160Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.160Z] [Pipeline] { (Build Silverpeas Setup)
06:46:12 [2026-08-13T04:46:12.173Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.173Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.174Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.187Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.201Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.202Z] [Pipeline] { (Build Silverpeas Distribution)
06:46:12 [2026-08-13T04:46:12.214Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.215Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.216Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.228Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.245Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.245Z] [Pipeline] { (Build Silverpeas-Looks)
06:46:12 [2026-08-13T04:46:12.260Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.261Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.262Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.288Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.311Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.311Z] [Pipeline] { (Publish Silverpeas-Core)
06:46:12 [2026-08-13T04:46:12.339Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.340Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.341Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.358Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.372Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.372Z] [Pipeline] { (Publish Silverpeas-Components)
06:46:12 [2026-08-13T04:46:12.384Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.385Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.386Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.397Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.411Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.411Z] [Pipeline] { (Publish Silverpeas-Assembly)
06:46:12 [2026-08-13T04:46:12.423Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.424Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.425Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.437Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.451Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.451Z] [Pipeline] { (Publish Silverpeas-Setup)
06:46:12 [2026-08-13T04:46:12.464Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.465Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.466Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.478Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.491Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.492Z] [Pipeline] { (Publish Silverpeas-Distribution)
06:46:12 [2026-08-13T04:46:12.505Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.506Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.507Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.521Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.535Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.535Z] [Pipeline] { (Publish Silverpeas-Looks)
06:46:12 [2026-08-13T04:46:12.552Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.552Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.554Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.567Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.581Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.582Z] [Pipeline] { (Publish Community Web Site)
06:46:12 [2026-08-13T04:46:12.594Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-08-13T04:46:12.595Z] [Pipeline] getContext
06:46:12 [2026-08-13T04:46:12.597Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.610Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.623Z] [Pipeline] }
06:46:12 [2026-08-13T04:46:12.635Z] [Pipeline] // stage
06:46:12 [2026-08-13T04:46:12.649Z] [Pipeline] stage
06:46:12 [2026-08-13T04:46:12.650Z] [Pipeline] { (Create YAML build report)
06:46:12 [2026-08-13T04:46:12.678Z] [Pipeline] script
06:46:12 [2026-08-13T04:46:12.692Z] [Pipeline] {
06:46:12 [2026-08-13T04:46:12.720Z] [Pipeline] sh
06:46:12 [2026-08-13T04:46:12.982Z] + mkdir -p target
06:46:12 [2026-08-13T04:46:12.984Z] [Pipeline] sh
06:46:13 [2026-08-13T04:46:13.245Z] + mv build.yaml target/
06:46:13 [2026-08-13T04:46:13.246Z] [Pipeline] }
06:46:13 [2026-08-13T04:46:13.273Z] [Pipeline] // script
06:46:13 [2026-08-13T04:46:13.300Z] [Pipeline] }
06:46:13 [2026-08-13T04:46:13.322Z] [Pipeline] // stage
06:46:13 [2026-08-13T04:46:13.360Z] [Pipeline] stage
06:46:13 [2026-08-13T04:46:13.363Z] [Pipeline] { (Declarative: Post Actions)
06:46:13 [2026-08-13T04:46:13.412Z] [Pipeline] step
06:46:13 [2026-08-13T04:46:13.471Z] [Pipeline] script
06:46:13 [2026-08-13T04:46:13.477Z] [Pipeline] {
06:46:13 [2026-08-13T04:46:13.535Z] [Pipeline] }
06:46:13 [2026-08-13T04:46:13.559Z] [Pipeline] // script
06:46:13 [2026-08-13T04:46:13.605Z] [Pipeline] archiveArtifacts
06:46:13 [2026-08-13T04:46:13.607Z] Archiving artifacts
06:46:13 [2026-08-13T04:46:13.608Z] Enregistrement des empreintes numériques
06:46:13 [2026-08-13T04:46:13.638Z] [Pipeline] sh
06:46:13 [2026-08-13T04:46:13.904Z] + rm -rf target
06:46:13 [2026-08-13T04:46:13.908Z] [Pipeline] }
06:46:13 [2026-08-13T04:46:13.932Z] [Pipeline] // stage
06:46:13 [2026-08-13T04:46:13.956Z] [Pipeline] }
06:46:13 [2026-08-13T04:46:13.979Z] [Pipeline] // withEnv
06:46:14 [2026-08-13T04:46:14.008Z] [Pipeline] }
06:46:14 [2026-08-13T04:46:14.009Z] $ docker stop --time=1 70cd37d2ec7a7e157569bb300edc870cf24407b63f8e44b517e088086ed761b0
06:46:15 [2026-08-13T04:46:15.432Z] $ docker rm -f --volumes 70cd37d2ec7a7e157569bb300edc870cf24407b63f8e44b517e088086ed761b0
06:46:15 [2026-08-13T04:46:15.543Z] [Pipeline] // withDockerContainer
06:46:15 [2026-08-13T04:46:15.555Z] [Pipeline] }
06:46:15 [2026-08-13T04:46:15.567Z] [Pipeline] // withEnv
06:46:15 [2026-08-13T04:46:15.578Z] [Pipeline] }
06:46:15 [2026-08-13T04:46:15.611Z] [Pipeline] // node
06:46:15 [2026-08-13T04:46:15.638Z] [Pipeline] End of Pipeline
06:46:15 [2026-08-13T04:46:15.766Z] Lancement d'un nouveau build de Silverpeas_Mobile_Stable_AutoDeploy #423
06:46:15 [2026-08-13T04:46:15.767Z] Finished: SUCCESS