Skip to content
06:46:00 [2026-09-03T04:46:00.451Z] Lancé par une alarme périodique
06:46:00 [2026-09-03T04:46:00.451Z] Running as userbuild
06:46:01 [2026-09-03T04:46:01.253Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2026-09-03T04:46:01.641Z] [Pipeline] Start of Pipeline
06:46:01 [2026-09-03T04:46:01.979Z] [Pipeline] node
06:46:01 [2026-09-03T04:46:01.982Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy
06:46:01 [2026-09-03T04:46:01.987Z] [Pipeline] {
06:46:02 [2026-09-03T04:46:02.008Z] [Pipeline] stage
06:46:02 [2026-09-03T04:46:02.008Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:02 [2026-09-03T04:46:02.022Z] [Pipeline] checkout
06:46:02 [2026-09-03T04:46:02.035Z] Selected Git installation does not exist. Using Default
06:46:02 [2026-09-03T04:46:02.035Z] The recommended git tool is: NONE
06:46:02 [2026-09-03T04:46:02.035Z] No credentials specified
06:46:02 [2026-09-03T04:46:02.036Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/.git # timeout=10
06:46:02 [2026-09-03T04:46:02.041Z] Fetching changes from the remote Git repository
06:46:02 [2026-09-03T04:46:02.044Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:02 [2026-09-03T04:46:02.049Z] Cleaning workspace
06:46:02 [2026-09-03T04:46:02.049Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:02 [2026-09-03T04:46:02.054Z] Resetting working tree
06:46:02 [2026-09-03T04:46:02.054Z]  > /usr/bin/git reset --hard # timeout=10
06:46:02 [2026-09-03T04:46:02.061Z]  > /usr/bin/git clean -fdx # timeout=10
06:46:02 [2026-09-03T04:46:02.068Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:02 [2026-09-03T04:46:02.068Z]  > /usr/bin/git --version # timeout=10
06:46:02 [2026-09-03T04:46:02.072Z]  > git --version # 'git version 2.43.0'
06:46:02 [2026-09-03T04:46:02.072Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:02 [2026-09-03T04:46:02.822Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:02 [2026-09-03T04:46:02.828Z] Checking out Revision b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae (refs/remotes/origin/master)
06:46:02 [2026-09-03T04:46:02.828Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:02 [2026-09-03T04:46:02.832Z]  > /usr/bin/git checkout -f b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10
06:46:02 [2026-09-03T04:46:02.844Z] Commit message: "Now by default Java version is 21 in the pipeline for building the project build Docker image"
06:46:02 [2026-09-03T04:46:02.844Z]  > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
06:46:02 [2026-09-03T04:46:02.865Z] [Pipeline] }
06:46:02 [2026-09-03T04:46:02.876Z] [Pipeline] // stage
06:46:02 [2026-09-03T04:46:02.901Z] [Pipeline] withEnv
06:46:02 [2026-09-03T04:46:02.901Z] [Pipeline] {
06:46:03 [2026-09-03T04:46:03.046Z] [Pipeline] isUnix
06:46:03 [2026-09-03T04:46:03.048Z] [Pipeline] withEnv
06:46:03 [2026-09-03T04:46:03.048Z] [Pipeline] {
06:46:03 [2026-09-03T04:46:03.064Z] [Pipeline] sh
06:46:03 [2026-09-03T04:46:03.322Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:03 [2026-09-03T04:46:03.322Z] .
06:46:03 [2026-09-03T04:46:03.323Z] [Pipeline] }
06:46:03 [2026-09-03T04:46:03.330Z] [Pipeline] // withEnv
06:46:03 [2026-09-03T04:46:03.340Z] [Pipeline] withDockerContainer
06:46:03 [2026-09-03T04:46:03.372Z] Jenkins does not seem to be running inside a container
06:46:03 [2026-09-03T04:46:03.380Z] $ 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-03T04:46:03.661Z] $ docker top aea6fe7a16426ea8128be699c817910c16d0d363bb2e8816c855be406afb0c07 -eo pid,comm
06:46:03 [2026-09-03T04:46:03.701Z] [Pipeline] {
06:46:03 [2026-09-03T04:46:03.723Z] [Pipeline] withEnv
06:46:03 [2026-09-03T04:46:03.724Z] [Pipeline] {
06:46:03 [2026-09-03T04:46:03.748Z] [Pipeline] stage
06:46:03 [2026-09-03T04:46:03.749Z] [Pipeline] { (Prepare the job)
06:46:03 [2026-09-03T04:46:03.788Z] [Pipeline] sh
06:46:04 [2026-09-03T04:46:04.050Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.4.x/pom.xml
06:46:04 [2026-09-03T04:46:04.303Z] [Pipeline] script
06:46:04 [2026-09-03T04:46:04.306Z] [Pipeline] {
06:46:04 [2026-09-03T04:46:04.327Z] [Pipeline] readMavenPom
06:46:04 [2026-09-03T04:46:04.353Z] 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-03T04:46:04.355Z] 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-03T04:46:04.357Z] 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-03T04:46:04.357Z] 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-03T04:46:04.357Z] 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-03T04:46:04.359Z] [Pipeline] sh
06:46:04 [2026-09-03T04:46:04.617Z] + rm -f pom.xml
06:46:04 [2026-09-03T04:46:04.618Z] [Pipeline] }
06:46:04 [2026-09-03T04:46:04.636Z] [Pipeline] // script
06:46:04 [2026-09-03T04:46:04.652Z] [Pipeline] }
06:46:04 [2026-09-03T04:46:04.665Z] [Pipeline] // stage
06:46:04 [2026-09-03T04:46:04.680Z] [Pipeline] stage
06:46:04 [2026-09-03T04:46:04.681Z] [Pipeline] { (Check POM parent version)
06:46:04 [2026-09-03T04:46:04.743Z] Stage "Check POM parent version" skipped due to when conditional
06:46:04 [2026-09-03T04:46:04.744Z] [Pipeline] getContext
06:46:04 [2026-09-03T04:46:04.746Z] [Pipeline] }
06:46:04 [2026-09-03T04:46:04.757Z] [Pipeline] // stage
06:46:04 [2026-09-03T04:46:04.769Z] [Pipeline] stage
06:46:04 [2026-09-03T04:46:04.770Z] [Pipeline] { (Checkout projects and check code changes)
06:46:04 [2026-09-03T04:46:04.792Z] [Pipeline] script
06:46:04 [2026-09-03T04:46:04.797Z] [Pipeline] {
06:46:04 [2026-09-03T04:46:04.817Z] [Pipeline] copyArtifacts
06:46:04 [2026-09-03T04:46:04.834Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 557
06:46:04 [2026-09-03T04:46:04.838Z] [Pipeline] fileExists
06:46:04 [2026-09-03T04:46:04.854Z] [Pipeline] readYaml
06:46:04 [2026-09-03T04:46:04.868Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named previousBuildVersion (to a value of type String) which could lead to memory leaks or other issues.
06:46:04 [2026-09-03T04:46:04.871Z] [Pipeline] dir
06:46:04 [2026-09-03T04:46:04.871Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core
06:46:04 [2026-09-03T04:46:04.872Z] [Pipeline] {
06:46:04 [2026-09-03T04:46:04.893Z] [Pipeline] git
06:46:04 [2026-09-03T04:46:04.907Z] The recommended git tool is: /usr/bin/git
06:46:04 [2026-09-03T04:46:04.908Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:04 [2026-09-03T04:46:04.916Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@10c68c8a; decorates hudson.Launcher$LocalLauncher@6f28cac4 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:04 [2026-09-03T04:46:04.917Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core/.git # timeout=10
06:46:04 [2026-09-03T04:46:04.922Z] Fetching changes from the remote Git repository
06:46:04 [2026-09-03T04:46:04.925Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
06:46:04 [2026-09-03T04:46:04.931Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
06:46:04 [2026-09-03T04:46:04.931Z]  > /usr/bin/git --version # timeout=10
06:46:04 [2026-09-03T04:46:04.935Z]  > git --version # 'git version 2.43.0'
06:46:04 [2026-09-03T04:46:04.935Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:04 [2026-09-03T04:46:04.942Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:05 [2026-09-03T04:46:05.837Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:05 [2026-09-03T04:46:05.843Z] Checking out Revision f466251eae6bcc7fdf158c968e316dff1797f521 (refs/remotes/origin/6.4.x)
06:46:05 [2026-09-03T04:46:05.843Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:05 [2026-09-03T04:46:05.847Z]  > /usr/bin/git checkout -f f466251eae6bcc7fdf158c968e316dff1797f521 # timeout=10
06:46:05 [2026-09-03T04:46:05.894Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:05 [2026-09-03T04:46:05.910Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:05 [2026-09-03T04:46:05.918Z]  > /usr/bin/git checkout -b 6.4.x f466251eae6bcc7fdf158c968e316dff1797f521 # timeout=10
06:46:06 [2026-09-03T04:46:06.013Z] Commit message: "use unescapeHTML()"
06:46:06 [2026-09-03T04:46:06.013Z]  > /usr/bin/git rev-list --no-walk f466251eae6bcc7fdf158c968e316dff1797f521 # timeout=10
06:46:06 [2026-09-03T04:46:06.040Z] [Pipeline] fileExists
06:46:06 [2026-09-03T04:46:06.048Z] [Pipeline] readMavenPom
06:46:06 [2026-09-03T04:46:06.069Z] [Pipeline] sh
06:46:06 [2026-09-03T04:46:06.328Z] + git rev-parse HEAD
06:46:06 [2026-09-03T04:46:06.330Z] [Pipeline] echo
06:46:06 [2026-09-03T04:46:06.330Z] Silverpeas-Core: current commit is f466251eae6bcc7fdf158c968e316dff1797f521 and last build commit is f466251eae6bcc7fdf158c968e316dff1797f521
06:46:06 [2026-09-03T04:46:06.331Z] [Pipeline] }
06:46:06 [2026-09-03T04:46:06.345Z] [Pipeline] // dir
06:46:06 [2026-09-03T04:46:06.360Z] [Pipeline] echo
06:46:06 [2026-09-03T04:46:06.360Z] Build skipped due to no changes have been done since the last build
06:46:06 [2026-09-03T04:46:06.376Z] [Pipeline] dir
06:46:06 [2026-09-03T04:46:06.376Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components
06:46:06 [2026-09-03T04:46:06.377Z] [Pipeline] {
06:46:06 [2026-09-03T04:46:06.398Z] [Pipeline] git
06:46:06 [2026-09-03T04:46:06.408Z] The recommended git tool is: /usr/bin/git
06:46:06 [2026-09-03T04:46:06.408Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:06 [2026-09-03T04:46:06.416Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5e657eaa; decorates hudson.Launcher$LocalLauncher@460a6a79 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:06 [2026-09-03T04:46:06.417Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/.git # timeout=10
06:46:06 [2026-09-03T04:46:06.423Z] Fetching changes from the remote Git repository
06:46:06 [2026-09-03T04:46:06.426Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
06:46:06 [2026-09-03T04:46:06.432Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
06:46:06 [2026-09-03T04:46:06.432Z]  > /usr/bin/git --version # timeout=10
06:46:06 [2026-09-03T04:46:06.437Z]  > git --version # 'git version 2.43.0'
06:46:06 [2026-09-03T04:46:06.437Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:06 [2026-09-03T04:46:06.443Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:07 [2026-09-03T04:46:07.439Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:07 [2026-09-03T04:46:07.445Z] Checking out Revision d9e44239e2d440db8410ee4c41705c8b20b4725b (refs/remotes/origin/6.4.x)
06:46:07 [2026-09-03T04:46:07.445Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:07 [2026-09-03T04:46:07.450Z]  > /usr/bin/git checkout -f d9e44239e2d440db8410ee4c41705c8b20b4725b # timeout=10
06:46:07 [2026-09-03T04:46:07.477Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:07 [2026-09-03T04:46:07.490Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:07 [2026-09-03T04:46:07.498Z]  > /usr/bin/git checkout -b 6.4.x d9e44239e2d440db8410ee4c41705c8b20b4725b # timeout=10
06:46:07 [2026-09-03T04:46:07.532Z] 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-09-03T04:46:07.532Z]  > /usr/bin/git rev-list --no-walk d9e44239e2d440db8410ee4c41705c8b20b4725b # timeout=10
06:46:07 [2026-09-03T04:46:07.557Z] [Pipeline] fileExists
06:46:07 [2026-09-03T04:46:07.565Z] [Pipeline] readMavenPom
06:46:07 [2026-09-03T04:46:07.577Z] [Pipeline] sh
06:46:07 [2026-09-03T04:46:07.833Z] + git rev-parse HEAD
06:46:07 [2026-09-03T04:46:07.836Z] [Pipeline] echo
06:46:07 [2026-09-03T04:46:07.836Z] Silverpeas-Components: current commit is d9e44239e2d440db8410ee4c41705c8b20b4725b and last build commit is d9e44239e2d440db8410ee4c41705c8b20b4725b
06:46:07 [2026-09-03T04:46:07.839Z] [Pipeline] }
06:46:07 [2026-09-03T04:46:07.856Z] [Pipeline] // dir
06:46:07 [2026-09-03T04:46:07.872Z] [Pipeline] echo
06:46:07 [2026-09-03T04:46:07.873Z] Build skipped due to no changes have been done since the last build
06:46:07 [2026-09-03T04:46:07.890Z] [Pipeline] dir
06:46:07 [2026-09-03T04:46:07.890Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks
06:46:07 [2026-09-03T04:46:07.891Z] [Pipeline] {
06:46:07 [2026-09-03T04:46:07.912Z] [Pipeline] git
06:46:07 [2026-09-03T04:46:07.927Z] Selected Git installation does not exist. Using Default
06:46:07 [2026-09-03T04:46:07.927Z] The recommended git tool is: NONE
06:46:07 [2026-09-03T04:46:07.928Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:07 [2026-09-03T04:46:07.940Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3f68e141; decorates hudson.Launcher$LocalLauncher@60f29ccb will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:07 [2026-09-03T04:46:07.941Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks/.git # timeout=10
06:46:07 [2026-09-03T04:46:07.948Z] Fetching changes from the remote Git repository
06:46:07 [2026-09-03T04:46:07.951Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
06:46:07 [2026-09-03T04:46:07.958Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
06:46:07 [2026-09-03T04:46:07.958Z]  > /usr/bin/git --version # timeout=10
06:46:07 [2026-09-03T04:46:07.964Z]  > git --version # 'git version 2.43.0'
06:46:07 [2026-09-03T04:46:07.964Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:07 [2026-09-03T04:46:07.970Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:08 [2026-09-03T04:46:08.496Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:08 [2026-09-03T04:46:08.503Z] Checking out Revision f105160616b668c112072a2f4714b531c52c98bc (refs/remotes/origin/6.4.x)
06:46:08 [2026-09-03T04:46:08.503Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:08 [2026-09-03T04:46:08.508Z]  > /usr/bin/git checkout -f f105160616b668c112072a2f4714b531c52c98bc # timeout=10
06:46:08 [2026-09-03T04:46:08.521Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:08 [2026-09-03T04:46:08.530Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:08 [2026-09-03T04:46:08.537Z]  > /usr/bin/git checkout -b 6.4.x f105160616b668c112072a2f4714b531c52c98bc # timeout=10
06:46:08 [2026-09-03T04:46:08.555Z] 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-09-03T04:46:08.555Z]  > /usr/bin/git rev-list --no-walk f105160616b668c112072a2f4714b531c52c98bc # timeout=10
06:46:08 [2026-09-03T04:46:08.584Z] [Pipeline] fileExists
06:46:08 [2026-09-03T04:46:08.593Z] [Pipeline] readMavenPom
06:46:08 [2026-09-03T04:46:08.613Z] [Pipeline] sh
06:46:08 [2026-09-03T04:46:08.872Z] + git rev-parse HEAD
06:46:08 [2026-09-03T04:46:08.875Z] [Pipeline] echo
06:46:08 [2026-09-03T04:46:08.875Z] Silverpeas-Looks: current commit is f105160616b668c112072a2f4714b531c52c98bc and last build commit is f105160616b668c112072a2f4714b531c52c98bc
06:46:08 [2026-09-03T04:46:08.878Z] [Pipeline] }
06:46:08 [2026-09-03T04:46:08.894Z] [Pipeline] // dir
06:46:08 [2026-09-03T04:46:08.910Z] [Pipeline] echo
06:46:08 [2026-09-03T04:46:08.911Z] Build skipped due to no changes have been done since the last build
06:46:08 [2026-09-03T04:46:08.928Z] [Pipeline] dir
06:46:08 [2026-09-03T04:46:08.928Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup
06:46:08 [2026-09-03T04:46:08.929Z] [Pipeline] {
06:46:08 [2026-09-03T04:46:08.950Z] [Pipeline] git
06:46:08 [2026-09-03T04:46:08.969Z] The recommended git tool is: NONE
06:46:08 [2026-09-03T04:46:08.970Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:08 [2026-09-03T04:46:08.978Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@68dd518f; decorates hudson.Launcher$LocalLauncher@652f8986 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:08 [2026-09-03T04:46:08.978Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup/.git # timeout=10
06:46:08 [2026-09-03T04:46:08.983Z] Fetching changes from the remote Git repository
06:46:08 [2026-09-03T04:46:08.985Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
06:46:08 [2026-09-03T04:46:08.990Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
06:46:08 [2026-09-03T04:46:08.990Z]  > /usr/bin/git --version # timeout=10
06:46:08 [2026-09-03T04:46:08.995Z]  > git --version # 'git version 2.43.0'
06:46:08 [2026-09-03T04:46:08.996Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:09 [2026-09-03T04:46:09.000Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:09 [2026-09-03T04:46:09.709Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:09 [2026-09-03T04:46:09.716Z] Checking out Revision f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 (refs/remotes/origin/6.4.x)
06:46:09 [2026-09-03T04:46:09.716Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:09 [2026-09-03T04:46:09.721Z]  > /usr/bin/git checkout -f f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 # timeout=10
06:46:09 [2026-09-03T04:46:09.728Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:09 [2026-09-03T04:46:09.737Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:09 [2026-09-03T04:46:09.744Z]  > /usr/bin/git checkout -b 6.4.x f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 # timeout=10
06:46:09 [2026-09-03T04:46:09.754Z] 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-09-03T04:46:09.755Z]  > /usr/bin/git rev-list --no-walk f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 # timeout=10
06:46:09 [2026-09-03T04:46:09.774Z] [Pipeline] fileExists
06:46:09 [2026-09-03T04:46:09.784Z] [Pipeline] sh
06:46:10 [2026-09-03T04:46:10.040Z] + git rev-parse HEAD
06:46:10 [2026-09-03T04:46:10.043Z] [Pipeline] echo
06:46:10 [2026-09-03T04:46:10.044Z] Silverpeas-Setup: current commit is f9a3cc8ddfdefbb340e23594a0d441da1d2cd613 and last build commit is f9a3cc8ddfdefbb340e23594a0d441da1d2cd613
06:46:10 [2026-09-03T04:46:10.046Z] [Pipeline] }
06:46:10 [2026-09-03T04:46:10.064Z] [Pipeline] // dir
06:46:10 [2026-09-03T04:46:10.081Z] [Pipeline] echo
06:46:10 [2026-09-03T04:46:10.081Z] Build skipped due to no changes have been done since the last build
06:46:10 [2026-09-03T04:46:10.099Z] [Pipeline] dir
06:46:10 [2026-09-03T04:46:10.099Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution
06:46:10 [2026-09-03T04:46:10.100Z] [Pipeline] {
06:46:10 [2026-09-03T04:46:10.122Z] [Pipeline] git
06:46:10 [2026-09-03T04:46:10.138Z] The recommended git tool is: NONE
06:46:10 [2026-09-03T04:46:10.139Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:10 [2026-09-03T04:46:10.148Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@47823039; decorates hudson.Launcher$LocalLauncher@1b99713b will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:10 [2026-09-03T04:46:10.149Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
06:46:10 [2026-09-03T04:46:10.154Z] Fetching changes from the remote Git repository
06:46:10 [2026-09-03T04:46:10.157Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
06:46:10 [2026-09-03T04:46:10.163Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
06:46:10 [2026-09-03T04:46:10.163Z]  > /usr/bin/git --version # timeout=10
06:46:10 [2026-09-03T04:46:10.168Z]  > git --version # 'git version 2.43.0'
06:46:10 [2026-09-03T04:46:10.168Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:10 [2026-09-03T04:46:10.174Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:11 [2026-09-03T04:46:11.004Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:11 [2026-09-03T04:46:11.009Z] Checking out Revision 4c911d0c826d86eae553a296dd6f65961fc161ae (refs/remotes/origin/6.4.x)
06:46:11 [2026-09-03T04:46:11.009Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:11 [2026-09-03T04:46:11.014Z]  > /usr/bin/git checkout -f 4c911d0c826d86eae553a296dd6f65961fc161ae # timeout=10
06:46:11 [2026-09-03T04:46:11.021Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:11 [2026-09-03T04:46:11.028Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:11 [2026-09-03T04:46:11.034Z]  > /usr/bin/git checkout -b 6.4.x 4c911d0c826d86eae553a296dd6f65961fc161ae # timeout=10
06:46:11 [2026-09-03T04:46:11.045Z] Commit message: "6.4.7 has been released from build 6.4.7-build260713 (a6905cf7ced772511c2085ebfe10bed2cedf5c97).Prepare for development iteration of next version 6.4.8"
06:46:11 [2026-09-03T04:46:11.045Z]  > /usr/bin/git rev-list --no-walk 4c911d0c826d86eae553a296dd6f65961fc161ae # timeout=10
06:46:11 [2026-09-03T04:46:11.066Z] [Pipeline] fileExists
06:46:11 [2026-09-03T04:46:11.075Z] [Pipeline] readMavenPom
06:46:11 [2026-09-03T04:46:11.086Z] [Pipeline] sh
06:46:11 [2026-09-03T04:46:11.342Z] + git rev-parse HEAD
06:46:11 [2026-09-03T04:46:11.344Z] [Pipeline] echo
06:46:11 [2026-09-03T04:46:11.344Z] Silverpeas-Distribution: current commit is 4c911d0c826d86eae553a296dd6f65961fc161ae and last build commit is 4c911d0c826d86eae553a296dd6f65961fc161ae
06:46:11 [2026-09-03T04:46:11.345Z] [Pipeline] }
06:46:11 [2026-09-03T04:46:11.362Z] [Pipeline] // dir
06:46:11 [2026-09-03T04:46:11.380Z] [Pipeline] echo
06:46:11 [2026-09-03T04:46:11.380Z] Build skipped due to no changes have been done since the last build
06:46:11 [2026-09-03T04:46:11.398Z] [Pipeline] dir
06:46:11 [2026-09-03T04:46:11.398Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly
06:46:11 [2026-09-03T04:46:11.399Z] [Pipeline] {
06:46:11 [2026-09-03T04:46:11.422Z] [Pipeline] git
06:46:11 [2026-09-03T04:46:11.440Z] The recommended git tool is: NONE
06:46:11 [2026-09-03T04:46:11.440Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:11 [2026-09-03T04:46:11.449Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@268fc22b; decorates hudson.Launcher$LocalLauncher@dbd5f40 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:11 [2026-09-03T04:46:11.450Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
06:46:11 [2026-09-03T04:46:11.456Z] Fetching changes from the remote Git repository
06:46:11 [2026-09-03T04:46:11.459Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
06:46:11 [2026-09-03T04:46:11.468Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
06:46:11 [2026-09-03T04:46:11.468Z]  > /usr/bin/git --version # timeout=10
06:46:11 [2026-09-03T04:46:11.473Z]  > git --version # 'git version 2.43.0'
06:46:11 [2026-09-03T04:46:11.473Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:11 [2026-09-03T04:46:11.479Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:12 [2026-09-03T04:46:12.103Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:12 [2026-09-03T04:46:12.108Z] Checking out Revision 27fc17db8fc8e443cd002cec7d78fbad61804ec8 (refs/remotes/origin/6.4.x)
06:46:12 [2026-09-03T04:46:12.109Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:12 [2026-09-03T04:46:12.113Z]  > /usr/bin/git checkout -f 27fc17db8fc8e443cd002cec7d78fbad61804ec8 # timeout=10
06:46:12 [2026-09-03T04:46:12.119Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:12 [2026-09-03T04:46:12.128Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:12 [2026-09-03T04:46:12.133Z]  > /usr/bin/git checkout -b 6.4.x 27fc17db8fc8e443cd002cec7d78fbad61804ec8 # timeout=10
06:46:12 [2026-09-03T04:46:12.142Z] 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:12 [2026-09-03T04:46:12.142Z]  > /usr/bin/git rev-list --no-walk 27fc17db8fc8e443cd002cec7d78fbad61804ec8 # timeout=10
06:46:12 [2026-09-03T04:46:12.162Z] [Pipeline] fileExists
06:46:12 [2026-09-03T04:46:12.171Z] [Pipeline] readMavenPom
06:46:12 [2026-09-03T04:46:12.184Z] [Pipeline] sh
06:46:12 [2026-09-03T04:46:12.443Z] + git rev-parse HEAD
06:46:12 [2026-09-03T04:46:12.445Z] [Pipeline] echo
06:46:12 [2026-09-03T04:46:12.446Z] Silverpeas-Assembly: current commit is 27fc17db8fc8e443cd002cec7d78fbad61804ec8 and last build commit is 27fc17db8fc8e443cd002cec7d78fbad61804ec8
06:46:12 [2026-09-03T04:46:12.448Z] [Pipeline] }
06:46:12 [2026-09-03T04:46:12.462Z] [Pipeline] // dir
06:46:12 [2026-09-03T04:46:12.478Z] [Pipeline] echo
06:46:12 [2026-09-03T04:46:12.478Z] Build skipped due to no changes have been done since the last build
06:46:12 [2026-09-03T04:46:12.479Z] [Pipeline] }
06:46:12 [2026-09-03T04:46:12.496Z] [Pipeline] // script
06:46:12 [2026-09-03T04:46:12.513Z] [Pipeline] }
06:46:12 [2026-09-03T04:46:12.530Z] [Pipeline] // stage
06:46:12 [2026-09-03T04:46:12.550Z] [Pipeline] stage
06:46:12 [2026-09-03T04:46:12.550Z] [Pipeline] { (Build Silverpeas)
06:46:12 [2026-09-03T04:46:12.578Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-09-03T04:46:12.579Z] [Pipeline] getContext
06:46:12 [2026-09-03T04:46:12.615Z] [Pipeline] stage
06:46:12 [2026-09-03T04:46:12.616Z] [Pipeline] { (Build Silverpeas-Core)
06:46:12 [2026-09-03T04:46:12.634Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-09-03T04:46:12.635Z] [Pipeline] getContext
06:46:12 [2026-09-03T04:46:12.637Z] [Pipeline] }
06:46:12 [2026-09-03T04:46:12.654Z] [Pipeline] // stage
06:46:12 [2026-09-03T04:46:12.672Z] [Pipeline] stage
06:46:12 [2026-09-03T04:46:12.672Z] [Pipeline] { (Build Silverpeas-Components)
06:46:12 [2026-09-03T04:46:12.688Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-09-03T04:46:12.689Z] [Pipeline] getContext
06:46:12 [2026-09-03T04:46:12.690Z] [Pipeline] }
06:46:12 [2026-09-03T04:46:12.705Z] [Pipeline] // stage
06:46:12 [2026-09-03T04:46:12.720Z] [Pipeline] stage
06:46:12 [2026-09-03T04:46:12.721Z] [Pipeline] { (Build Silverpeas-Assembly)
06:46:12 [2026-09-03T04:46:12.734Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-09-03T04:46:12.735Z] [Pipeline] getContext
06:46:12 [2026-09-03T04:46:12.737Z] [Pipeline] }
06:46:12 [2026-09-03T04:46:12.750Z] [Pipeline] // stage
06:46:12 [2026-09-03T04:46:12.764Z] [Pipeline] stage
06:46:12 [2026-09-03T04:46:12.764Z] [Pipeline] { (Build Silverpeas Setup)
06:46:12 [2026-09-03T04:46:12.776Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-09-03T04:46:12.777Z] [Pipeline] getContext
06:46:12 [2026-09-03T04:46:12.779Z] [Pipeline] }
06:46:12 [2026-09-03T04:46:12.790Z] [Pipeline] // stage
06:46:12 [2026-09-03T04:46:12.805Z] [Pipeline] stage
06:46:12 [2026-09-03T04:46:12.806Z] [Pipeline] { (Build Silverpeas Distribution)
06:46:12 [2026-09-03T04:46:12.823Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-09-03T04:46:12.825Z] [Pipeline] getContext
06:46:12 [2026-09-03T04:46:12.826Z] [Pipeline] }
06:46:12 [2026-09-03T04:46:12.840Z] [Pipeline] // stage
06:46:12 [2026-09-03T04:46:12.852Z] [Pipeline] stage
06:46:12 [2026-09-03T04:46:12.853Z] [Pipeline] { (Build Silverpeas-Looks)
06:46:12 [2026-09-03T04:46:12.862Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-09-03T04:46:12.863Z] [Pipeline] getContext
06:46:12 [2026-09-03T04:46:12.865Z] [Pipeline] }
06:46:12 [2026-09-03T04:46:12.874Z] [Pipeline] // stage
06:46:12 [2026-09-03T04:46:12.886Z] [Pipeline] stage
06:46:12 [2026-09-03T04:46:12.887Z] [Pipeline] { (Publish Silverpeas-Core)
06:46:12 [2026-09-03T04:46:12.895Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-09-03T04:46:12.897Z] [Pipeline] getContext
06:46:12 [2026-09-03T04:46:12.898Z] [Pipeline] }
06:46:12 [2026-09-03T04:46:12.907Z] [Pipeline] // stage
06:46:12 [2026-09-03T04:46:12.918Z] [Pipeline] stage
06:46:12 [2026-09-03T04:46:12.919Z] [Pipeline] { (Publish Silverpeas-Components)
06:46:12 [2026-09-03T04:46:12.927Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-09-03T04:46:12.928Z] [Pipeline] getContext
06:46:12 [2026-09-03T04:46:12.930Z] [Pipeline] }
06:46:12 [2026-09-03T04:46:12.938Z] [Pipeline] // stage
06:46:12 [2026-09-03T04:46:12.948Z] [Pipeline] stage
06:46:12 [2026-09-03T04:46:12.949Z] [Pipeline] { (Publish Silverpeas-Assembly)
06:46:12 [2026-09-03T04:46:12.958Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-09-03T04:46:12.959Z] [Pipeline] getContext
06:46:12 [2026-09-03T04:46:12.961Z] [Pipeline] }
06:46:12 [2026-09-03T04:46:12.969Z] [Pipeline] // stage
06:46:12 [2026-09-03T04:46:12.982Z] [Pipeline] stage
06:46:12 [2026-09-03T04:46:12.982Z] [Pipeline] { (Publish Silverpeas-Setup)
06:46:12 [2026-09-03T04:46:12.991Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:12 [2026-09-03T04:46:12.992Z] [Pipeline] getContext
06:46:12 [2026-09-03T04:46:12.993Z] [Pipeline] }
06:46:13 [2026-09-03T04:46:13.001Z] [Pipeline] // stage
06:46:13 [2026-09-03T04:46:13.011Z] [Pipeline] stage
06:46:13 [2026-09-03T04:46:13.012Z] [Pipeline] { (Publish Silverpeas-Distribution)
06:46:13 [2026-09-03T04:46:13.020Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:13 [2026-09-03T04:46:13.021Z] [Pipeline] getContext
06:46:13 [2026-09-03T04:46:13.024Z] [Pipeline] }
06:46:13 [2026-09-03T04:46:13.032Z] [Pipeline] // stage
06:46:13 [2026-09-03T04:46:13.044Z] [Pipeline] stage
06:46:13 [2026-09-03T04:46:13.045Z] [Pipeline] { (Publish Silverpeas-Looks)
06:46:13 [2026-09-03T04:46:13.053Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:13 [2026-09-03T04:46:13.054Z] [Pipeline] getContext
06:46:13 [2026-09-03T04:46:13.056Z] [Pipeline] }
06:46:13 [2026-09-03T04:46:13.064Z] [Pipeline] // stage
06:46:13 [2026-09-03T04:46:13.074Z] [Pipeline] stage
06:46:13 [2026-09-03T04:46:13.075Z] [Pipeline] { (Publish Community Web Site)
06:46:13 [2026-09-03T04:46:13.082Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:13 [2026-09-03T04:46:13.084Z] [Pipeline] getContext
06:46:13 [2026-09-03T04:46:13.085Z] [Pipeline] }
06:46:13 [2026-09-03T04:46:13.094Z] [Pipeline] // stage
06:46:13 [2026-09-03T04:46:13.102Z] [Pipeline] }
06:46:13 [2026-09-03T04:46:13.110Z] [Pipeline] // stage
06:46:13 [2026-09-03T04:46:13.128Z] [Pipeline] stage
06:46:13 [2026-09-03T04:46:13.129Z] [Pipeline] { (Create YAML build report)
06:46:13 [2026-09-03T04:46:13.157Z] [Pipeline] script
06:46:13 [2026-09-03T04:46:13.160Z] [Pipeline] {
06:46:13 [2026-09-03T04:46:13.180Z] [Pipeline] sh
06:46:13 [2026-09-03T04:46:13.438Z] + mkdir -p target
06:46:13 [2026-09-03T04:46:13.441Z] [Pipeline] sh
06:46:13 [2026-09-03T04:46:13.699Z] + mv build.yaml target/
06:46:13 [2026-09-03T04:46:13.700Z] [Pipeline] }
06:46:13 [2026-09-03T04:46:13.719Z] [Pipeline] // script
06:46:13 [2026-09-03T04:46:13.740Z] [Pipeline] }
06:46:13 [2026-09-03T04:46:13.757Z] [Pipeline] // stage
06:46:13 [2026-09-03T04:46:13.783Z] [Pipeline] stage
06:46:13 [2026-09-03T04:46:13.784Z] [Pipeline] { (Declarative: Post Actions)
06:46:13 [2026-09-03T04:46:13.817Z] [Pipeline] step
06:46:13 [2026-09-03T04:46:13.851Z] [Pipeline] script
06:46:13 [2026-09-03T04:46:13.855Z] [Pipeline] {
06:46:13 [2026-09-03T04:46:13.890Z] [Pipeline] }
06:46:13 [2026-09-03T04:46:13.908Z] [Pipeline] // script
06:46:13 [2026-09-03T04:46:13.953Z] [Pipeline] archiveArtifacts
06:46:13 [2026-09-03T04:46:13.957Z] Archiving artifacts
06:46:13 [2026-09-03T04:46:13.976Z] Enregistrement des empreintes numériques
06:46:13 [2026-09-03T04:46:13.988Z] [Pipeline] sh
06:46:14 [2026-09-03T04:46:14.247Z] + rm -rf target
06:46:14 [2026-09-03T04:46:14.253Z] [Pipeline] }
06:46:14 [2026-09-03T04:46:14.272Z] [Pipeline] // stage
06:46:14 [2026-09-03T04:46:14.291Z] [Pipeline] }
06:46:14 [2026-09-03T04:46:14.312Z] [Pipeline] // withEnv
06:46:14 [2026-09-03T04:46:14.330Z] [Pipeline] }
06:46:14 [2026-09-03T04:46:14.331Z] $ docker stop --time=1 aea6fe7a16426ea8128be699c817910c16d0d363bb2e8816c855be406afb0c07
06:46:15 [2026-09-03T04:46:15.620Z] $ docker rm -f --volumes aea6fe7a16426ea8128be699c817910c16d0d363bb2e8816c855be406afb0c07
06:46:15 [2026-09-03T04:46:15.663Z] [Pipeline] // withDockerContainer
06:46:15 [2026-09-03T04:46:15.681Z] [Pipeline] }
06:46:15 [2026-09-03T04:46:15.699Z] [Pipeline] // withEnv
06:46:15 [2026-09-03T04:46:15.717Z] [Pipeline] }
06:46:15 [2026-09-03T04:46:15.738Z] [Pipeline] // node
06:46:15 [2026-09-03T04:46:15.757Z] [Pipeline] End of Pipeline
06:46:15 [2026-09-03T04:46:15.837Z] Lancement d'un nouveau build de Silverpeas_Mobile_Stable_AutoDeploy #429
06:46:15 [2026-09-03T04:46:15.838Z] Finished: SUCCESS