01:21:00 [2026-09-10T23:21:00.450Z] Lancé par une alarme périodique
01:21:00 [2026-09-10T23:21:00.450Z] Running as userbuild
01:21:01 [2026-09-10T23:21:01.042Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-09-10T23:21:01.968Z] [Pipeline] Start of Pipeline
01:21:02 [2026-09-10T23:21:02.503Z] [Pipeline] node
01:21:02 [2026-09-10T23:21:02.507Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2026-09-10T23:21:02.521Z] [Pipeline] {
01:21:02 [2026-09-10T23:21:02.551Z] [Pipeline] stage
01:21:02 [2026-09-10T23:21:02.552Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2026-09-10T23:21:02.573Z] [Pipeline] checkout
01:21:02 [2026-09-10T23:21:02.593Z] Selected Git installation does not exist. Using Default
01:21:02 [2026-09-10T23:21:02.593Z] The recommended git tool is: NONE
01:21:02 [2026-09-10T23:21:02.593Z] No credentials specified
01:21:02 [2026-09-10T23:21:02.594Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:02 [2026-09-10T23:21:02.600Z] Fetching changes from the remote Git repository
01:21:02 [2026-09-10T23:21:02.602Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2026-09-10T23:21:02.610Z] Cleaning workspace
01:21:02 [2026-09-10T23:21:02.610Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2026-09-10T23:21:02.615Z] Resetting working tree
01:21:02 [2026-09-10T23:21:02.615Z] > /usr/bin/git reset --hard # timeout=10
01:21:02 [2026-09-10T23:21:02.626Z] > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2026-09-10T23:21:02.631Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2026-09-10T23:21:02.632Z] > /usr/bin/git --version # timeout=10
01:21:02 [2026-09-10T23:21:02.636Z] > git --version # 'git version 2.43.0'
01:21:02 [2026-09-10T23:21:02.636Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:03 [2026-09-10T23:21:03.062Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:03 [2026-09-10T23:21:03.068Z] Checking out Revision b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae (refs/remotes/origin/master)
01:21:03 [2026-09-10T23:21:03.068Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:03 [2026-09-10T23:21:03.073Z] > /usr/bin/git checkout -f b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10
01:21:03 [2026-09-10T23:21:03.086Z] Commit message: "Now by default Java version is 21 in the pipeline for building the project build Docker image"
01:21:03 [2026-09-10T23:21:03.087Z] > /usr/bin/git rev-list --no-walk b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10
01:21:03 [2026-09-10T23:21:03.114Z] [Pipeline] }
01:21:03 [2026-09-10T23:21:03.127Z] [Pipeline] // stage
01:21:03 [2026-09-10T23:21:03.164Z] [Pipeline] withEnv
01:21:03 [2026-09-10T23:21:03.165Z] [Pipeline] {
01:21:03 [2026-09-10T23:21:03.361Z] [Pipeline] isUnix
01:21:03 [2026-09-10T23:21:03.363Z] [Pipeline] withEnv
01:21:03 [2026-09-10T23:21:03.364Z] [Pipeline] {
01:21:03 [2026-09-10T23:21:03.386Z] [Pipeline] sh
01:21:03 [2026-09-10T23:21:03.645Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2026-09-10T23:21:03.645Z] .
01:21:03 [2026-09-10T23:21:03.647Z] [Pipeline] }
01:21:03 [2026-09-10T23:21:03.664Z] [Pipeline] // withEnv
01:21:03 [2026-09-10T23:21:03.694Z] [Pipeline] withDockerContainer
01:21:03 [2026-09-10T23:21:03.729Z] Jenkins does not seem to be running inside a container
01:21:03 [2026-09-10T23:21:03.738Z] $ 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_6.3.x_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_6.3.x_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.3.3 cat
01:21:04 [2026-09-10T23:21:04.052Z] $ docker top 8c91f24abbb49c1692f14e6f6c000c8be6ff34611733f0336780a2419d1b94b2 -eo pid,comm
01:21:04 [2026-09-10T23:21:04.103Z] [Pipeline] {
01:21:04 [2026-09-10T23:21:04.158Z] [Pipeline] withEnv
01:21:04 [2026-09-10T23:21:04.159Z] [Pipeline] {
01:21:04 [2026-09-10T23:21:04.198Z] [Pipeline] stage
01:21:04 [2026-09-10T23:21:04.199Z] [Pipeline] { (Prepare the job)
01:21:04 [2026-09-10T23:21:04.262Z] [Pipeline] sh
01:21:04 [2026-09-10T23:21:04.522Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:05 [2026-09-10T23:21:05.437Z] [Pipeline] script
01:21:05 [2026-09-10T23:21:05.443Z] [Pipeline] {
01:21:05 [2026-09-10T23:21:05.459Z] [Pipeline] readMavenPom
01:21:05 [2026-09-10T23:21:05.478Z] 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.
01:21:05 [2026-09-10T23:21:05.480Z] 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.
01:21:05 [2026-09-10T23:21:05.481Z] 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.
01:21:05 [2026-09-10T23:21:05.482Z] 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.
01:21:05 [2026-09-10T23:21:05.482Z] 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.
01:21:05 [2026-09-10T23:21:05.483Z] [Pipeline] sh
01:21:05 [2026-09-10T23:21:05.742Z] + rm -f pom.xml
01:21:05 [2026-09-10T23:21:05.743Z] [Pipeline] }
01:21:05 [2026-09-10T23:21:05.754Z] [Pipeline] // script
01:21:05 [2026-09-10T23:21:05.771Z] [Pipeline] }
01:21:05 [2026-09-10T23:21:05.785Z] [Pipeline] // stage
01:21:05 [2026-09-10T23:21:05.799Z] [Pipeline] stage
01:21:05 [2026-09-10T23:21:05.800Z] [Pipeline] { (Check POM parent version)
01:21:05 [2026-09-10T23:21:05.859Z] Stage "Check POM parent version" skipped due to when conditional
01:21:05 [2026-09-10T23:21:05.861Z] [Pipeline] getContext
01:21:05 [2026-09-10T23:21:05.867Z] [Pipeline] }
01:21:05 [2026-09-10T23:21:05.875Z] [Pipeline] // stage
01:21:05 [2026-09-10T23:21:05.885Z] [Pipeline] stage
01:21:05 [2026-09-10T23:21:05.886Z] [Pipeline] { (Checkout projects and check code changes)
01:21:05 [2026-09-10T23:21:05.903Z] [Pipeline] script
01:21:05 [2026-09-10T23:21:05.907Z] [Pipeline] {
01:21:05 [2026-09-10T23:21:05.923Z] [Pipeline] copyArtifacts
01:21:05 [2026-09-10T23:21:05.937Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 300
01:21:05 [2026-09-10T23:21:05.941Z] [Pipeline] fileExists
01:21:05 [2026-09-10T23:21:05.953Z] [Pipeline] readYaml
01:21:05 [2026-09-10T23:21:05.963Z] 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.
01:21:05 [2026-09-10T23:21:05.967Z] [Pipeline] dir
01:21:05 [2026-09-10T23:21:05.968Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:05 [2026-09-10T23:21:05.968Z] [Pipeline] {
01:21:05 [2026-09-10T23:21:05.986Z] [Pipeline] git
01:21:05 [2026-09-10T23:21:05.997Z] The recommended git tool is: /usr/bin/git
01:21:05 [2026-09-10T23:21:05.999Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2026-09-10T23:21:06.015Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4eb744e2; decorates hudson.Launcher$LocalLauncher@3287d9a5 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2026-09-10T23:21:06.017Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core/.git # timeout=10
01:21:06 [2026-09-10T23:21:06.024Z] Fetching changes from the remote Git repository
01:21:06 [2026-09-10T23:21:06.026Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:06 [2026-09-10T23:21:06.033Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:06 [2026-09-10T23:21:06.033Z] > /usr/bin/git --version # timeout=10
01:21:06 [2026-09-10T23:21:06.037Z] > git --version # 'git version 2.43.0'
01:21:06 [2026-09-10T23:21:06.037Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2026-09-10T23:21:06.042Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2026-09-10T23:21:06.565Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2026-09-10T23:21:06.571Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:06 [2026-09-10T23:21:06.571Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-09-10T23:21:06.577Z] > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-09-10T23:21:06.641Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2026-09-10T23:21:06.659Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2026-09-10T23:21:06.666Z] > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-09-10T23:21:06.755Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (eb4bb924dcf549c2db0cee56992e75cd32ef4033).Prepare for development iteration of next version 6.3.7"
01:21:06 [2026-09-10T23:21:06.756Z] > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-09-10T23:21:06.781Z] [Pipeline] fileExists
01:21:06 [2026-09-10T23:21:06.790Z] [Pipeline] readMavenPom
01:21:06 [2026-09-10T23:21:06.808Z] [Pipeline] sh
01:21:07 [2026-09-10T23:21:07.066Z] + git rev-parse HEAD
01:21:07 [2026-09-10T23:21:07.070Z] [Pipeline] echo
01:21:07 [2026-09-10T23:21:07.070Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:07 [2026-09-10T23:21:07.072Z] [Pipeline] }
01:21:07 [2026-09-10T23:21:07.087Z] [Pipeline] // dir
01:21:07 [2026-09-10T23:21:07.103Z] [Pipeline] echo
01:21:07 [2026-09-10T23:21:07.103Z] Build skipped due to no changes have been done since the last build
01:21:07 [2026-09-10T23:21:07.119Z] [Pipeline] dir
01:21:07 [2026-09-10T23:21:07.119Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:07 [2026-09-10T23:21:07.120Z] [Pipeline] {
01:21:07 [2026-09-10T23:21:07.143Z] [Pipeline] git
01:21:07 [2026-09-10T23:21:07.157Z] The recommended git tool is: /usr/bin/git
01:21:07 [2026-09-10T23:21:07.158Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2026-09-10T23:21:07.166Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5c7fce22; decorates hudson.Launcher$LocalLauncher@51810138 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2026-09-10T23:21:07.167Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:07 [2026-09-10T23:21:07.174Z] Fetching changes from the remote Git repository
01:21:07 [2026-09-10T23:21:07.176Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:07 [2026-09-10T23:21:07.182Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:07 [2026-09-10T23:21:07.182Z] > /usr/bin/git --version # timeout=10
01:21:07 [2026-09-10T23:21:07.187Z] > git --version # 'git version 2.43.0'
01:21:07 [2026-09-10T23:21:07.187Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2026-09-10T23:21:07.193Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2026-09-10T23:21:07.792Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2026-09-10T23:21:07.800Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:07 [2026-09-10T23:21:07.801Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2026-09-10T23:21:07.806Z] > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-09-10T23:21:07.836Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2026-09-10T23:21:07.851Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2026-09-10T23:21:07.860Z] > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-09-10T23:21:07.911Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (f1c18f5b16ecf085b04a36a636aa4aa26ec5d773).Prepare for development iteration of next version 6.3.7"
01:21:07 [2026-09-10T23:21:07.911Z] > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-09-10T23:21:07.935Z] [Pipeline] fileExists
01:21:07 [2026-09-10T23:21:07.947Z] [Pipeline] readMavenPom
01:21:07 [2026-09-10T23:21:07.966Z] [Pipeline] sh
01:21:08 [2026-09-10T23:21:08.228Z] + git rev-parse HEAD
01:21:08 [2026-09-10T23:21:08.232Z] [Pipeline] echo
01:21:08 [2026-09-10T23:21:08.233Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:08 [2026-09-10T23:21:08.235Z] [Pipeline] }
01:21:08 [2026-09-10T23:21:08.252Z] [Pipeline] // dir
01:21:08 [2026-09-10T23:21:08.268Z] [Pipeline] echo
01:21:08 [2026-09-10T23:21:08.268Z] Build skipped due to no changes have been done since the last build
01:21:08 [2026-09-10T23:21:08.285Z] [Pipeline] dir
01:21:08 [2026-09-10T23:21:08.285Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:08 [2026-09-10T23:21:08.286Z] [Pipeline] {
01:21:08 [2026-09-10T23:21:08.308Z] [Pipeline] git
01:21:08 [2026-09-10T23:21:08.320Z] Selected Git installation does not exist. Using Default
01:21:08 [2026-09-10T23:21:08.320Z] The recommended git tool is: NONE
01:21:08 [2026-09-10T23:21:08.321Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2026-09-10T23:21:08.330Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@564027b2; decorates hudson.Launcher$LocalLauncher@78c3c4d9 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2026-09-10T23:21:08.331Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:08 [2026-09-10T23:21:08.338Z] Fetching changes from the remote Git repository
01:21:08 [2026-09-10T23:21:08.340Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:08 [2026-09-10T23:21:08.346Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:08 [2026-09-10T23:21:08.346Z] > /usr/bin/git --version # timeout=10
01:21:08 [2026-09-10T23:21:08.351Z] > git --version # 'git version 2.43.0'
01:21:08 [2026-09-10T23:21:08.352Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2026-09-10T23:21:08.357Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-09-10T23:21:08.836Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-09-10T23:21:08.842Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:08 [2026-09-10T23:21:08.842Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-09-10T23:21:08.846Z] > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2026-09-10T23:21:08.856Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2026-09-10T23:21:08.863Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2026-09-10T23:21:08.870Z] > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2026-09-10T23:21:08.884Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (586ebdd23e10f812e41a52cbf1a3a7f4a81fe924).Prepare for development iteration of next version 6.3.7"
01:21:08 [2026-09-10T23:21:08.885Z] > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2026-09-10T23:21:08.905Z] [Pipeline] fileExists
01:21:08 [2026-09-10T23:21:08.913Z] [Pipeline] readMavenPom
01:21:08 [2026-09-10T23:21:08.925Z] [Pipeline] sh
01:21:09 [2026-09-10T23:21:09.182Z] + git rev-parse HEAD
01:21:09 [2026-09-10T23:21:09.186Z] [Pipeline] echo
01:21:09 [2026-09-10T23:21:09.187Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:09 [2026-09-10T23:21:09.189Z] [Pipeline] }
01:21:09 [2026-09-10T23:21:09.200Z] [Pipeline] // dir
01:21:09 [2026-09-10T23:21:09.212Z] [Pipeline] echo
01:21:09 [2026-09-10T23:21:09.213Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-09-10T23:21:09.226Z] [Pipeline] dir
01:21:09 [2026-09-10T23:21:09.226Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:09 [2026-09-10T23:21:09.227Z] [Pipeline] {
01:21:09 [2026-09-10T23:21:09.241Z] [Pipeline] git
01:21:09 [2026-09-10T23:21:09.258Z] The recommended git tool is: NONE
01:21:09 [2026-09-10T23:21:09.258Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-09-10T23:21:09.267Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@44f69859; decorates hudson.Launcher$LocalLauncher@6dcc38ab will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-09-10T23:21:09.268Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:09 [2026-09-10T23:21:09.274Z] Fetching changes from the remote Git repository
01:21:09 [2026-09-10T23:21:09.277Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:09 [2026-09-10T23:21:09.282Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:09 [2026-09-10T23:21:09.282Z] > /usr/bin/git --version # timeout=10
01:21:09 [2026-09-10T23:21:09.288Z] > git --version # 'git version 2.43.0'
01:21:09 [2026-09-10T23:21:09.288Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-09-10T23:21:09.293Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-09-10T23:21:09.764Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-09-10T23:21:09.771Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:09 [2026-09-10T23:21:09.771Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-09-10T23:21:09.776Z] > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:09 [2026-09-10T23:21:09.785Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-09-10T23:21:09.793Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-09-10T23:21:09.798Z] > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:09 [2026-09-10T23:21:09.808Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (146430cd63566b3be410c8dd534faa57033583b3).Prepare for development iteration of next version 6.3.7"
01:21:09 [2026-09-10T23:21:09.808Z] > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:09 [2026-09-10T23:21:09.827Z] [Pipeline] fileExists
01:21:09 [2026-09-10T23:21:09.842Z] [Pipeline] sh
01:21:10 [2026-09-10T23:21:10.101Z] + git rev-parse HEAD
01:21:10 [2026-09-10T23:21:10.104Z] [Pipeline] echo
01:21:10 [2026-09-10T23:21:10.105Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:10 [2026-09-10T23:21:10.107Z] [Pipeline] }
01:21:10 [2026-09-10T23:21:10.118Z] [Pipeline] // dir
01:21:10 [2026-09-10T23:21:10.130Z] [Pipeline] echo
01:21:10 [2026-09-10T23:21:10.130Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-09-10T23:21:10.143Z] [Pipeline] dir
01:21:10 [2026-09-10T23:21:10.144Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:10 [2026-09-10T23:21:10.145Z] [Pipeline] {
01:21:10 [2026-09-10T23:21:10.159Z] [Pipeline] git
01:21:10 [2026-09-10T23:21:10.176Z] The recommended git tool is: NONE
01:21:10 [2026-09-10T23:21:10.176Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2026-09-10T23:21:10.185Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@58769e5; decorates hudson.Launcher$LocalLauncher@7a76c46 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2026-09-10T23:21:10.186Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:10 [2026-09-10T23:21:10.193Z] Fetching changes from the remote Git repository
01:21:10 [2026-09-10T23:21:10.194Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:10 [2026-09-10T23:21:10.200Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:10 [2026-09-10T23:21:10.200Z] > /usr/bin/git --version # timeout=10
01:21:10 [2026-09-10T23:21:10.205Z] > git --version # 'git version 2.43.0'
01:21:10 [2026-09-10T23:21:10.206Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2026-09-10T23:21:10.211Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2026-09-10T23:21:10.689Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2026-09-10T23:21:10.694Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:10 [2026-09-10T23:21:10.694Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2026-09-10T23:21:10.698Z] > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2026-09-10T23:21:10.707Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2026-09-10T23:21:10.714Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-09-10T23:21:10.722Z] > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2026-09-10T23:21:10.731Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (10719018413e414cfa70c0f64a945a72670797f4).Prepare for development iteration of next version 6.3.7"
01:21:10 [2026-09-10T23:21:10.731Z] > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2026-09-10T23:21:10.750Z] [Pipeline] fileExists
01:21:10 [2026-09-10T23:21:10.763Z] [Pipeline] readMavenPom
01:21:10 [2026-09-10T23:21:10.777Z] [Pipeline] sh
01:21:11 [2026-09-10T23:21:11.033Z] + git rev-parse HEAD
01:21:11 [2026-09-10T23:21:11.036Z] [Pipeline] echo
01:21:11 [2026-09-10T23:21:11.037Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:11 [2026-09-10T23:21:11.038Z] [Pipeline] }
01:21:11 [2026-09-10T23:21:11.054Z] [Pipeline] // dir
01:21:11 [2026-09-10T23:21:11.071Z] [Pipeline] echo
01:21:11 [2026-09-10T23:21:11.071Z] Build skipped due to no changes have been done since the last build
01:21:11 [2026-09-10T23:21:11.104Z] [Pipeline] dir
01:21:11 [2026-09-10T23:21:11.104Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:11 [2026-09-10T23:21:11.105Z] [Pipeline] {
01:21:11 [2026-09-10T23:21:11.127Z] [Pipeline] git
01:21:11 [2026-09-10T23:21:11.138Z] The recommended git tool is: NONE
01:21:11 [2026-09-10T23:21:11.139Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:11 [2026-09-10T23:21:11.148Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@60c77e55; decorates hudson.Launcher$LocalLauncher@5c1fa77c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:11 [2026-09-10T23:21:11.148Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:11 [2026-09-10T23:21:11.156Z] Fetching changes from the remote Git repository
01:21:11 [2026-09-10T23:21:11.158Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:11 [2026-09-10T23:21:11.164Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:11 [2026-09-10T23:21:11.164Z] > /usr/bin/git --version # timeout=10
01:21:11 [2026-09-10T23:21:11.170Z] > git --version # 'git version 2.43.0'
01:21:11 [2026-09-10T23:21:11.170Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:11 [2026-09-10T23:21:11.176Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:11 [2026-09-10T23:21:11.743Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:11 [2026-09-10T23:21:11.749Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:11 [2026-09-10T23:21:11.749Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:11 [2026-09-10T23:21:11.754Z] > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:11 [2026-09-10T23:21:11.762Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:11 [2026-09-10T23:21:11.771Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:11 [2026-09-10T23:21:11.778Z] > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:11 [2026-09-10T23:21:11.787Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (e6cf90efb933ea1d65558af1cade3056ac4b6462).Prepare for development iteration of next version 6.3.7"
01:21:11 [2026-09-10T23:21:11.787Z] > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:11 [2026-09-10T23:21:11.804Z] [Pipeline] fileExists
01:21:11 [2026-09-10T23:21:11.817Z] [Pipeline] readMavenPom
01:21:11 [2026-09-10T23:21:11.834Z] [Pipeline] sh
01:21:12 [2026-09-10T23:21:12.093Z] + git rev-parse HEAD
01:21:12 [2026-09-10T23:21:12.096Z] [Pipeline] echo
01:21:12 [2026-09-10T23:21:12.096Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:12 [2026-09-10T23:21:12.098Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.115Z] [Pipeline] // dir
01:21:12 [2026-09-10T23:21:12.133Z] [Pipeline] echo
01:21:12 [2026-09-10T23:21:12.134Z] Build skipped due to no changes have been done since the last build
01:21:12 [2026-09-10T23:21:12.134Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.143Z] [Pipeline] // script
01:21:12 [2026-09-10T23:21:12.154Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.168Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.188Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.189Z] [Pipeline] { (Build Silverpeas)
01:21:12 [2026-09-10T23:21:12.222Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.223Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.249Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.250Z] [Pipeline] { (Build Silverpeas-Core)
01:21:12 [2026-09-10T23:21:12.268Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.270Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.272Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.283Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.296Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.297Z] [Pipeline] { (Build Silverpeas-Components)
01:21:12 [2026-09-10T23:21:12.308Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.310Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.312Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.321Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.329Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.330Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:12 [2026-09-10T23:21:12.338Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.339Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.341Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.349Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.359Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.360Z] [Pipeline] { (Build Silverpeas Setup)
01:21:12 [2026-09-10T23:21:12.368Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.370Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.372Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.379Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.388Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.389Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:12 [2026-09-10T23:21:12.396Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.398Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.400Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.408Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.419Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.420Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:12 [2026-09-10T23:21:12.428Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.429Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.431Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.438Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.448Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.449Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:12 [2026-09-10T23:21:12.456Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.458Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.460Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.467Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.478Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.479Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:12 [2026-09-10T23:21:12.487Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.488Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.490Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.497Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.506Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.507Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:12 [2026-09-10T23:21:12.514Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.516Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.519Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.526Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.536Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.537Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:12 [2026-09-10T23:21:12.544Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.546Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.547Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.555Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.564Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.565Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:12 [2026-09-10T23:21:12.572Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.574Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.576Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.584Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.593Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.594Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:12 [2026-09-10T23:21:12.601Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.603Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.605Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.612Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.621Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.622Z] [Pipeline] { (Publish Community Web Site)
01:21:12 [2026-09-10T23:21:12.635Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-09-10T23:21:12.637Z] [Pipeline] getContext
01:21:12 [2026-09-10T23:21:12.638Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.651Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.663Z] [Pipeline] }
01:21:12 [2026-09-10T23:21:12.673Z] [Pipeline] // stage
01:21:12 [2026-09-10T23:21:12.691Z] [Pipeline] stage
01:21:12 [2026-09-10T23:21:12.691Z] [Pipeline] { (Create YAML build report)
01:21:12 [2026-09-10T23:21:12.712Z] [Pipeline] script
01:21:12 [2026-09-10T23:21:12.717Z] [Pipeline] {
01:21:12 [2026-09-10T23:21:12.729Z] [Pipeline] sh
01:21:12 [2026-09-10T23:21:12.987Z] + mkdir -p target
01:21:12 [2026-09-10T23:21:12.989Z] [Pipeline] sh
01:21:13 [2026-09-10T23:21:13.247Z] + mv build.yaml target/
01:21:13 [2026-09-10T23:21:13.248Z] [Pipeline] }
01:21:13 [2026-09-10T23:21:13.266Z] [Pipeline] // script
01:21:13 [2026-09-10T23:21:13.277Z] [Pipeline] }
01:21:13 [2026-09-10T23:21:13.287Z] [Pipeline] // stage
01:21:13 [2026-09-10T23:21:13.313Z] [Pipeline] stage
01:21:13 [2026-09-10T23:21:13.314Z] [Pipeline] { (Declarative: Post Actions)
01:21:13 [2026-09-10T23:21:13.337Z] [Pipeline] step
01:21:13 [2026-09-10T23:21:13.364Z] [Pipeline] script
01:21:13 [2026-09-10T23:21:13.371Z] [Pipeline] {
01:21:13 [2026-09-10T23:21:13.393Z] [Pipeline] }
01:21:13 [2026-09-10T23:21:13.408Z] [Pipeline] // script
01:21:13 [2026-09-10T23:21:13.425Z] [Pipeline] archiveArtifacts
01:21:13 [2026-09-10T23:21:13.428Z] Archiving artifacts
01:21:13 [2026-09-10T23:21:13.438Z] Enregistrement des empreintes numériques
01:21:13 [2026-09-10T23:21:13.452Z] [Pipeline] sh
01:21:13 [2026-09-10T23:21:13.709Z] + rm -rf target
01:21:13 [2026-09-10T23:21:13.716Z] [Pipeline] }
01:21:13 [2026-09-10T23:21:13.726Z] [Pipeline] // stage
01:21:13 [2026-09-10T23:21:13.742Z] [Pipeline] }
01:21:13 [2026-09-10T23:21:13.758Z] [Pipeline] // withEnv
01:21:13 [2026-09-10T23:21:13.774Z] [Pipeline] }
01:21:13 [2026-09-10T23:21:13.775Z] $ docker stop --time=1 8c91f24abbb49c1692f14e6f6c000c8be6ff34611733f0336780a2419d1b94b2
01:21:15 [2026-09-10T23:21:15.021Z] $ docker rm -f --volumes 8c91f24abbb49c1692f14e6f6c000c8be6ff34611733f0336780a2419d1b94b2
01:21:15 [2026-09-10T23:21:15.060Z] [Pipeline] // withDockerContainer
01:21:15 [2026-09-10T23:21:15.069Z] [Pipeline] }
01:21:15 [2026-09-10T23:21:15.084Z] [Pipeline] // withEnv
01:21:15 [2026-09-10T23:21:15.098Z] [Pipeline] }
01:21:15 [2026-09-10T23:21:15.112Z] [Pipeline] // node
01:21:15 [2026-09-10T23:21:15.128Z] [Pipeline] End of Pipeline
01:21:15 [2026-09-10T23:21:15.214Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #273
01:21:15 [2026-09-10T23:21:15.214Z] Finished: SUCCESS