Skip to content
01:21:00 [2026-05-14T23:21:00.302Z] Lancé par une alarme périodique
01:21:00 [2026-05-14T23:21:00.303Z] Running as userbuild
01:21:00 [2026-05-14T23:21:00.734Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-05-14T23:21:01.380Z] [Pipeline] Start of Pipeline
01:21:01 [2026-05-14T23:21:01.831Z] [Pipeline] node
01:21:01 [2026-05-14T23:21:01.835Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:01 [2026-05-14T23:21:01.839Z] [Pipeline] {
01:21:01 [2026-05-14T23:21:01.865Z] [Pipeline] stage
01:21:01 [2026-05-14T23:21:01.867Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:01 [2026-05-14T23:21:01.883Z] [Pipeline] checkout
01:21:01 [2026-05-14T23:21:01.886Z] Selected Git installation does not exist. Using Default
01:21:01 [2026-05-14T23:21:01.886Z] The recommended git tool is: NONE
01:21:01 [2026-05-14T23:21:01.887Z] No credentials specified
01:21:01 [2026-05-14T23:21:01.887Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:01 [2026-05-14T23:21:01.893Z] Fetching changes from the remote Git repository
01:21:01 [2026-05-14T23:21:01.897Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:01 [2026-05-14T23:21:01.903Z] Cleaning workspace
01:21:01 [2026-05-14T23:21:01.904Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:01 [2026-05-14T23:21:01.909Z] Resetting working tree
01:21:01 [2026-05-14T23:21:01.909Z]  > /usr/bin/git reset --hard # timeout=10
01:21:01 [2026-05-14T23:21:01.919Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:01 [2026-05-14T23:21:01.926Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-05-14T23:21:01.927Z]  > /usr/bin/git --version # timeout=10
01:21:01 [2026-05-14T23:21:01.931Z]  > git --version # 'git version 2.43.0'
01:21:01 [2026-05-14T23:21:01.931Z]  > /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-05-14T23:21:02.498Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2026-05-14T23:21:02.505Z] Checking out Revision 01d06ccb34ffbca958998fce357470ddc43cbd57 (refs/remotes/origin/master)
01:21:02 [2026-05-14T23:21:02.505Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2026-05-14T23:21:02.510Z]  > /usr/bin/git checkout -f 01d06ccb34ffbca958998fce357470ddc43cbd57 # timeout=10
01:21:02 [2026-05-14T23:21:02.527Z] Commit message: "In all Jenkinsfiles, when updating the parent POM version, do it explicitly without any resolution"
01:21:02 [2026-05-14T23:21:02.528Z]  > /usr/bin/git rev-list --no-walk c63c56a7332cbacd0b334c0acf871a474aef9eae # timeout=10
01:21:02 [2026-05-14T23:21:02.551Z] [Pipeline] }
01:21:02 [2026-05-14T23:21:02.558Z] [Pipeline] // stage
01:21:02 [2026-05-14T23:21:02.592Z] [Pipeline] withEnv
01:21:02 [2026-05-14T23:21:02.593Z] [Pipeline] {
01:21:02 [2026-05-14T23:21:02.759Z] [Pipeline] isUnix
01:21:02 [2026-05-14T23:21:02.761Z] [Pipeline] withEnv
01:21:02 [2026-05-14T23:21:02.762Z] [Pipeline] {
01:21:02 [2026-05-14T23:21:02.776Z] [Pipeline] sh
01:21:03 [2026-05-14T23:21:03.034Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2026-05-14T23:21:03.034Z] .
01:21:03 [2026-05-14T23:21:03.035Z] [Pipeline] }
01:21:03 [2026-05-14T23:21:03.049Z] [Pipeline] // withEnv
01:21:03 [2026-05-14T23:21:03.058Z] [Pipeline] withDockerContainer
01:21:03 [2026-05-14T23:21:03.096Z] Jenkins does not seem to be running inside a container
01:21:03 [2026-05-14T23:21:03.104Z] $ 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-05-14T23:21:03.430Z] $ docker top b4e13ec6f77b37a5141dcca0b9a6a822aff47f9824085189f46e9543772ed030 -eo pid,comm
01:21:03 [2026-05-14T23:21:03.467Z] [Pipeline] {
01:21:03 [2026-05-14T23:21:03.502Z] [Pipeline] withEnv
01:21:03 [2026-05-14T23:21:03.503Z] [Pipeline] {
01:21:03 [2026-05-14T23:21:03.528Z] [Pipeline] stage
01:21:03 [2026-05-14T23:21:03.529Z] [Pipeline] { (Prepare the job)
01:21:03 [2026-05-14T23:21:03.586Z] [Pipeline] sh
01:21:03 [2026-05-14T23:21:03.847Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2026-05-14T23:21:04.102Z] [Pipeline] script
01:21:04 [2026-05-14T23:21:04.112Z] [Pipeline] {
01:21:04 [2026-05-14T23:21:04.135Z] [Pipeline] readMavenPom
01:21:04 [2026-05-14T23:21:04.164Z] 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-05-14T23:21:04.167Z] 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-05-14T23:21:04.168Z] 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-05-14T23:21:04.168Z] 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-05-14T23:21:04.168Z] 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-05-14T23:21:04.170Z] [Pipeline] sh
01:21:04 [2026-05-14T23:21:04.428Z] + rm -f pom.xml
01:21:04 [2026-05-14T23:21:04.429Z] [Pipeline] }
01:21:04 [2026-05-14T23:21:04.445Z] [Pipeline] // script
01:21:04 [2026-05-14T23:21:04.464Z] [Pipeline] }
01:21:04 [2026-05-14T23:21:04.479Z] [Pipeline] // stage
01:21:04 [2026-05-14T23:21:04.498Z] [Pipeline] stage
01:21:04 [2026-05-14T23:21:04.499Z] [Pipeline] { (Check POM parent version)
01:21:04 [2026-05-14T23:21:04.567Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2026-05-14T23:21:04.569Z] [Pipeline] getContext
01:21:04 [2026-05-14T23:21:04.589Z] [Pipeline] }
01:21:04 [2026-05-14T23:21:04.601Z] [Pipeline] // stage
01:21:04 [2026-05-14T23:21:04.617Z] [Pipeline] stage
01:21:04 [2026-05-14T23:21:04.619Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2026-05-14T23:21:04.648Z] [Pipeline] script
01:21:04 [2026-05-14T23:21:04.655Z] [Pipeline] {
01:21:04 [2026-05-14T23:21:04.677Z] [Pipeline] copyArtifacts
01:21:04 [2026-05-14T23:21:04.684Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 283
01:21:04 [2026-05-14T23:21:04.698Z] [Pipeline] fileExists
01:21:04 [2026-05-14T23:21:04.712Z] [Pipeline] readYaml
01:21:04 [2026-05-14T23:21:04.725Z] 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-05-14T23:21:04.729Z] [Pipeline] dir
01:21:04 [2026-05-14T23:21:04.730Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2026-05-14T23:21:04.730Z] [Pipeline] {
01:21:04 [2026-05-14T23:21:04.753Z] [Pipeline] git
01:21:04 [2026-05-14T23:21:04.755Z] The recommended git tool is: /usr/bin/git
01:21:04 [2026-05-14T23:21:04.757Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2026-05-14T23:21:04.767Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1fa828f4; decorates hudson.Launcher$LocalLauncher@ad94fad will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2026-05-14T23:21:04.768Z]  > /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-05-14T23:21:04.775Z] Fetching changes from the remote Git repository
01:21:04 [2026-05-14T23:21:04.777Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2026-05-14T23:21:04.783Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2026-05-14T23:21:04.783Z]  > /usr/bin/git --version # timeout=10
01:21:04 [2026-05-14T23:21:04.788Z]  > git --version # 'git version 2.43.0'
01:21:04 [2026-05-14T23:21:04.788Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2026-05-14T23:21:04.794Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2026-05-14T23:21:05.636Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2026-05-14T23:21:05.643Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:05 [2026-05-14T23:21:05.643Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2026-05-14T23:21:05.648Z]  > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-05-14T23:21:05.702Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2026-05-14T23:21:05.718Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2026-05-14T23:21:05.726Z]  > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-05-14T23:21:05.808Z] 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:05 [2026-05-14T23:21:05.809Z]  > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-05-14T23:21:05.832Z] [Pipeline] fileExists
01:21:05 [2026-05-14T23:21:05.841Z] [Pipeline] readMavenPom
01:21:05 [2026-05-14T23:21:05.864Z] [Pipeline] sh
01:21:06 [2026-05-14T23:21:06.126Z] + git rev-parse HEAD
01:21:06 [2026-05-14T23:21:06.130Z] [Pipeline] echo
01:21:06 [2026-05-14T23:21:06.131Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:06 [2026-05-14T23:21:06.135Z] [Pipeline] }
01:21:06 [2026-05-14T23:21:06.154Z] [Pipeline] // dir
01:21:06 [2026-05-14T23:21:06.172Z] [Pipeline] echo
01:21:06 [2026-05-14T23:21:06.172Z] Build skipped due to no changes have been done since the last build
01:21:06 [2026-05-14T23:21:06.195Z] [Pipeline] dir
01:21:06 [2026-05-14T23:21:06.196Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:06 [2026-05-14T23:21:06.197Z] [Pipeline] {
01:21:06 [2026-05-14T23:21:06.226Z] [Pipeline] git
01:21:06 [2026-05-14T23:21:06.229Z] The recommended git tool is: /usr/bin/git
01:21:06 [2026-05-14T23:21:06.230Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2026-05-14T23:21:06.243Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@64fadfe; decorates hudson.Launcher$LocalLauncher@6a519ca1 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2026-05-14T23:21:06.244Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:06 [2026-05-14T23:21:06.252Z] Fetching changes from the remote Git repository
01:21:06 [2026-05-14T23:21:06.254Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:06 [2026-05-14T23:21:06.259Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:06 [2026-05-14T23:21:06.259Z]  > /usr/bin/git --version # timeout=10
01:21:06 [2026-05-14T23:21:06.264Z]  > git --version # 'git version 2.43.0'
01:21:06 [2026-05-14T23:21:06.264Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2026-05-14T23:21:06.270Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2026-05-14T23:21:06.955Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2026-05-14T23:21:06.963Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:06 [2026-05-14T23:21:06.963Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-05-14T23:21:06.968Z]  > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-05-14T23:21:06.997Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2026-05-14T23:21:07.011Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2026-05-14T23:21:07.019Z]  > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-05-14T23:21:07.084Z] 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-05-14T23:21:07.084Z]  > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-05-14T23:21:07.109Z] [Pipeline] fileExists
01:21:07 [2026-05-14T23:21:07.118Z] [Pipeline] readMavenPom
01:21:07 [2026-05-14T23:21:07.132Z] [Pipeline] sh
01:21:07 [2026-05-14T23:21:07.392Z] + git rev-parse HEAD
01:21:07 [2026-05-14T23:21:07.396Z] [Pipeline] echo
01:21:07 [2026-05-14T23:21:07.397Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:07 [2026-05-14T23:21:07.400Z] [Pipeline] }
01:21:07 [2026-05-14T23:21:07.419Z] [Pipeline] // dir
01:21:07 [2026-05-14T23:21:07.437Z] [Pipeline] echo
01:21:07 [2026-05-14T23:21:07.438Z] Build skipped due to no changes have been done since the last build
01:21:07 [2026-05-14T23:21:07.457Z] [Pipeline] dir
01:21:07 [2026-05-14T23:21:07.457Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:07 [2026-05-14T23:21:07.458Z] [Pipeline] {
01:21:07 [2026-05-14T23:21:07.481Z] [Pipeline] git
01:21:07 [2026-05-14T23:21:07.483Z] Selected Git installation does not exist. Using Default
01:21:07 [2026-05-14T23:21:07.483Z] The recommended git tool is: NONE
01:21:07 [2026-05-14T23:21:07.484Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2026-05-14T23:21:07.496Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@65d96095; decorates hudson.Launcher$LocalLauncher@488609d4 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2026-05-14T23:21:07.496Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:07 [2026-05-14T23:21:07.503Z] Fetching changes from the remote Git repository
01:21:07 [2026-05-14T23:21:07.505Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2026-05-14T23:21:07.512Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2026-05-14T23:21:07.512Z]  > /usr/bin/git --version # timeout=10
01:21:07 [2026-05-14T23:21:07.518Z]  > git --version # 'git version 2.43.0'
01:21:07 [2026-05-14T23:21:07.518Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2026-05-14T23:21:07.524Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2026-05-14T23:21:07.947Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2026-05-14T23:21:07.955Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:07 [2026-05-14T23:21:07.955Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2026-05-14T23:21:07.960Z]  > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-05-14T23:21:07.972Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2026-05-14T23:21:07.981Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2026-05-14T23:21:07.990Z]  > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2026-05-14T23:21:08.005Z] 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-05-14T23:21:08.005Z]  > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2026-05-14T23:21:08.028Z] [Pipeline] fileExists
01:21:08 [2026-05-14T23:21:08.038Z] [Pipeline] readMavenPom
01:21:08 [2026-05-14T23:21:08.062Z] [Pipeline] sh
01:21:08 [2026-05-14T23:21:08.320Z] + git rev-parse HEAD
01:21:08 [2026-05-14T23:21:08.325Z] [Pipeline] echo
01:21:08 [2026-05-14T23:21:08.326Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:08 [2026-05-14T23:21:08.329Z] [Pipeline] }
01:21:08 [2026-05-14T23:21:08.346Z] [Pipeline] // dir
01:21:08 [2026-05-14T23:21:08.364Z] [Pipeline] echo
01:21:08 [2026-05-14T23:21:08.365Z] Build skipped due to no changes have been done since the last build
01:21:08 [2026-05-14T23:21:08.384Z] [Pipeline] dir
01:21:08 [2026-05-14T23:21:08.384Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:08 [2026-05-14T23:21:08.385Z] [Pipeline] {
01:21:08 [2026-05-14T23:21:08.400Z] [Pipeline] git
01:21:08 [2026-05-14T23:21:08.403Z] The recommended git tool is: NONE
01:21:08 [2026-05-14T23:21:08.404Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2026-05-14T23:21:08.417Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7160bd86; decorates hudson.Launcher$LocalLauncher@a2e3ef8 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2026-05-14T23:21:08.418Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:08 [2026-05-14T23:21:08.426Z] Fetching changes from the remote Git repository
01:21:08 [2026-05-14T23:21:08.431Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:08 [2026-05-14T23:21:08.437Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:08 [2026-05-14T23:21:08.437Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2026-05-14T23:21:08.444Z]  > git --version # 'git version 2.43.0'
01:21:08 [2026-05-14T23:21:08.444Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2026-05-14T23:21:08.452Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-05-14T23:21:08.846Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-05-14T23:21:08.852Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:08 [2026-05-14T23:21:08.852Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-05-14T23:21:08.858Z]  > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-05-14T23:21:08.868Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2026-05-14T23:21:08.878Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2026-05-14T23:21:08.886Z]  > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-05-14T23:21:08.904Z] 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:08 [2026-05-14T23:21:08.905Z]  > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-05-14T23:21:08.930Z] [Pipeline] fileExists
01:21:08 [2026-05-14T23:21:08.952Z] [Pipeline] sh
01:21:09 [2026-05-14T23:21:09.212Z] + git rev-parse HEAD
01:21:09 [2026-05-14T23:21:09.216Z] [Pipeline] echo
01:21:09 [2026-05-14T23:21:09.217Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:09 [2026-05-14T23:21:09.220Z] [Pipeline] }
01:21:09 [2026-05-14T23:21:09.238Z] [Pipeline] // dir
01:21:09 [2026-05-14T23:21:09.257Z] [Pipeline] echo
01:21:09 [2026-05-14T23:21:09.257Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-05-14T23:21:09.276Z] [Pipeline] dir
01:21:09 [2026-05-14T23:21:09.277Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:09 [2026-05-14T23:21:09.278Z] [Pipeline] {
01:21:09 [2026-05-14T23:21:09.302Z] [Pipeline] git
01:21:09 [2026-05-14T23:21:09.305Z] The recommended git tool is: NONE
01:21:09 [2026-05-14T23:21:09.306Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-05-14T23:21:09.317Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@11bdd8b0; decorates hudson.Launcher$LocalLauncher@2d8f7261 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-05-14T23:21:09.317Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:09 [2026-05-14T23:21:09.325Z] Fetching changes from the remote Git repository
01:21:09 [2026-05-14T23:21:09.329Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:09 [2026-05-14T23:21:09.335Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:09 [2026-05-14T23:21:09.335Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2026-05-14T23:21:09.341Z]  > git --version # 'git version 2.43.0'
01:21:09 [2026-05-14T23:21:09.341Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-05-14T23:21:09.348Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-05-14T23:21:09.760Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-05-14T23:21:09.768Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:09 [2026-05-14T23:21:09.768Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-05-14T23:21:09.774Z]  > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-05-14T23:21:09.784Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-05-14T23:21:09.794Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-05-14T23:21:09.802Z]  > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-05-14T23:21:09.818Z] 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:09 [2026-05-14T23:21:09.818Z]  > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-05-14T23:21:09.852Z] [Pipeline] fileExists
01:21:09 [2026-05-14T23:21:09.863Z] [Pipeline] readMavenPom
01:21:09 [2026-05-14T23:21:09.882Z] [Pipeline] sh
01:21:10 [2026-05-14T23:21:10.141Z] + git rev-parse HEAD
01:21:10 [2026-05-14T23:21:10.145Z] [Pipeline] echo
01:21:10 [2026-05-14T23:21:10.146Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:10 [2026-05-14T23:21:10.149Z] [Pipeline] }
01:21:10 [2026-05-14T23:21:10.168Z] [Pipeline] // dir
01:21:10 [2026-05-14T23:21:10.186Z] [Pipeline] echo
01:21:10 [2026-05-14T23:21:10.187Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-05-14T23:21:10.207Z] [Pipeline] dir
01:21:10 [2026-05-14T23:21:10.207Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:10 [2026-05-14T23:21:10.208Z] [Pipeline] {
01:21:10 [2026-05-14T23:21:10.234Z] [Pipeline] git
01:21:10 [2026-05-14T23:21:10.236Z] The recommended git tool is: NONE
01:21:10 [2026-05-14T23:21:10.237Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2026-05-14T23:21:10.247Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@380e129f; decorates hudson.Launcher$LocalLauncher@5bc164e6 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2026-05-14T23:21:10.248Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:10 [2026-05-14T23:21:10.254Z] Fetching changes from the remote Git repository
01:21:10 [2026-05-14T23:21:10.256Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:10 [2026-05-14T23:21:10.263Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:10 [2026-05-14T23:21:10.263Z]  > /usr/bin/git --version # timeout=10
01:21:10 [2026-05-14T23:21:10.268Z]  > git --version # 'git version 2.43.0'
01:21:10 [2026-05-14T23:21:10.268Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2026-05-14T23:21:10.275Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2026-05-14T23:21:10.866Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2026-05-14T23:21:10.874Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:10 [2026-05-14T23:21:10.874Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2026-05-14T23:21:10.880Z]  > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-05-14T23:21:10.888Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2026-05-14T23:21:10.900Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-05-14T23:21:10.907Z]  > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-05-14T23:21:10.917Z] 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:10 [2026-05-14T23:21:10.917Z]  > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-05-14T23:21:10.940Z] [Pipeline] fileExists
01:21:10 [2026-05-14T23:21:10.950Z] [Pipeline] readMavenPom
01:21:10 [2026-05-14T23:21:10.978Z] [Pipeline] sh
01:21:11 [2026-05-14T23:21:11.237Z] + git rev-parse HEAD
01:21:11 [2026-05-14T23:21:11.241Z] [Pipeline] echo
01:21:11 [2026-05-14T23:21:11.241Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:11 [2026-05-14T23:21:11.245Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.265Z] [Pipeline] // dir
01:21:11 [2026-05-14T23:21:11.285Z] [Pipeline] echo
01:21:11 [2026-05-14T23:21:11.285Z] Build skipped due to no changes have been done since the last build
01:21:11 [2026-05-14T23:21:11.286Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.305Z] [Pipeline] // script
01:21:11 [2026-05-14T23:21:11.322Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.354Z] [Pipeline] // stage
01:21:11 [2026-05-14T23:21:11.376Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.377Z] [Pipeline] { (Build Silverpeas)
01:21:11 [2026-05-14T23:21:11.414Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-05-14T23:21:11.416Z] [Pipeline] getContext
01:21:11 [2026-05-14T23:21:11.459Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.460Z] [Pipeline] { (Build Silverpeas-Core)
01:21:11 [2026-05-14T23:21:11.480Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-05-14T23:21:11.481Z] [Pipeline] getContext
01:21:11 [2026-05-14T23:21:11.485Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.505Z] [Pipeline] // stage
01:21:11 [2026-05-14T23:21:11.525Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.526Z] [Pipeline] { (Build Silverpeas-Components)
01:21:11 [2026-05-14T23:21:11.543Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-05-14T23:21:11.545Z] [Pipeline] getContext
01:21:11 [2026-05-14T23:21:11.547Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.564Z] [Pipeline] // stage
01:21:11 [2026-05-14T23:21:11.581Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.583Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:11 [2026-05-14T23:21:11.597Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-05-14T23:21:11.598Z] [Pipeline] getContext
01:21:11 [2026-05-14T23:21:11.600Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.614Z] [Pipeline] // stage
01:21:11 [2026-05-14T23:21:11.630Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.631Z] [Pipeline] { (Build Silverpeas Setup)
01:21:11 [2026-05-14T23:21:11.645Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-05-14T23:21:11.647Z] [Pipeline] getContext
01:21:11 [2026-05-14T23:21:11.649Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.661Z] [Pipeline] // stage
01:21:11 [2026-05-14T23:21:11.676Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.677Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:11 [2026-05-14T23:21:11.690Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-05-14T23:21:11.691Z] [Pipeline] getContext
01:21:11 [2026-05-14T23:21:11.693Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.705Z] [Pipeline] // stage
01:21:11 [2026-05-14T23:21:11.720Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.721Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:11 [2026-05-14T23:21:11.733Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-05-14T23:21:11.735Z] [Pipeline] getContext
01:21:11 [2026-05-14T23:21:11.737Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.748Z] [Pipeline] // stage
01:21:11 [2026-05-14T23:21:11.762Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.763Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:11 [2026-05-14T23:21:11.774Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-05-14T23:21:11.775Z] [Pipeline] getContext
01:21:11 [2026-05-14T23:21:11.777Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.788Z] [Pipeline] // stage
01:21:11 [2026-05-14T23:21:11.801Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.802Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:11 [2026-05-14T23:21:11.813Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-05-14T23:21:11.815Z] [Pipeline] getContext
01:21:11 [2026-05-14T23:21:11.817Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.826Z] [Pipeline] // stage
01:21:11 [2026-05-14T23:21:11.839Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.840Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:11 [2026-05-14T23:21:11.850Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-05-14T23:21:11.852Z] [Pipeline] getContext
01:21:11 [2026-05-14T23:21:11.855Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.864Z] [Pipeline] // stage
01:21:11 [2026-05-14T23:21:11.876Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.877Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:11 [2026-05-14T23:21:11.887Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-05-14T23:21:11.889Z] [Pipeline] getContext
01:21:11 [2026-05-14T23:21:11.891Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.903Z] [Pipeline] // stage
01:21:11 [2026-05-14T23:21:11.915Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.916Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:11 [2026-05-14T23:21:11.925Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-05-14T23:21:11.927Z] [Pipeline] getContext
01:21:11 [2026-05-14T23:21:11.931Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.940Z] [Pipeline] // stage
01:21:11 [2026-05-14T23:21:11.954Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.955Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:11 [2026-05-14T23:21:11.965Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-05-14T23:21:11.967Z] [Pipeline] getContext
01:21:11 [2026-05-14T23:21:11.969Z] [Pipeline] }
01:21:11 [2026-05-14T23:21:11.979Z] [Pipeline] // stage
01:21:11 [2026-05-14T23:21:11.992Z] [Pipeline] stage
01:21:11 [2026-05-14T23:21:11.994Z] [Pipeline] { (Publish Community Web Site)
01:21:12 [2026-05-14T23:21:12.003Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-05-14T23:21:12.005Z] [Pipeline] getContext
01:21:12 [2026-05-14T23:21:12.007Z] [Pipeline] }
01:21:12 [2026-05-14T23:21:12.016Z] [Pipeline] // stage
01:21:12 [2026-05-14T23:21:12.026Z] [Pipeline] }
01:21:12 [2026-05-14T23:21:12.035Z] [Pipeline] // stage
01:21:12 [2026-05-14T23:21:12.054Z] [Pipeline] stage
01:21:12 [2026-05-14T23:21:12.054Z] [Pipeline] { (Create YAML build report)
01:21:12 [2026-05-14T23:21:12.078Z] [Pipeline] script
01:21:12 [2026-05-14T23:21:12.087Z] [Pipeline] {
01:21:12 [2026-05-14T23:21:12.107Z] [Pipeline] sh
01:21:12 [2026-05-14T23:21:12.366Z] + mkdir -p target
01:21:12 [2026-05-14T23:21:12.368Z] [Pipeline] sh
01:21:12 [2026-05-14T23:21:12.624Z] + mv build.yaml target/
01:21:12 [2026-05-14T23:21:12.625Z] [Pipeline] }
01:21:12 [2026-05-14T23:21:12.649Z] [Pipeline] // script
01:21:12 [2026-05-14T23:21:12.668Z] [Pipeline] }
01:21:12 [2026-05-14T23:21:12.686Z] [Pipeline] // stage
01:21:12 [2026-05-14T23:21:12.713Z] [Pipeline] stage
01:21:12 [2026-05-14T23:21:12.714Z] [Pipeline] { (Declarative: Post Actions)
01:21:12 [2026-05-14T23:21:12.753Z] [Pipeline] step
01:21:12 [2026-05-14T23:21:12.790Z] [Pipeline] script
01:21:12 [2026-05-14T23:21:12.797Z] [Pipeline] {
01:21:12 [2026-05-14T23:21:12.844Z] [Pipeline] }
01:21:12 [2026-05-14T23:21:12.862Z] [Pipeline] // script
01:21:12 [2026-05-14T23:21:12.899Z] [Pipeline] archiveArtifacts
01:21:12 [2026-05-14T23:21:12.903Z] Archiving artifacts
01:21:12 [2026-05-14T23:21:12.931Z] Enregistrement des empreintes numériques
01:21:12 [2026-05-14T23:21:12.951Z] [Pipeline] sh
01:21:13 [2026-05-14T23:21:13.211Z] + rm -rf target
01:21:13 [2026-05-14T23:21:13.221Z] [Pipeline] }
01:21:13 [2026-05-14T23:21:13.241Z] [Pipeline] // stage
01:21:13 [2026-05-14T23:21:13.260Z] [Pipeline] }
01:21:13 [2026-05-14T23:21:13.278Z] [Pipeline] // withEnv
01:21:13 [2026-05-14T23:21:13.295Z] [Pipeline] }
01:21:13 [2026-05-14T23:21:13.296Z] $ docker stop --time=1 b4e13ec6f77b37a5141dcca0b9a6a822aff47f9824085189f46e9543772ed030
01:21:14 [2026-05-14T23:21:14.533Z] $ docker rm -f --volumes b4e13ec6f77b37a5141dcca0b9a6a822aff47f9824085189f46e9543772ed030
01:21:14 [2026-05-14T23:21:14.577Z] [Pipeline] // withDockerContainer
01:21:14 [2026-05-14T23:21:14.588Z] [Pipeline] }
01:21:14 [2026-05-14T23:21:14.605Z] [Pipeline] // withEnv
01:21:14 [2026-05-14T23:21:14.623Z] [Pipeline] }
01:21:14 [2026-05-14T23:21:14.652Z] [Pipeline] // node
01:21:14 [2026-05-14T23:21:14.671Z] [Pipeline] End of Pipeline
01:21:14 [2026-05-14T23:21:14.769Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #256
01:21:14 [2026-05-14T23:21:14.769Z] Finished: SUCCESS