Skip to content
01:21:00 [2026-06-11T23:21:00.537Z] Lancé par une alarme périodique
01:21:00 [2026-06-11T23:21:00.538Z] Running as userbuild
01:21:00 [2026-06-11T23:21:00.977Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-06-11T23:21:01.480Z] [Pipeline] Start of Pipeline
01:21:01 [2026-06-11T23:21:01.809Z] [Pipeline] node
01:21:01 [2026-06-11T23:21:01.812Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:01 [2026-06-11T23:21:01.821Z] [Pipeline] {
01:21:01 [2026-06-11T23:21:01.848Z] [Pipeline] stage
01:21:01 [2026-06-11T23:21:01.849Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:01 [2026-06-11T23:21:01.860Z] [Pipeline] checkout
01:21:01 [2026-06-11T23:21:01.862Z] Selected Git installation does not exist. Using Default
01:21:01 [2026-06-11T23:21:01.863Z] The recommended git tool is: NONE
01:21:01 [2026-06-11T23:21:01.863Z] No credentials specified
01:21:01 [2026-06-11T23:21:01.863Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:01 [2026-06-11T23:21:01.868Z] Fetching changes from the remote Git repository
01:21:01 [2026-06-11T23:21:01.871Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:01 [2026-06-11T23:21:01.877Z] Cleaning workspace
01:21:01 [2026-06-11T23:21:01.877Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:01 [2026-06-11T23:21:01.882Z] Resetting working tree
01:21:01 [2026-06-11T23:21:01.882Z]  > /usr/bin/git reset --hard # timeout=10
01:21:01 [2026-06-11T23:21:01.890Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:01 [2026-06-11T23:21:01.898Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-06-11T23:21:01.898Z]  > /usr/bin/git --version # timeout=10
01:21:01 [2026-06-11T23:21:01.903Z]  > git --version # 'git version 2.43.0'
01:21:01 [2026-06-11T23:21:01.903Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:02 [2026-06-11T23:21:02.427Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2026-06-11T23:21:02.432Z] Checking out Revision ee417f2e12a50c898fce7d66542b733c63b400a8 (refs/remotes/origin/master)
01:21:02 [2026-06-11T23:21:02.432Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2026-06-11T23:21:02.437Z]  > /usr/bin/git checkout -f ee417f2e12a50c898fce7d66542b733c63b400a8 # timeout=10
01:21:02 [2026-06-11T23:21:02.451Z] Commit message: "Update pipeline to build a build release of master based upon JEE"
01:21:02 [2026-06-11T23:21:02.452Z]  > /usr/bin/git rev-list --no-walk 01d06ccb34ffbca958998fce357470ddc43cbd57 # timeout=10
01:21:02 [2026-06-11T23:21:02.478Z] [Pipeline] }
01:21:02 [2026-06-11T23:21:02.489Z] [Pipeline] // stage
01:21:02 [2026-06-11T23:21:02.515Z] [Pipeline] withEnv
01:21:02 [2026-06-11T23:21:02.516Z] [Pipeline] {
01:21:02 [2026-06-11T23:21:02.668Z] [Pipeline] isUnix
01:21:02 [2026-06-11T23:21:02.670Z] [Pipeline] withEnv
01:21:02 [2026-06-11T23:21:02.671Z] [Pipeline] {
01:21:02 [2026-06-11T23:21:02.684Z] [Pipeline] sh
01:21:02 [2026-06-11T23:21:02.942Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:02 [2026-06-11T23:21:02.942Z] .
01:21:02 [2026-06-11T23:21:02.943Z] [Pipeline] }
01:21:02 [2026-06-11T23:21:02.951Z] [Pipeline] // withEnv
01:21:02 [2026-06-11T23:21:02.964Z] [Pipeline] withDockerContainer
01:21:02 [2026-06-11T23:21:02.997Z] Jenkins does not seem to be running inside a container
01:21:03 [2026-06-11T23:21:03.005Z] $ docker run -t -d -u 111:119 -v $HOME/.m2/settings.xml:/home/silverbuild/.m2/settings.xml -v $HOME/.m2/settings-security.xml:/home/silverbuild/.m2/settings-security.xml -v $HOME/.gitconfig:/home/silverbuild/.gitconfig -v $HOME/.ssh:/home/silverbuild/.ssh -v $HOME/.gnupg:/home/silverbuild/.gnupg -w /var/lib/jenkins/workspace/Silverpeas_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-06-11T23:21:03.334Z] $ docker top 64d4c9a33ecf5223570ba03cdda0f5280f1c34652a23628d9c2ab9394f0e5e7b -eo pid,comm
01:21:03 [2026-06-11T23:21:03.373Z] [Pipeline] {
01:21:03 [2026-06-11T23:21:03.421Z] [Pipeline] withEnv
01:21:03 [2026-06-11T23:21:03.422Z] [Pipeline] {
01:21:03 [2026-06-11T23:21:03.445Z] [Pipeline] stage
01:21:03 [2026-06-11T23:21:03.446Z] [Pipeline] { (Prepare the job)
01:21:03 [2026-06-11T23:21:03.480Z] [Pipeline] sh
01:21:03 [2026-06-11T23:21:03.737Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:03 [2026-06-11T23:21:03.992Z] [Pipeline] script
01:21:04 [2026-06-11T23:21:04.000Z] [Pipeline] {
01:21:04 [2026-06-11T23:21:04.014Z] [Pipeline] readMavenPom
01:21:04 [2026-06-11T23:21:04.041Z] 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-06-11T23:21:04.043Z] 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-06-11T23:21:04.044Z] 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-06-11T23:21:04.044Z] 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-06-11T23:21:04.044Z] 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-06-11T23:21:04.046Z] [Pipeline] sh
01:21:04 [2026-06-11T23:21:04.305Z] + rm -f pom.xml
01:21:04 [2026-06-11T23:21:04.307Z] [Pipeline] }
01:21:04 [2026-06-11T23:21:04.322Z] [Pipeline] // script
01:21:04 [2026-06-11T23:21:04.339Z] [Pipeline] }
01:21:04 [2026-06-11T23:21:04.353Z] [Pipeline] // stage
01:21:04 [2026-06-11T23:21:04.370Z] [Pipeline] stage
01:21:04 [2026-06-11T23:21:04.371Z] [Pipeline] { (Check POM parent version)
01:21:04 [2026-06-11T23:21:04.438Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2026-06-11T23:21:04.440Z] [Pipeline] getContext
01:21:04 [2026-06-11T23:21:04.449Z] [Pipeline] }
01:21:04 [2026-06-11T23:21:04.461Z] [Pipeline] // stage
01:21:04 [2026-06-11T23:21:04.477Z] [Pipeline] stage
01:21:04 [2026-06-11T23:21:04.478Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2026-06-11T23:21:04.509Z] [Pipeline] script
01:21:04 [2026-06-11T23:21:04.516Z] [Pipeline] {
01:21:04 [2026-06-11T23:21:04.541Z] [Pipeline] copyArtifacts
01:21:04 [2026-06-11T23:21:04.549Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 287
01:21:04 [2026-06-11T23:21:04.564Z] [Pipeline] fileExists
01:21:04 [2026-06-11T23:21:04.580Z] [Pipeline] readYaml
01:21:04 [2026-06-11T23:21:04.594Z] 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:04 [2026-06-11T23:21:04.596Z] [Pipeline] dir
01:21:04 [2026-06-11T23:21:04.596Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2026-06-11T23:21:04.597Z] [Pipeline] {
01:21:04 [2026-06-11T23:21:04.607Z] [Pipeline] git
01:21:04 [2026-06-11T23:21:04.609Z] The recommended git tool is: /usr/bin/git
01:21:04 [2026-06-11T23:21:04.610Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2026-06-11T23:21:04.621Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@57bbb335; decorates hudson.Launcher$LocalLauncher@47eb536e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2026-06-11T23:21:04.621Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core/.git # timeout=10
01:21:04 [2026-06-11T23:21:04.630Z] Fetching changes from the remote Git repository
01:21:04 [2026-06-11T23:21:04.633Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2026-06-11T23:21:04.639Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2026-06-11T23:21:04.639Z]  > /usr/bin/git --version # timeout=10
01:21:04 [2026-06-11T23:21:04.644Z]  > git --version # 'git version 2.43.0'
01:21:04 [2026-06-11T23:21:04.644Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2026-06-11T23:21:04.649Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2026-06-11T23:21:06.741Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2026-06-11T23:21:06.748Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:06 [2026-06-11T23:21:06.748Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-06-11T23:21:06.753Z]  > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-06-11T23:21:06.812Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2026-06-11T23:21:06.828Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2026-06-11T23:21:06.837Z]  > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-06-11T23:21:06.910Z] 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-06-11T23:21:06.910Z]  > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-06-11T23:21:06.932Z] [Pipeline] fileExists
01:21:06 [2026-06-11T23:21:06.945Z] [Pipeline] readMavenPom
01:21:06 [2026-06-11T23:21:06.964Z] [Pipeline] sh
01:21:07 [2026-06-11T23:21:07.226Z] + git rev-parse HEAD
01:21:07 [2026-06-11T23:21:07.229Z] [Pipeline] echo
01:21:07 [2026-06-11T23:21:07.229Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:07 [2026-06-11T23:21:07.231Z] [Pipeline] }
01:21:07 [2026-06-11T23:21:07.245Z] [Pipeline] // dir
01:21:07 [2026-06-11T23:21:07.260Z] [Pipeline] echo
01:21:07 [2026-06-11T23:21:07.261Z] Build skipped due to no changes have been done since the last build
01:21:07 [2026-06-11T23:21:07.276Z] [Pipeline] dir
01:21:07 [2026-06-11T23:21:07.277Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:07 [2026-06-11T23:21:07.277Z] [Pipeline] {
01:21:07 [2026-06-11T23:21:07.299Z] [Pipeline] git
01:21:07 [2026-06-11T23:21:07.302Z] The recommended git tool is: /usr/bin/git
01:21:07 [2026-06-11T23:21:07.303Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2026-06-11T23:21:07.323Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@18516c70; decorates hudson.Launcher$LocalLauncher@686c5ea will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2026-06-11T23:21:07.324Z]  > /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-06-11T23:21:07.329Z] Fetching changes from the remote Git repository
01:21:07 [2026-06-11T23:21:07.331Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:07 [2026-06-11T23:21:07.337Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:07 [2026-06-11T23:21:07.337Z]  > /usr/bin/git --version # timeout=10
01:21:07 [2026-06-11T23:21:07.348Z]  > git --version # 'git version 2.43.0'
01:21:07 [2026-06-11T23:21:07.349Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2026-06-11T23:21:07.354Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-06-11T23:21:08.734Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-06-11T23:21:08.741Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:08 [2026-06-11T23:21:08.741Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-06-11T23:21:08.746Z]  > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:08 [2026-06-11T23:21:08.781Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2026-06-11T23:21:08.795Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2026-06-11T23:21:08.802Z]  > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:08 [2026-06-11T23:21:08.845Z] 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-06-11T23:21:08.845Z]  > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:08 [2026-06-11T23:21:08.868Z] [Pipeline] fileExists
01:21:08 [2026-06-11T23:21:08.876Z] [Pipeline] readMavenPom
01:21:08 [2026-06-11T23:21:08.891Z] [Pipeline] sh
01:21:09 [2026-06-11T23:21:09.146Z] + git rev-parse HEAD
01:21:09 [2026-06-11T23:21:09.150Z] [Pipeline] echo
01:21:09 [2026-06-11T23:21:09.150Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:09 [2026-06-11T23:21:09.154Z] [Pipeline] }
01:21:09 [2026-06-11T23:21:09.166Z] [Pipeline] // dir
01:21:09 [2026-06-11T23:21:09.175Z] [Pipeline] echo
01:21:09 [2026-06-11T23:21:09.175Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-06-11T23:21:09.190Z] [Pipeline] dir
01:21:09 [2026-06-11T23:21:09.191Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:09 [2026-06-11T23:21:09.192Z] [Pipeline] {
01:21:09 [2026-06-11T23:21:09.214Z] [Pipeline] git
01:21:09 [2026-06-11T23:21:09.217Z] Selected Git installation does not exist. Using Default
01:21:09 [2026-06-11T23:21:09.217Z] The recommended git tool is: NONE
01:21:09 [2026-06-11T23:21:09.217Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-06-11T23:21:09.227Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@38019595; decorates hudson.Launcher$LocalLauncher@2f4af1aa will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-06-11T23:21:09.227Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:09 [2026-06-11T23:21:09.235Z] Fetching changes from the remote Git repository
01:21:09 [2026-06-11T23:21:09.237Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:09 [2026-06-11T23:21:09.243Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:09 [2026-06-11T23:21:09.243Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2026-06-11T23:21:09.248Z]  > git --version # 'git version 2.43.0'
01:21:09 [2026-06-11T23:21:09.248Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-06-11T23:21:09.252Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-06-11T23:21:09.967Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-06-11T23:21:09.972Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:09 [2026-06-11T23:21:09.972Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-06-11T23:21:09.977Z]  > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:09 [2026-06-11T23:21:09.987Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-06-11T23:21:09.994Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-06-11T23:21:10.001Z]  > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:10 [2026-06-11T23:21:10.014Z] 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:10 [2026-06-11T23:21:10.014Z]  > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:10 [2026-06-11T23:21:10.032Z] [Pipeline] fileExists
01:21:10 [2026-06-11T23:21:10.040Z] [Pipeline] readMavenPom
01:21:10 [2026-06-11T23:21:10.051Z] [Pipeline] sh
01:21:10 [2026-06-11T23:21:10.307Z] + git rev-parse HEAD
01:21:10 [2026-06-11T23:21:10.310Z] [Pipeline] echo
01:21:10 [2026-06-11T23:21:10.311Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:10 [2026-06-11T23:21:10.313Z] [Pipeline] }
01:21:10 [2026-06-11T23:21:10.321Z] [Pipeline] // dir
01:21:10 [2026-06-11T23:21:10.333Z] [Pipeline] echo
01:21:10 [2026-06-11T23:21:10.334Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-06-11T23:21:10.350Z] [Pipeline] dir
01:21:10 [2026-06-11T23:21:10.350Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:10 [2026-06-11T23:21:10.350Z] [Pipeline] {
01:21:10 [2026-06-11T23:21:10.371Z] [Pipeline] git
01:21:10 [2026-06-11T23:21:10.373Z] The recommended git tool is: NONE
01:21:10 [2026-06-11T23:21:10.373Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2026-06-11T23:21:10.387Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@796cc715; decorates hudson.Launcher$LocalLauncher@78babc7 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2026-06-11T23:21:10.388Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:10 [2026-06-11T23:21:10.393Z] Fetching changes from the remote Git repository
01:21:10 [2026-06-11T23:21:10.396Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:10 [2026-06-11T23:21:10.402Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:10 [2026-06-11T23:21:10.402Z]  > /usr/bin/git --version # timeout=10
01:21:10 [2026-06-11T23:21:10.406Z]  > git --version # 'git version 2.43.0'
01:21:10 [2026-06-11T23:21:10.406Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2026-06-11T23:21:10.411Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2026-06-11T23:21:10.829Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2026-06-11T23:21:10.835Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:10 [2026-06-11T23:21:10.835Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2026-06-11T23:21:10.839Z]  > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:10 [2026-06-11T23:21:10.848Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2026-06-11T23:21:10.856Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-06-11T23:21:10.864Z]  > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:10 [2026-06-11T23:21:10.875Z] 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-06-11T23:21:10.875Z]  > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:10 [2026-06-11T23:21:10.894Z] [Pipeline] fileExists
01:21:10 [2026-06-11T23:21:10.903Z] [Pipeline] sh
01:21:11 [2026-06-11T23:21:11.159Z] + git rev-parse HEAD
01:21:11 [2026-06-11T23:21:11.163Z] [Pipeline] echo
01:21:11 [2026-06-11T23:21:11.163Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:11 [2026-06-11T23:21:11.166Z] [Pipeline] }
01:21:11 [2026-06-11T23:21:11.181Z] [Pipeline] // dir
01:21:11 [2026-06-11T23:21:11.197Z] [Pipeline] echo
01:21:11 [2026-06-11T23:21:11.198Z] Build skipped due to no changes have been done since the last build
01:21:11 [2026-06-11T23:21:11.210Z] [Pipeline] dir
01:21:11 [2026-06-11T23:21:11.210Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:11 [2026-06-11T23:21:11.211Z] [Pipeline] {
01:21:11 [2026-06-11T23:21:11.224Z] [Pipeline] git
01:21:11 [2026-06-11T23:21:11.227Z] The recommended git tool is: NONE
01:21:11 [2026-06-11T23:21:11.228Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:11 [2026-06-11T23:21:11.246Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@142efa51; decorates hudson.Launcher$LocalLauncher@5fa5d6de will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:11 [2026-06-11T23:21:11.246Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:11 [2026-06-11T23:21:11.252Z] Fetching changes from the remote Git repository
01:21:11 [2026-06-11T23:21:11.255Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:11 [2026-06-11T23:21:11.260Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:11 [2026-06-11T23:21:11.260Z]  > /usr/bin/git --version # timeout=10
01:21:11 [2026-06-11T23:21:11.264Z]  > git --version # 'git version 2.43.0'
01:21:11 [2026-06-11T23:21:11.264Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:11 [2026-06-11T23:21:11.269Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:11 [2026-06-11T23:21:11.621Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:11 [2026-06-11T23:21:11.627Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:11 [2026-06-11T23:21:11.627Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:11 [2026-06-11T23:21:11.632Z]  > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:11 [2026-06-11T23:21:11.641Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:11 [2026-06-11T23:21:11.649Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:11 [2026-06-11T23:21:11.657Z]  > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:11 [2026-06-11T23:21:11.667Z] 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-06-11T23:21:11.667Z]  > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:11 [2026-06-11T23:21:11.688Z] [Pipeline] fileExists
01:21:11 [2026-06-11T23:21:11.697Z] [Pipeline] readMavenPom
01:21:11 [2026-06-11T23:21:11.709Z] [Pipeline] sh
01:21:11 [2026-06-11T23:21:11.965Z] + git rev-parse HEAD
01:21:11 [2026-06-11T23:21:11.967Z] [Pipeline] echo
01:21:11 [2026-06-11T23:21:11.967Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:11 [2026-06-11T23:21:11.969Z] [Pipeline] }
01:21:11 [2026-06-11T23:21:11.986Z] [Pipeline] // dir
01:21:12 [2026-06-11T23:21:12.003Z] [Pipeline] echo
01:21:12 [2026-06-11T23:21:12.004Z] Build skipped due to no changes have been done since the last build
01:21:12 [2026-06-11T23:21:12.022Z] [Pipeline] dir
01:21:12 [2026-06-11T23:21:12.022Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:12 [2026-06-11T23:21:12.023Z] [Pipeline] {
01:21:12 [2026-06-11T23:21:12.044Z] [Pipeline] git
01:21:12 [2026-06-11T23:21:12.047Z] The recommended git tool is: NONE
01:21:12 [2026-06-11T23:21:12.047Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:12 [2026-06-11T23:21:12.059Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1cc0e525; decorates hudson.Launcher$LocalLauncher@6f979c62 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:12 [2026-06-11T23:21:12.060Z]  > /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-06-11T23:21:12.067Z] Fetching changes from the remote Git repository
01:21:12 [2026-06-11T23:21:12.069Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:12 [2026-06-11T23:21:12.075Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:12 [2026-06-11T23:21:12.075Z]  > /usr/bin/git --version # timeout=10
01:21:12 [2026-06-11T23:21:12.079Z]  > git --version # 'git version 2.43.0'
01:21:12 [2026-06-11T23:21:12.079Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:12 [2026-06-11T23:21:12.084Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:12 [2026-06-11T23:21:12.638Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:12 [2026-06-11T23:21:12.644Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:12 [2026-06-11T23:21:12.644Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:12 [2026-06-11T23:21:12.649Z]  > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:12 [2026-06-11T23:21:12.656Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:12 [2026-06-11T23:21:12.667Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:12 [2026-06-11T23:21:12.673Z]  > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:12 [2026-06-11T23:21:12.682Z] 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-06-11T23:21:12.682Z]  > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:12 [2026-06-11T23:21:12.702Z] [Pipeline] fileExists
01:21:12 [2026-06-11T23:21:12.710Z] [Pipeline] readMavenPom
01:21:12 [2026-06-11T23:21:12.727Z] [Pipeline] sh
01:21:12 [2026-06-11T23:21:12.987Z] + git rev-parse HEAD
01:21:12 [2026-06-11T23:21:12.989Z] [Pipeline] echo
01:21:12 [2026-06-11T23:21:12.990Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:12 [2026-06-11T23:21:12.992Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.008Z] [Pipeline] // dir
01:21:13 [2026-06-11T23:21:13.027Z] [Pipeline] echo
01:21:13 [2026-06-11T23:21:13.027Z] Build skipped due to no changes have been done since the last build
01:21:13 [2026-06-11T23:21:13.027Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.049Z] [Pipeline] // script
01:21:13 [2026-06-11T23:21:13.065Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.079Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.092Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.093Z] [Pipeline] { (Build Silverpeas)
01:21:13 [2026-06-11T23:21:13.109Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.110Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.125Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.125Z] [Pipeline] { (Build Silverpeas-Core)
01:21:13 [2026-06-11T23:21:13.134Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.135Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.137Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.146Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.156Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.156Z] [Pipeline] { (Build Silverpeas-Components)
01:21:13 [2026-06-11T23:21:13.165Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.165Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.167Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.175Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.184Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.184Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:13 [2026-06-11T23:21:13.195Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.196Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.198Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.208Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.220Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.221Z] [Pipeline] { (Build Silverpeas Setup)
01:21:13 [2026-06-11T23:21:13.232Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.233Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.235Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.245Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.256Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.256Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:13 [2026-06-11T23:21:13.263Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.264Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.265Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.271Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.279Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.279Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:13 [2026-06-11T23:21:13.286Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.287Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.288Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.294Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.302Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.302Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:13 [2026-06-11T23:21:13.309Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.310Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.312Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.318Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.326Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.326Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:13 [2026-06-11T23:21:13.333Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.334Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.335Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.341Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.348Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.349Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:13 [2026-06-11T23:21:13.356Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.356Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.357Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.364Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.373Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.374Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:13 [2026-06-11T23:21:13.384Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.385Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.386Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.396Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.408Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.408Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:13 [2026-06-11T23:21:13.419Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.420Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.422Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.432Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.443Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.443Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:13 [2026-06-11T23:21:13.454Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.455Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.456Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.466Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.479Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.479Z] [Pipeline] { (Publish Community Web Site)
01:21:13 [2026-06-11T23:21:13.490Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-06-11T23:21:13.491Z] [Pipeline] getContext
01:21:13 [2026-06-11T23:21:13.493Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.502Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.509Z] [Pipeline] }
01:21:13 [2026-06-11T23:21:13.516Z] [Pipeline] // stage
01:21:13 [2026-06-11T23:21:13.533Z] [Pipeline] stage
01:21:13 [2026-06-11T23:21:13.533Z] [Pipeline] { (Create YAML build report)
01:21:13 [2026-06-11T23:21:13.561Z] [Pipeline] script
01:21:13 [2026-06-11T23:21:13.566Z] [Pipeline] {
01:21:13 [2026-06-11T23:21:13.574Z] [Pipeline] sh
01:21:13 [2026-06-11T23:21:13.829Z] + mkdir -p target
01:21:13 [2026-06-11T23:21:13.831Z] [Pipeline] sh
01:21:14 [2026-06-11T23:21:14.086Z] + mv build.yaml target/
01:21:14 [2026-06-11T23:21:14.088Z] [Pipeline] }
01:21:14 [2026-06-11T23:21:14.103Z] [Pipeline] // script
01:21:14 [2026-06-11T23:21:14.120Z] [Pipeline] }
01:21:14 [2026-06-11T23:21:14.135Z] [Pipeline] // stage
01:21:14 [2026-06-11T23:21:14.159Z] [Pipeline] stage
01:21:14 [2026-06-11T23:21:14.160Z] [Pipeline] { (Declarative: Post Actions)
01:21:14 [2026-06-11T23:21:14.190Z] [Pipeline] step
01:21:14 [2026-06-11T23:21:14.224Z] [Pipeline] script
01:21:14 [2026-06-11T23:21:14.230Z] [Pipeline] {
01:21:14 [2026-06-11T23:21:14.259Z] [Pipeline] }
01:21:14 [2026-06-11T23:21:14.275Z] [Pipeline] // script
01:21:14 [2026-06-11T23:21:14.293Z] [Pipeline] archiveArtifacts
01:21:14 [2026-06-11T23:21:14.296Z] Archiving artifacts
01:21:14 [2026-06-11T23:21:14.304Z] Enregistrement des empreintes numériques
01:21:14 [2026-06-11T23:21:14.316Z] [Pipeline] sh
01:21:14 [2026-06-11T23:21:14.574Z] + rm -rf target
01:21:14 [2026-06-11T23:21:14.580Z] [Pipeline] }
01:21:14 [2026-06-11T23:21:14.592Z] [Pipeline] // stage
01:21:14 [2026-06-11T23:21:14.607Z] [Pipeline] }
01:21:14 [2026-06-11T23:21:14.623Z] [Pipeline] // withEnv
01:21:14 [2026-06-11T23:21:14.639Z] [Pipeline] }
01:21:14 [2026-06-11T23:21:14.639Z] $ docker stop --time=1 64d4c9a33ecf5223570ba03cdda0f5280f1c34652a23628d9c2ab9394f0e5e7b
01:21:15 [2026-06-11T23:21:15.938Z] $ docker rm -f --volumes 64d4c9a33ecf5223570ba03cdda0f5280f1c34652a23628d9c2ab9394f0e5e7b
01:21:15 [2026-06-11T23:21:15.975Z] [Pipeline] // withDockerContainer
01:21:15 [2026-06-11T23:21:15.983Z] [Pipeline] }
01:21:15 [2026-06-11T23:21:15.990Z] [Pipeline] // withEnv
01:21:16 [2026-06-11T23:21:16.002Z] [Pipeline] }
01:21:16 [2026-06-11T23:21:16.025Z] [Pipeline] // node
01:21:16 [2026-06-11T23:21:16.040Z] [Pipeline] End of Pipeline
01:21:16 [2026-06-11T23:21:16.113Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #260
01:21:16 [2026-06-11T23:21:16.113Z] Finished: SUCCESS