01:21:00 [2026-04-02T23:21:00.639Z] Lancé par une alarme périodique
01:21:00 [2026-04-02T23:21:00.639Z] Running as userbuild
01:21:01 [2026-04-02T23:21:01.084Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-04-02T23:21:01.529Z] [Pipeline] Start of Pipeline
01:21:01 [2026-04-02T23:21:01.817Z] [Pipeline] node
01:21:01 [2026-04-02T23:21:01.820Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:01 [2026-04-02T23:21:01.823Z] [Pipeline] {
01:21:01 [2026-04-02T23:21:01.837Z] [Pipeline] stage
01:21:01 [2026-04-02T23:21:01.837Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:01 [2026-04-02T23:21:01.846Z] [Pipeline] checkout
01:21:01 [2026-04-02T23:21:01.848Z] Selected Git installation does not exist. Using Default
01:21:01 [2026-04-02T23:21:01.848Z] The recommended git tool is: NONE
01:21:01 [2026-04-02T23:21:01.848Z] No credentials specified
01:21:01 [2026-04-02T23:21:01.848Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:01 [2026-04-02T23:21:01.855Z] Fetching changes from the remote Git repository
01:21:01 [2026-04-02T23:21:01.856Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:01 [2026-04-02T23:21:01.864Z] Cleaning workspace
01:21:01 [2026-04-02T23:21:01.864Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:01 [2026-04-02T23:21:01.869Z] Resetting working tree
01:21:01 [2026-04-02T23:21:01.869Z] > /usr/bin/git reset --hard # timeout=10
01:21:01 [2026-04-02T23:21:01.877Z] > /usr/bin/git clean -fdx # timeout=10
01:21:01 [2026-04-02T23:21:01.884Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-04-02T23:21:01.884Z] > /usr/bin/git --version # timeout=10
01:21:01 [2026-04-02T23:21:01.888Z] > git --version # 'git version 2.43.0'
01:21:01 [2026-04-02T23:21:01.888Z] > /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-04-02T23:21:02.270Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2026-04-02T23:21:02.276Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
01:21:02 [2026-04-02T23:21:02.276Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2026-04-02T23:21:02.281Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:02 [2026-04-02T23:21:02.293Z] Commit message: "Fix SonarQube Maven execution in pipelines."
01:21:02 [2026-04-02T23:21:02.293Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:02 [2026-04-02T23:21:02.316Z] [Pipeline] }
01:21:02 [2026-04-02T23:21:02.325Z] [Pipeline] // stage
01:21:02 [2026-04-02T23:21:02.349Z] [Pipeline] withEnv
01:21:02 [2026-04-02T23:21:02.350Z] [Pipeline] {
01:21:02 [2026-04-02T23:21:02.489Z] [Pipeline] isUnix
01:21:02 [2026-04-02T23:21:02.490Z] [Pipeline] withEnv
01:21:02 [2026-04-02T23:21:02.490Z] [Pipeline] {
01:21:02 [2026-04-02T23:21:02.506Z] [Pipeline] sh
01:21:02 [2026-04-02T23:21:02.762Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:02 [2026-04-02T23:21:02.762Z] .
01:21:02 [2026-04-02T23:21:02.763Z] [Pipeline] }
01:21:02 [2026-04-02T23:21:02.777Z] [Pipeline] // withEnv
01:21:02 [2026-04-02T23:21:02.791Z] [Pipeline] withDockerContainer
01:21:02 [2026-04-02T23:21:02.822Z] Jenkins does not seem to be running inside a container
01:21:02 [2026-04-02T23:21:02.829Z] $ 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-04-02T23:21:03.181Z] $ docker top 85305d3220fa0afe2501e855c7f218a01bd20f761e21ce9fa14a704fadae8958 -eo pid,comm
01:21:03 [2026-04-02T23:21:03.219Z] [Pipeline] {
01:21:03 [2026-04-02T23:21:03.234Z] [Pipeline] withEnv
01:21:03 [2026-04-02T23:21:03.235Z] [Pipeline] {
01:21:03 [2026-04-02T23:21:03.253Z] [Pipeline] stage
01:21:03 [2026-04-02T23:21:03.253Z] [Pipeline] { (Prepare the job)
01:21:03 [2026-04-02T23:21:03.288Z] [Pipeline] sh
01:21:03 [2026-04-02T23:21:03.546Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:03 [2026-04-02T23:21:03.798Z] [Pipeline] script
01:21:03 [2026-04-02T23:21:03.802Z] [Pipeline] {
01:21:03 [2026-04-02T23:21:03.819Z] [Pipeline] readMavenPom
01:21:03 [2026-04-02T23:21:03.844Z] 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:03 [2026-04-02T23:21:03.846Z] 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:03 [2026-04-02T23:21:03.847Z] 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:03 [2026-04-02T23:21:03.847Z] 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:03 [2026-04-02T23:21:03.848Z] 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:03 [2026-04-02T23:21:03.849Z] [Pipeline] sh
01:21:04 [2026-04-02T23:21:04.108Z] + rm -f pom.xml
01:21:04 [2026-04-02T23:21:04.109Z] [Pipeline] }
01:21:04 [2026-04-02T23:21:04.122Z] [Pipeline] // script
01:21:04 [2026-04-02T23:21:04.138Z] [Pipeline] }
01:21:04 [2026-04-02T23:21:04.151Z] [Pipeline] // stage
01:21:04 [2026-04-02T23:21:04.166Z] [Pipeline] stage
01:21:04 [2026-04-02T23:21:04.167Z] [Pipeline] { (Check POM parent version)
01:21:04 [2026-04-02T23:21:04.224Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2026-04-02T23:21:04.225Z] [Pipeline] getContext
01:21:04 [2026-04-02T23:21:04.235Z] [Pipeline] }
01:21:04 [2026-04-02T23:21:04.247Z] [Pipeline] // stage
01:21:04 [2026-04-02T23:21:04.262Z] [Pipeline] stage
01:21:04 [2026-04-02T23:21:04.263Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2026-04-02T23:21:04.286Z] [Pipeline] script
01:21:04 [2026-04-02T23:21:04.289Z] [Pipeline] {
01:21:04 [2026-04-02T23:21:04.309Z] [Pipeline] copyArtifacts
01:21:04 [2026-04-02T23:21:04.319Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 277
01:21:04 [2026-04-02T23:21:04.333Z] [Pipeline] fileExists
01:21:04 [2026-04-02T23:21:04.348Z] [Pipeline] readYaml
01:21:04 [2026-04-02T23:21:04.363Z] 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-04-02T23:21:04.366Z] [Pipeline] dir
01:21:04 [2026-04-02T23:21:04.366Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2026-04-02T23:21:04.367Z] [Pipeline] {
01:21:04 [2026-04-02T23:21:04.385Z] [Pipeline] git
01:21:04 [2026-04-02T23:21:04.387Z] The recommended git tool is: /usr/bin/git
01:21:04 [2026-04-02T23:21:04.389Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2026-04-02T23:21:04.405Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@d99af12; decorates hudson.Launcher$LocalLauncher@6ae0d889 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2026-04-02T23:21:04.405Z] > /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-04-02T23:21:04.411Z] Fetching changes from the remote Git repository
01:21:04 [2026-04-02T23:21:04.414Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2026-04-02T23:21:04.420Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2026-04-02T23:21:04.420Z] > /usr/bin/git --version # timeout=10
01:21:04 [2026-04-02T23:21:04.426Z] > git --version # 'git version 2.43.0'
01:21:04 [2026-04-02T23:21:04.426Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2026-04-02T23:21:04.433Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2026-04-02T23:21:05.385Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2026-04-02T23:21:05.392Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:05 [2026-04-02T23:21:05.392Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2026-04-02T23:21:05.397Z] > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-04-02T23:21:05.458Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2026-04-02T23:21:05.474Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2026-04-02T23:21:05.482Z] > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-04-02T23:21:05.547Z] 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-04-02T23:21:05.547Z] > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-04-02T23:21:05.566Z] [Pipeline] fileExists
01:21:05 [2026-04-02T23:21:05.574Z] [Pipeline] readMavenPom
01:21:05 [2026-04-02T23:21:05.586Z] [Pipeline] sh
01:21:05 [2026-04-02T23:21:05.843Z] + git rev-parse HEAD
01:21:05 [2026-04-02T23:21:05.846Z] [Pipeline] echo
01:21:05 [2026-04-02T23:21:05.846Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:05 [2026-04-02T23:21:05.848Z] [Pipeline] }
01:21:05 [2026-04-02T23:21:05.862Z] [Pipeline] // dir
01:21:05 [2026-04-02T23:21:05.909Z] [Pipeline] echo
01:21:05 [2026-04-02T23:21:05.909Z] Build skipped due to no changes have been done since the last build
01:21:05 [2026-04-02T23:21:05.924Z] [Pipeline] dir
01:21:05 [2026-04-02T23:21:05.924Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:05 [2026-04-02T23:21:05.925Z] [Pipeline] {
01:21:05 [2026-04-02T23:21:05.943Z] [Pipeline] git
01:21:05 [2026-04-02T23:21:05.945Z] The recommended git tool is: /usr/bin/git
01:21:05 [2026-04-02T23:21:05.945Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2026-04-02T23:21:05.958Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5bfc3ee4; decorates hudson.Launcher$LocalLauncher@223ab6e3 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2026-04-02T23:21:05.959Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:05 [2026-04-02T23:21:05.965Z] Fetching changes from the remote Git repository
01:21:05 [2026-04-02T23:21:05.966Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:05 [2026-04-02T23:21:05.973Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:05 [2026-04-02T23:21:05.974Z] > /usr/bin/git --version # timeout=10
01:21:05 [2026-04-02T23:21:05.979Z] > git --version # 'git version 2.43.0'
01:21:05 [2026-04-02T23:21:05.979Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2026-04-02T23:21:05.984Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2026-04-02T23:21:06.520Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2026-04-02T23:21:06.527Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:06 [2026-04-02T23:21:06.527Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-04-02T23:21:06.533Z] > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-04-02T23:21:06.560Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2026-04-02T23:21:06.573Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2026-04-02T23:21:06.580Z] > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-04-02T23:21:06.636Z] 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:06 [2026-04-02T23:21:06.636Z] > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-04-02T23:21:06.667Z] [Pipeline] fileExists
01:21:06 [2026-04-02T23:21:06.674Z] [Pipeline] readMavenPom
01:21:06 [2026-04-02T23:21:06.683Z] [Pipeline] sh
01:21:06 [2026-04-02T23:21:06.940Z] + git rev-parse HEAD
01:21:06 [2026-04-02T23:21:06.943Z] [Pipeline] echo
01:21:06 [2026-04-02T23:21:06.943Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:06 [2026-04-02T23:21:06.944Z] [Pipeline] }
01:21:06 [2026-04-02T23:21:06.953Z] [Pipeline] // dir
01:21:06 [2026-04-02T23:21:06.962Z] [Pipeline] echo
01:21:06 [2026-04-02T23:21:06.963Z] Build skipped due to no changes have been done since the last build
01:21:06 [2026-04-02T23:21:06.972Z] [Pipeline] dir
01:21:06 [2026-04-02T23:21:06.972Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:06 [2026-04-02T23:21:06.973Z] [Pipeline] {
01:21:06 [2026-04-02T23:21:06.985Z] [Pipeline] git
01:21:06 [2026-04-02T23:21:06.987Z] Selected Git installation does not exist. Using Default
01:21:06 [2026-04-02T23:21:06.987Z] The recommended git tool is: NONE
01:21:06 [2026-04-02T23:21:06.988Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2026-04-02T23:21:07.001Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4f121e80; decorates hudson.Launcher$LocalLauncher@572fae78 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2026-04-02T23:21:07.001Z] > /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-04-02T23:21:07.009Z] Fetching changes from the remote Git repository
01:21:07 [2026-04-02T23:21:07.011Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2026-04-02T23:21:07.017Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2026-04-02T23:21:07.017Z] > /usr/bin/git --version # timeout=10
01:21:07 [2026-04-02T23:21:07.022Z] > git --version # 'git version 2.43.0'
01:21:07 [2026-04-02T23:21:07.022Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2026-04-02T23:21:07.027Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2026-04-02T23:21:07.621Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2026-04-02T23:21:07.628Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:07 [2026-04-02T23:21:07.628Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2026-04-02T23:21:07.634Z] > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-04-02T23:21:07.644Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2026-04-02T23:21:07.652Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2026-04-02T23:21:07.659Z] > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-04-02T23:21:07.671Z] 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:07 [2026-04-02T23:21:07.671Z] > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-04-02T23:21:07.690Z] [Pipeline] fileExists
01:21:07 [2026-04-02T23:21:07.698Z] [Pipeline] readMavenPom
01:21:07 [2026-04-02T23:21:07.710Z] [Pipeline] sh
01:21:07 [2026-04-02T23:21:07.967Z] + git rev-parse HEAD
01:21:07 [2026-04-02T23:21:07.970Z] [Pipeline] echo
01:21:07 [2026-04-02T23:21:07.970Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:07 [2026-04-02T23:21:07.973Z] [Pipeline] }
01:21:07 [2026-04-02T23:21:07.981Z] [Pipeline] // dir
01:21:07 [2026-04-02T23:21:07.989Z] [Pipeline] echo
01:21:07 [2026-04-02T23:21:07.990Z] Build skipped due to no changes have been done since the last build
01:21:07 [2026-04-02T23:21:07.999Z] [Pipeline] dir
01:21:07 [2026-04-02T23:21:07.999Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:08 [2026-04-02T23:21:08.000Z] [Pipeline] {
01:21:08 [2026-04-02T23:21:08.017Z] [Pipeline] git
01:21:08 [2026-04-02T23:21:08.019Z] The recommended git tool is: NONE
01:21:08 [2026-04-02T23:21:08.020Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2026-04-02T23:21:08.031Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6996d477; decorates hudson.Launcher$LocalLauncher@57071910 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2026-04-02T23:21:08.032Z] > /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-04-02T23:21:08.039Z] Fetching changes from the remote Git repository
01:21:08 [2026-04-02T23:21:08.042Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:08 [2026-04-02T23:21:08.049Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:08 [2026-04-02T23:21:08.049Z] > /usr/bin/git --version # timeout=10
01:21:08 [2026-04-02T23:21:08.054Z] > git --version # 'git version 2.43.0'
01:21:08 [2026-04-02T23:21:08.055Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2026-04-02T23:21:08.061Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-04-02T23:21:08.621Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-04-02T23:21:08.630Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:08 [2026-04-02T23:21:08.631Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-04-02T23:21:08.636Z] > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-04-02T23:21:08.645Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2026-04-02T23:21:08.654Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2026-04-02T23:21:08.661Z] > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-04-02T23:21:08.675Z] 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-04-02T23:21:08.675Z] > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-04-02T23:21:08.698Z] [Pipeline] fileExists
01:21:08 [2026-04-02T23:21:08.708Z] [Pipeline] sh
01:21:08 [2026-04-02T23:21:08.963Z] + git rev-parse HEAD
01:21:08 [2026-04-02T23:21:08.966Z] [Pipeline] echo
01:21:08 [2026-04-02T23:21:08.966Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:08 [2026-04-02T23:21:08.968Z] [Pipeline] }
01:21:08 [2026-04-02T23:21:08.984Z] [Pipeline] // dir
01:21:09 [2026-04-02T23:21:09.000Z] [Pipeline] echo
01:21:09 [2026-04-02T23:21:09.001Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-04-02T23:21:09.018Z] [Pipeline] dir
01:21:09 [2026-04-02T23:21:09.018Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:09 [2026-04-02T23:21:09.019Z] [Pipeline] {
01:21:09 [2026-04-02T23:21:09.039Z] [Pipeline] git
01:21:09 [2026-04-02T23:21:09.041Z] The recommended git tool is: NONE
01:21:09 [2026-04-02T23:21:09.042Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-04-02T23:21:09.052Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@550619bc; decorates hudson.Launcher$LocalLauncher@1f5a40ca will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-04-02T23:21:09.052Z] > /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-04-02T23:21:09.058Z] Fetching changes from the remote Git repository
01:21:09 [2026-04-02T23:21:09.060Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:09 [2026-04-02T23:21:09.065Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:09 [2026-04-02T23:21:09.065Z] > /usr/bin/git --version # timeout=10
01:21:09 [2026-04-02T23:21:09.070Z] > git --version # 'git version 2.43.0'
01:21:09 [2026-04-02T23:21:09.070Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-04-02T23:21:09.076Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-04-02T23:21:09.486Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-04-02T23:21:09.493Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:09 [2026-04-02T23:21:09.493Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-04-02T23:21:09.498Z] > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-04-02T23:21:09.508Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-04-02T23:21:09.516Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-04-02T23:21:09.523Z] > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-04-02T23:21:09.535Z] 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-04-02T23:21:09.535Z] > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-04-02T23:21:09.566Z] [Pipeline] fileExists
01:21:09 [2026-04-02T23:21:09.583Z] [Pipeline] readMavenPom
01:21:09 [2026-04-02T23:21:09.601Z] [Pipeline] sh
01:21:09 [2026-04-02T23:21:09.858Z] + git rev-parse HEAD
01:21:09 [2026-04-02T23:21:09.861Z] [Pipeline] echo
01:21:09 [2026-04-02T23:21:09.861Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:09 [2026-04-02T23:21:09.863Z] [Pipeline] }
01:21:09 [2026-04-02T23:21:09.880Z] [Pipeline] // dir
01:21:09 [2026-04-02T23:21:09.898Z] [Pipeline] echo
01:21:09 [2026-04-02T23:21:09.899Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-04-02T23:21:09.916Z] [Pipeline] dir
01:21:09 [2026-04-02T23:21:09.917Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:09 [2026-04-02T23:21:09.917Z] [Pipeline] {
01:21:09 [2026-04-02T23:21:09.938Z] [Pipeline] git
01:21:09 [2026-04-02T23:21:09.940Z] The recommended git tool is: NONE
01:21:09 [2026-04-02T23:21:09.940Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-04-02T23:21:09.949Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7c99a8b5; decorates hudson.Launcher$LocalLauncher@36ea9cab will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-04-02T23:21:09.949Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:09 [2026-04-02T23:21:09.956Z] Fetching changes from the remote Git repository
01:21:09 [2026-04-02T23:21:09.959Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:09 [2026-04-02T23:21:09.966Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:09 [2026-04-02T23:21:09.966Z] > /usr/bin/git --version # timeout=10
01:21:09 [2026-04-02T23:21:09.971Z] > git --version # 'git version 2.43.0'
01:21:09 [2026-04-02T23:21:09.971Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-04-02T23:21:09.977Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2026-04-02T23:21:10.470Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2026-04-02T23:21:10.478Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:10 [2026-04-02T23:21:10.478Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2026-04-02T23:21:10.484Z] > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-04-02T23:21:10.496Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2026-04-02T23:21:10.507Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-04-02T23:21:10.514Z] > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-04-02T23:21:10.526Z] 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-04-02T23:21:10.526Z] > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-04-02T23:21:10.558Z] [Pipeline] fileExists
01:21:10 [2026-04-02T23:21:10.576Z] [Pipeline] readMavenPom
01:21:10 [2026-04-02T23:21:10.598Z] [Pipeline] sh
01:21:10 [2026-04-02T23:21:10.857Z] + git rev-parse HEAD
01:21:10 [2026-04-02T23:21:10.859Z] [Pipeline] echo
01:21:10 [2026-04-02T23:21:10.860Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:10 [2026-04-02T23:21:10.862Z] [Pipeline] }
01:21:10 [2026-04-02T23:21:10.879Z] [Pipeline] // dir
01:21:10 [2026-04-02T23:21:10.899Z] [Pipeline] echo
01:21:10 [2026-04-02T23:21:10.900Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-04-02T23:21:10.900Z] [Pipeline] }
01:21:10 [2026-04-02T23:21:10.917Z] [Pipeline] // script
01:21:10 [2026-04-02T23:21:10.934Z] [Pipeline] }
01:21:10 [2026-04-02T23:21:10.948Z] [Pipeline] // stage
01:21:10 [2026-04-02T23:21:10.967Z] [Pipeline] stage
01:21:10 [2026-04-02T23:21:10.968Z] [Pipeline] { (Build Silverpeas)
01:21:10 [2026-04-02T23:21:10.996Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-04-02T23:21:10.997Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.018Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.019Z] [Pipeline] { (Build Silverpeas-Core)
01:21:11 [2026-04-02T23:21:11.036Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-02T23:21:11.037Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.038Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.055Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.071Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.072Z] [Pipeline] { (Build Silverpeas-Components)
01:21:11 [2026-04-02T23:21:11.087Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-02T23:21:11.088Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.090Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.103Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.118Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.119Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:11 [2026-04-02T23:21:11.132Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-02T23:21:11.133Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.134Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.146Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.159Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.160Z] [Pipeline] { (Build Silverpeas Setup)
01:21:11 [2026-04-02T23:21:11.172Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-02T23:21:11.173Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.174Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.185Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.197Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.198Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:11 [2026-04-02T23:21:11.209Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-02T23:21:11.210Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.212Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.222Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.234Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.234Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:11 [2026-04-02T23:21:11.244Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-02T23:21:11.245Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.247Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.256Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.267Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.267Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:11 [2026-04-02T23:21:11.277Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-02T23:21:11.277Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.279Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.288Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.297Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.298Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:11 [2026-04-02T23:21:11.306Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-02T23:21:11.306Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.307Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.315Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.323Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.324Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:11 [2026-04-02T23:21:11.331Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-02T23:21:11.331Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.333Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.340Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.348Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.348Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:11 [2026-04-02T23:21:11.358Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-02T23:21:11.358Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.359Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.368Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.378Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.379Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:11 [2026-04-02T23:21:11.388Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-02T23:21:11.388Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.389Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.399Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.409Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.409Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:11 [2026-04-02T23:21:11.419Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-02T23:21:11.419Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.420Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.428Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.438Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.439Z] [Pipeline] { (Publish Community Web Site)
01:21:11 [2026-04-02T23:21:11.448Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-02T23:21:11.448Z] [Pipeline] getContext
01:21:11 [2026-04-02T23:21:11.449Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.458Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.465Z] [Pipeline] }
01:21:11 [2026-04-02T23:21:11.472Z] [Pipeline] // stage
01:21:11 [2026-04-02T23:21:11.480Z] [Pipeline] stage
01:21:11 [2026-04-02T23:21:11.481Z] [Pipeline] { (Create YAML build report)
01:21:11 [2026-04-02T23:21:11.495Z] [Pipeline] script
01:21:11 [2026-04-02T23:21:11.497Z] [Pipeline] {
01:21:11 [2026-04-02T23:21:11.507Z] [Pipeline] sh
01:21:11 [2026-04-02T23:21:11.763Z] + mkdir -p target
01:21:11 [2026-04-02T23:21:11.765Z] [Pipeline] sh
01:21:12 [2026-04-02T23:21:12.021Z] + mv build.yaml target/
01:21:12 [2026-04-02T23:21:12.022Z] [Pipeline] }
01:21:12 [2026-04-02T23:21:12.040Z] [Pipeline] // script
01:21:12 [2026-04-02T23:21:12.057Z] [Pipeline] }
01:21:12 [2026-04-02T23:21:12.073Z] [Pipeline] // stage
01:21:12 [2026-04-02T23:21:12.099Z] [Pipeline] stage
01:21:12 [2026-04-02T23:21:12.099Z] [Pipeline] { (Declarative: Post Actions)
01:21:12 [2026-04-02T23:21:12.131Z] [Pipeline] step
01:21:12 [2026-04-02T23:21:12.162Z] [Pipeline] script
01:21:12 [2026-04-02T23:21:12.165Z] [Pipeline] {
01:21:12 [2026-04-02T23:21:12.200Z] [Pipeline] }
01:21:12 [2026-04-02T23:21:12.219Z] [Pipeline] // script
01:21:12 [2026-04-02T23:21:12.241Z] [Pipeline] archiveArtifacts
01:21:12 [2026-04-02T23:21:12.244Z] Archiving artifacts
01:21:12 [2026-04-02T23:21:12.264Z] Enregistrement des empreintes numériques
01:21:12 [2026-04-02T23:21:12.281Z] [Pipeline] sh
01:21:12 [2026-04-02T23:21:12.539Z] + rm -rf target
01:21:12 [2026-04-02T23:21:12.543Z] [Pipeline] }
01:21:12 [2026-04-02T23:21:12.562Z] [Pipeline] // stage
01:21:12 [2026-04-02T23:21:12.578Z] [Pipeline] }
01:21:12 [2026-04-02T23:21:12.594Z] [Pipeline] // withEnv
01:21:12 [2026-04-02T23:21:12.611Z] [Pipeline] }
01:21:12 [2026-04-02T23:21:12.612Z] $ docker stop --time=1 85305d3220fa0afe2501e855c7f218a01bd20f761e21ce9fa14a704fadae8958
01:21:13 [2026-04-02T23:21:13.906Z] $ docker rm -f --volumes 85305d3220fa0afe2501e855c7f218a01bd20f761e21ce9fa14a704fadae8958
01:21:13 [2026-04-02T23:21:13.953Z] [Pipeline] // withDockerContainer
01:21:13 [2026-04-02T23:21:13.970Z] [Pipeline] }
01:21:13 [2026-04-02T23:21:13.988Z] [Pipeline] // withEnv
01:21:14 [2026-04-02T23:21:14.005Z] [Pipeline] }
01:21:14 [2026-04-02T23:21:14.022Z] [Pipeline] // node
01:21:14 [2026-04-02T23:21:14.039Z] [Pipeline] End of Pipeline
01:21:14 [2026-04-02T23:21:14.110Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #250
01:21:14 [2026-04-02T23:21:14.110Z] Finished: SUCCESS