01:21:00 [2026-09-03T23:21:00.452Z] Lancé par une alarme périodique
01:21:00 [2026-09-03T23:21:00.452Z] Running as userbuild
01:21:00 [2026-09-03T23:21:00.963Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-09-03T23:21:01.664Z] [Pipeline] Start of Pipeline
01:21:02 [2026-09-03T23:21:02.240Z] [Pipeline] node
01:21:02 [2026-09-03T23:21:02.244Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2026-09-03T23:21:02.256Z] [Pipeline] {
01:21:02 [2026-09-03T23:21:02.289Z] [Pipeline] stage
01:21:02 [2026-09-03T23:21:02.290Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2026-09-03T23:21:02.312Z] [Pipeline] checkout
01:21:02 [2026-09-03T23:21:02.330Z] Selected Git installation does not exist. Using Default
01:21:02 [2026-09-03T23:21:02.330Z] The recommended git tool is: NONE
01:21:02 [2026-09-03T23:21:02.330Z] No credentials specified
01:21:02 [2026-09-03T23:21:02.331Z] > /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-03T23:21:02.337Z] Fetching changes from the remote Git repository
01:21:02 [2026-09-03T23:21:02.343Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2026-09-03T23:21:02.354Z] Cleaning workspace
01:21:02 [2026-09-03T23:21:02.354Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2026-09-03T23:21:02.360Z] Resetting working tree
01:21:02 [2026-09-03T23:21:02.360Z] > /usr/bin/git reset --hard # timeout=10
01:21:02 [2026-09-03T23:21:02.369Z] > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2026-09-03T23:21:02.376Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2026-09-03T23:21:02.376Z] > /usr/bin/git --version # timeout=10
01:21:02 [2026-09-03T23:21:02.382Z] > git --version # 'git version 2.43.0'
01:21:02 [2026-09-03T23:21:02.382Z] > /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-03T23:21:03.048Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:03 [2026-09-03T23:21:03.055Z] Checking out Revision b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae (refs/remotes/origin/master)
01:21:03 [2026-09-03T23:21:03.055Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:03 [2026-09-03T23:21:03.062Z] > /usr/bin/git checkout -f b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10
01:21:03 [2026-09-03T23:21:03.075Z] Commit message: "Now by default Java version is 21 in the pipeline for building the project build Docker image"
01:21:03 [2026-09-03T23:21:03.075Z] > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
01:21:03 [2026-09-03T23:21:03.108Z] [Pipeline] }
01:21:03 [2026-09-03T23:21:03.118Z] [Pipeline] // stage
01:21:03 [2026-09-03T23:21:03.150Z] [Pipeline] withEnv
01:21:03 [2026-09-03T23:21:03.151Z] [Pipeline] {
01:21:03 [2026-09-03T23:21:03.346Z] [Pipeline] isUnix
01:21:03 [2026-09-03T23:21:03.349Z] [Pipeline] withEnv
01:21:03 [2026-09-03T23:21:03.350Z] [Pipeline] {
01:21:03 [2026-09-03T23:21:03.367Z] [Pipeline] sh
01:21:03 [2026-09-03T23:21:03.624Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2026-09-03T23:21:03.624Z] .
01:21:03 [2026-09-03T23:21:03.626Z] [Pipeline] }
01:21:03 [2026-09-03T23:21:03.636Z] [Pipeline] // withEnv
01:21:03 [2026-09-03T23:21:03.647Z] [Pipeline] withDockerContainer
01:21:03 [2026-09-03T23:21:03.682Z] Jenkins does not seem to be running inside a container
01:21:03 [2026-09-03T23:21:03.691Z] $ 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:03 [2026-09-03T23:21:03.996Z] $ docker top 035795d15236b83a756b2a16f8c07f3ba8c7ed2e90387e165026260bbecea491 -eo pid,comm
01:21:04 [2026-09-03T23:21:04.047Z] [Pipeline] {
01:21:04 [2026-09-03T23:21:04.092Z] [Pipeline] withEnv
01:21:04 [2026-09-03T23:21:04.093Z] [Pipeline] {
01:21:04 [2026-09-03T23:21:04.115Z] [Pipeline] stage
01:21:04 [2026-09-03T23:21:04.115Z] [Pipeline] { (Prepare the job)
01:21:04 [2026-09-03T23:21:04.155Z] [Pipeline] sh
01:21:04 [2026-09-03T23:21:04.414Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2026-09-03T23:21:04.668Z] [Pipeline] script
01:21:04 [2026-09-03T23:21:04.675Z] [Pipeline] {
01:21:04 [2026-09-03T23:21:04.689Z] [Pipeline] readMavenPom
01:21:04 [2026-09-03T23:21:04.718Z] 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:04 [2026-09-03T23:21:04.722Z] 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:04 [2026-09-03T23:21:04.724Z] 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:04 [2026-09-03T23:21:04.724Z] 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:04 [2026-09-03T23:21:04.724Z] 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:04 [2026-09-03T23:21:04.727Z] [Pipeline] sh
01:21:04 [2026-09-03T23:21:04.988Z] + rm -f pom.xml
01:21:04 [2026-09-03T23:21:04.990Z] [Pipeline] }
01:21:05 [2026-09-03T23:21:05.005Z] [Pipeline] // script
01:21:05 [2026-09-03T23:21:05.016Z] [Pipeline] }
01:21:05 [2026-09-03T23:21:05.025Z] [Pipeline] // stage
01:21:05 [2026-09-03T23:21:05.042Z] [Pipeline] stage
01:21:05 [2026-09-03T23:21:05.043Z] [Pipeline] { (Check POM parent version)
01:21:05 [2026-09-03T23:21:05.119Z] Stage "Check POM parent version" skipped due to when conditional
01:21:05 [2026-09-03T23:21:05.121Z] [Pipeline] getContext
01:21:05 [2026-09-03T23:21:05.123Z] [Pipeline] }
01:21:05 [2026-09-03T23:21:05.134Z] [Pipeline] // stage
01:21:05 [2026-09-03T23:21:05.149Z] [Pipeline] stage
01:21:05 [2026-09-03T23:21:05.150Z] [Pipeline] { (Checkout projects and check code changes)
01:21:05 [2026-09-03T23:21:05.178Z] [Pipeline] script
01:21:05 [2026-09-03T23:21:05.190Z] [Pipeline] {
01:21:05 [2026-09-03T23:21:05.218Z] [Pipeline] copyArtifacts
01:21:05 [2026-09-03T23:21:05.237Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 299
01:21:05 [2026-09-03T23:21:05.243Z] [Pipeline] fileExists
01:21:05 [2026-09-03T23:21:05.257Z] [Pipeline] readYaml
01:21:05 [2026-09-03T23:21:05.282Z] 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-03T23:21:05.286Z] [Pipeline] dir
01:21:05 [2026-09-03T23:21:05.286Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:05 [2026-09-03T23:21:05.286Z] [Pipeline] {
01:21:05 [2026-09-03T23:21:05.302Z] [Pipeline] git
01:21:05 [2026-09-03T23:21:05.309Z] The recommended git tool is: /usr/bin/git
01:21:05 [2026-09-03T23:21:05.311Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2026-09-03T23:21:05.331Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4b6f456d; decorates hudson.Launcher$LocalLauncher@32d68a7a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2026-09-03T23:21:05.332Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core/.git # timeout=10
01:21:05 [2026-09-03T23:21:05.338Z] Fetching changes from the remote Git repository
01:21:05 [2026-09-03T23:21:05.340Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:05 [2026-09-03T23:21:05.345Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:05 [2026-09-03T23:21:05.345Z] > /usr/bin/git --version # timeout=10
01:21:05 [2026-09-03T23:21:05.350Z] > git --version # 'git version 2.43.0'
01:21:05 [2026-09-03T23:21:05.350Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2026-09-03T23:21:05.355Z] > /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-03T23:21:06.536Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2026-09-03T23:21:06.544Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:06 [2026-09-03T23:21:06.544Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-09-03T23:21:06.550Z] > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-09-03T23:21:06.598Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2026-09-03T23:21:06.616Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2026-09-03T23:21:06.625Z] > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-09-03T23:21:06.704Z] 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-03T23:21:06.704Z] > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-09-03T23:21:06.732Z] [Pipeline] fileExists
01:21:06 [2026-09-03T23:21:06.743Z] [Pipeline] readMavenPom
01:21:06 [2026-09-03T23:21:06.762Z] [Pipeline] sh
01:21:07 [2026-09-03T23:21:07.025Z] + git rev-parse HEAD
01:21:07 [2026-09-03T23:21:07.028Z] [Pipeline] echo
01:21:07 [2026-09-03T23:21:07.028Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:07 [2026-09-03T23:21:07.030Z] [Pipeline] }
01:21:07 [2026-09-03T23:21:07.045Z] [Pipeline] // dir
01:21:07 [2026-09-03T23:21:07.060Z] [Pipeline] echo
01:21:07 [2026-09-03T23:21:07.061Z] Build skipped due to no changes have been done since the last build
01:21:07 [2026-09-03T23:21:07.086Z] [Pipeline] dir
01:21:07 [2026-09-03T23:21:07.086Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:07 [2026-09-03T23:21:07.086Z] [Pipeline] {
01:21:07 [2026-09-03T23:21:07.107Z] [Pipeline] git
01:21:07 [2026-09-03T23:21:07.117Z] The recommended git tool is: /usr/bin/git
01:21:07 [2026-09-03T23:21:07.118Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2026-09-03T23:21:07.129Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@13f4ab77; decorates hudson.Launcher$LocalLauncher@52efac54 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2026-09-03T23:21:07.131Z] > /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-03T23:21:07.136Z] Fetching changes from the remote Git repository
01:21:07 [2026-09-03T23:21:07.139Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:07 [2026-09-03T23:21:07.145Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:07 [2026-09-03T23:21:07.145Z] > /usr/bin/git --version # timeout=10
01:21:07 [2026-09-03T23:21:07.150Z] > git --version # 'git version 2.43.0'
01:21:07 [2026-09-03T23:21:07.150Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2026-09-03T23:21:07.155Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-09-03T23:21:08.172Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-09-03T23:21:08.180Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:08 [2026-09-03T23:21:08.180Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-09-03T23:21:08.186Z] > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:08 [2026-09-03T23:21:08.212Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2026-09-03T23:21:08.226Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2026-09-03T23:21:08.233Z] > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:08 [2026-09-03T23:21:08.299Z] 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:08 [2026-09-03T23:21:08.299Z] > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:08 [2026-09-03T23:21:08.321Z] [Pipeline] fileExists
01:21:08 [2026-09-03T23:21:08.330Z] [Pipeline] readMavenPom
01:21:08 [2026-09-03T23:21:08.352Z] [Pipeline] sh
01:21:08 [2026-09-03T23:21:08.610Z] + git rev-parse HEAD
01:21:08 [2026-09-03T23:21:08.613Z] [Pipeline] echo
01:21:08 [2026-09-03T23:21:08.614Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:08 [2026-09-03T23:21:08.616Z] [Pipeline] }
01:21:08 [2026-09-03T23:21:08.626Z] [Pipeline] // dir
01:21:08 [2026-09-03T23:21:08.636Z] [Pipeline] echo
01:21:08 [2026-09-03T23:21:08.637Z] Build skipped due to no changes have been done since the last build
01:21:08 [2026-09-03T23:21:08.648Z] [Pipeline] dir
01:21:08 [2026-09-03T23:21:08.648Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:08 [2026-09-03T23:21:08.649Z] [Pipeline] {
01:21:08 [2026-09-03T23:21:08.663Z] [Pipeline] git
01:21:08 [2026-09-03T23:21:08.674Z] Selected Git installation does not exist. Using Default
01:21:08 [2026-09-03T23:21:08.674Z] The recommended git tool is: NONE
01:21:08 [2026-09-03T23:21:08.675Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2026-09-03T23:21:08.688Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@77379885; decorates hudson.Launcher$LocalLauncher@566932f3 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2026-09-03T23:21:08.688Z] > /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-03T23:21:08.694Z] Fetching changes from the remote Git repository
01:21:08 [2026-09-03T23:21:08.697Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:08 [2026-09-03T23:21:08.704Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:08 [2026-09-03T23:21:08.704Z] > /usr/bin/git --version # timeout=10
01:21:08 [2026-09-03T23:21:08.709Z] > git --version # 'git version 2.43.0'
01:21:08 [2026-09-03T23:21:08.709Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2026-09-03T23:21:08.714Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-09-03T23:21:09.232Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-09-03T23:21:09.239Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:09 [2026-09-03T23:21:09.239Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-09-03T23:21:09.244Z] > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:09 [2026-09-03T23:21:09.253Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-09-03T23:21:09.262Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-09-03T23:21:09.268Z] > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:09 [2026-09-03T23:21:09.282Z] 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:09 [2026-09-03T23:21:09.283Z] > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:09 [2026-09-03T23:21:09.302Z] [Pipeline] fileExists
01:21:09 [2026-09-03T23:21:09.313Z] [Pipeline] readMavenPom
01:21:09 [2026-09-03T23:21:09.327Z] [Pipeline] sh
01:21:09 [2026-09-03T23:21:09.584Z] + git rev-parse HEAD
01:21:09 [2026-09-03T23:21:09.587Z] [Pipeline] echo
01:21:09 [2026-09-03T23:21:09.588Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:09 [2026-09-03T23:21:09.590Z] [Pipeline] }
01:21:09 [2026-09-03T23:21:09.605Z] [Pipeline] // dir
01:21:09 [2026-09-03T23:21:09.623Z] [Pipeline] echo
01:21:09 [2026-09-03T23:21:09.624Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-09-03T23:21:09.643Z] [Pipeline] dir
01:21:09 [2026-09-03T23:21:09.644Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:09 [2026-09-03T23:21:09.645Z] [Pipeline] {
01:21:09 [2026-09-03T23:21:09.670Z] [Pipeline] git
01:21:09 [2026-09-03T23:21:09.687Z] The recommended git tool is: NONE
01:21:09 [2026-09-03T23:21:09.687Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-09-03T23:21:09.698Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4c9b6ac3; decorates hudson.Launcher$LocalLauncher@7d321d87 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-09-03T23:21:09.699Z] > /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-03T23:21:09.706Z] Fetching changes from the remote Git repository
01:21:09 [2026-09-03T23:21:09.707Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:09 [2026-09-03T23:21:09.713Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:09 [2026-09-03T23:21:09.713Z] > /usr/bin/git --version # timeout=10
01:21:09 [2026-09-03T23:21:09.717Z] > git --version # 'git version 2.43.0'
01:21:09 [2026-09-03T23:21:09.717Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-09-03T23:21:09.722Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2026-09-03T23:21:10.475Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2026-09-03T23:21:10.483Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:10 [2026-09-03T23:21:10.483Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2026-09-03T23:21:10.488Z] > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:10 [2026-09-03T23:21:10.495Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2026-09-03T23:21:10.505Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-09-03T23:21:10.511Z] > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:10 [2026-09-03T23:21:10.524Z] 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:10 [2026-09-03T23:21:10.525Z] > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:10 [2026-09-03T23:21:10.548Z] [Pipeline] fileExists
01:21:10 [2026-09-03T23:21:10.560Z] [Pipeline] sh
01:21:10 [2026-09-03T23:21:10.819Z] + git rev-parse HEAD
01:21:10 [2026-09-03T23:21:10.822Z] [Pipeline] echo
01:21:10 [2026-09-03T23:21:10.823Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:10 [2026-09-03T23:21:10.825Z] [Pipeline] }
01:21:10 [2026-09-03T23:21:10.841Z] [Pipeline] // dir
01:21:10 [2026-09-03T23:21:10.857Z] [Pipeline] echo
01:21:10 [2026-09-03T23:21:10.857Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-09-03T23:21:10.876Z] [Pipeline] dir
01:21:10 [2026-09-03T23:21:10.877Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:10 [2026-09-03T23:21:10.878Z] [Pipeline] {
01:21:10 [2026-09-03T23:21:10.903Z] [Pipeline] git
01:21:10 [2026-09-03T23:21:10.922Z] The recommended git tool is: NONE
01:21:10 [2026-09-03T23:21:10.923Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2026-09-03T23:21:10.933Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4b6c001e; decorates hudson.Launcher$LocalLauncher@52e0b319 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2026-09-03T23:21:10.934Z] > /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-03T23:21:10.940Z] Fetching changes from the remote Git repository
01:21:10 [2026-09-03T23:21:10.945Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:10 [2026-09-03T23:21:10.952Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:10 [2026-09-03T23:21:10.952Z] > /usr/bin/git --version # timeout=10
01:21:10 [2026-09-03T23:21:10.956Z] > git --version # 'git version 2.43.0'
01:21:10 [2026-09-03T23:21:10.956Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2026-09-03T23:21:10.961Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:11 [2026-09-03T23:21:11.674Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:11 [2026-09-03T23:21:11.682Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:11 [2026-09-03T23:21:11.682Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:11 [2026-09-03T23:21:11.687Z] > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:11 [2026-09-03T23:21:11.695Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:11 [2026-09-03T23:21:11.702Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:11 [2026-09-03T23:21:11.708Z] > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:11 [2026-09-03T23:21:11.718Z] 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:11 [2026-09-03T23:21:11.718Z] > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:11 [2026-09-03T23:21:11.738Z] [Pipeline] fileExists
01:21:11 [2026-09-03T23:21:11.747Z] [Pipeline] readMavenPom
01:21:11 [2026-09-03T23:21:11.759Z] [Pipeline] sh
01:21:12 [2026-09-03T23:21:12.016Z] + git rev-parse HEAD
01:21:12 [2026-09-03T23:21:12.019Z] [Pipeline] echo
01:21:12 [2026-09-03T23:21:12.020Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:12 [2026-09-03T23:21:12.021Z] [Pipeline] }
01:21:12 [2026-09-03T23:21:12.037Z] [Pipeline] // dir
01:21:12 [2026-09-03T23:21:12.054Z] [Pipeline] echo
01:21:12 [2026-09-03T23:21:12.055Z] Build skipped due to no changes have been done since the last build
01:21:12 [2026-09-03T23:21:12.073Z] [Pipeline] dir
01:21:12 [2026-09-03T23:21:12.074Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:12 [2026-09-03T23:21:12.075Z] [Pipeline] {
01:21:12 [2026-09-03T23:21:12.097Z] [Pipeline] git
01:21:12 [2026-09-03T23:21:12.115Z] The recommended git tool is: NONE
01:21:12 [2026-09-03T23:21:12.116Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:12 [2026-09-03T23:21:12.126Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@11bff709; decorates hudson.Launcher$LocalLauncher@60b55c58 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:12 [2026-09-03T23:21:12.127Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:12 [2026-09-03T23:21:12.134Z] Fetching changes from the remote Git repository
01:21:12 [2026-09-03T23:21:12.137Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:12 [2026-09-03T23:21:12.144Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:12 [2026-09-03T23:21:12.144Z] > /usr/bin/git --version # timeout=10
01:21:12 [2026-09-03T23:21:12.149Z] > git --version # 'git version 2.43.0'
01:21:12 [2026-09-03T23:21:12.149Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:12 [2026-09-03T23:21:12.154Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:12 [2026-09-03T23:21:12.709Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:12 [2026-09-03T23:21:12.716Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:12 [2026-09-03T23:21:12.716Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:12 [2026-09-03T23:21:12.721Z] > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:12 [2026-09-03T23:21:12.729Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:12 [2026-09-03T23:21:12.739Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:12 [2026-09-03T23:21:12.745Z] > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:12 [2026-09-03T23:21:12.756Z] 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:12 [2026-09-03T23:21:12.756Z] > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:12 [2026-09-03T23:21:12.784Z] [Pipeline] fileExists
01:21:12 [2026-09-03T23:21:12.802Z] [Pipeline] readMavenPom
01:21:12 [2026-09-03T23:21:12.829Z] [Pipeline] sh
01:21:13 [2026-09-03T23:21:13.088Z] + git rev-parse HEAD
01:21:13 [2026-09-03T23:21:13.092Z] [Pipeline] echo
01:21:13 [2026-09-03T23:21:13.092Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:13 [2026-09-03T23:21:13.095Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.117Z] [Pipeline] // dir
01:21:13 [2026-09-03T23:21:13.136Z] [Pipeline] echo
01:21:13 [2026-09-03T23:21:13.136Z] Build skipped due to no changes have been done since the last build
01:21:13 [2026-09-03T23:21:13.137Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.156Z] [Pipeline] // script
01:21:13 [2026-09-03T23:21:13.174Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.189Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.208Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.209Z] [Pipeline] { (Build Silverpeas)
01:21:13 [2026-09-03T23:21:13.243Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.244Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.267Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.268Z] [Pipeline] { (Build Silverpeas-Core)
01:21:13 [2026-09-03T23:21:13.286Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.287Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.289Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.306Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.325Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.326Z] [Pipeline] { (Build Silverpeas-Components)
01:21:13 [2026-09-03T23:21:13.341Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.343Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.345Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.359Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.375Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.376Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:13 [2026-09-03T23:21:13.389Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.390Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.392Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.405Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.422Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.422Z] [Pipeline] { (Build Silverpeas Setup)
01:21:13 [2026-09-03T23:21:13.434Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.436Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.438Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.449Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.463Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.464Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:13 [2026-09-03T23:21:13.475Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.477Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.479Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.489Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.503Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.504Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:13 [2026-09-03T23:21:13.515Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.518Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.520Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.530Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.543Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.544Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:13 [2026-09-03T23:21:13.555Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.557Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.559Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.569Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.582Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.583Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:13 [2026-09-03T23:21:13.593Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.594Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.596Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.605Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.618Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.619Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:13 [2026-09-03T23:21:13.629Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.630Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.632Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.641Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.655Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.656Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:13 [2026-09-03T23:21:13.665Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.666Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.668Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.676Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.687Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.688Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:13 [2026-09-03T23:21:13.696Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.698Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.700Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.708Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.719Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.720Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:13 [2026-09-03T23:21:13.729Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.731Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.733Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.741Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.754Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.755Z] [Pipeline] { (Publish Community Web Site)
01:21:13 [2026-09-03T23:21:13.763Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-03T23:21:13.765Z] [Pipeline] getContext
01:21:13 [2026-09-03T23:21:13.766Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.775Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.783Z] [Pipeline] }
01:21:13 [2026-09-03T23:21:13.792Z] [Pipeline] // stage
01:21:13 [2026-09-03T23:21:13.811Z] [Pipeline] stage
01:21:13 [2026-09-03T23:21:13.812Z] [Pipeline] { (Create YAML build report)
01:21:13 [2026-09-03T23:21:13.847Z] [Pipeline] script
01:21:13 [2026-09-03T23:21:13.854Z] [Pipeline] {
01:21:13 [2026-09-03T23:21:13.873Z] [Pipeline] sh
01:21:14 [2026-09-03T23:21:14.132Z] + mkdir -p target
01:21:14 [2026-09-03T23:21:14.134Z] [Pipeline] sh
01:21:14 [2026-09-03T23:21:14.392Z] + mv build.yaml target/
01:21:14 [2026-09-03T23:21:14.393Z] [Pipeline] }
01:21:14 [2026-09-03T23:21:14.410Z] [Pipeline] // script
01:21:14 [2026-09-03T23:21:14.427Z] [Pipeline] }
01:21:14 [2026-09-03T23:21:14.448Z] [Pipeline] // stage
01:21:14 [2026-09-03T23:21:14.473Z] [Pipeline] stage
01:21:14 [2026-09-03T23:21:14.474Z] [Pipeline] { (Declarative: Post Actions)
01:21:14 [2026-09-03T23:21:14.504Z] [Pipeline] step
01:21:14 [2026-09-03T23:21:14.538Z] [Pipeline] script
01:21:14 [2026-09-03T23:21:14.545Z] [Pipeline] {
01:21:14 [2026-09-03T23:21:14.586Z] [Pipeline] }
01:21:14 [2026-09-03T23:21:14.602Z] [Pipeline] // script
01:21:14 [2026-09-03T23:21:14.623Z] [Pipeline] archiveArtifacts
01:21:14 [2026-09-03T23:21:14.627Z] Archiving artifacts
01:21:14 [2026-09-03T23:21:14.639Z] Enregistrement des empreintes numériques
01:21:14 [2026-09-03T23:21:14.656Z] [Pipeline] sh
01:21:14 [2026-09-03T23:21:14.915Z] + rm -rf target
01:21:14 [2026-09-03T23:21:14.921Z] [Pipeline] }
01:21:14 [2026-09-03T23:21:14.939Z] [Pipeline] // stage
01:21:14 [2026-09-03T23:21:14.951Z] [Pipeline] }
01:21:14 [2026-09-03T23:21:14.961Z] [Pipeline] // withEnv
01:21:14 [2026-09-03T23:21:14.977Z] [Pipeline] }
01:21:14 [2026-09-03T23:21:14.978Z] $ docker stop --time=1 035795d15236b83a756b2a16f8c07f3ba8c7ed2e90387e165026260bbecea491
01:21:16 [2026-09-03T23:21:16.280Z] $ docker rm -f --volumes 035795d15236b83a756b2a16f8c07f3ba8c7ed2e90387e165026260bbecea491
01:21:16 [2026-09-03T23:21:16.319Z] [Pipeline] // withDockerContainer
01:21:16 [2026-09-03T23:21:16.330Z] [Pipeline] }
01:21:16 [2026-09-03T23:21:16.340Z] [Pipeline] // withEnv
01:21:16 [2026-09-03T23:21:16.356Z] [Pipeline] }
01:21:16 [2026-09-03T23:21:16.371Z] [Pipeline] // node
01:21:16 [2026-09-03T23:21:16.382Z] [Pipeline] End of Pipeline
01:21:16 [2026-09-03T23:21:16.430Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #272
01:21:16 [2026-09-03T23:21:16.430Z] Finished: SUCCESS