01:21:00 [2025-06-05T23:21:00.587Z] Lancé par une alarme périodique
01:21:00 [2025-06-05T23:21:00.587Z] Running as userbuild
01:21:01 [2025-06-05T23:21:01.024Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2025-06-05T23:21:01.610Z] [Pipeline] Start of Pipeline
01:21:02 [2025-06-05T23:21:02.038Z] [Pipeline] node
01:21:02 [2025-06-05T23:21:02.042Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2025-06-05T23:21:02.046Z] [Pipeline] {
01:21:02 [2025-06-05T23:21:02.066Z] [Pipeline] stage
01:21:02 [2025-06-05T23:21:02.067Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2025-06-05T23:21:02.081Z] [Pipeline] checkout
01:21:02 [2025-06-05T23:21:02.084Z] Selected Git installation does not exist. Using Default
01:21:02 [2025-06-05T23:21:02.084Z] The recommended git tool is: NONE
01:21:02 [2025-06-05T23:21:02.084Z] No credentials specified
01:21:02 [2025-06-05T23:21:02.084Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:02 [2025-06-05T23:21:02.090Z] Fetching changes from the remote Git repository
01:21:02 [2025-06-05T23:21:02.094Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2025-06-05T23:21:02.101Z] Cleaning workspace
01:21:02 [2025-06-05T23:21:02.101Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2025-06-05T23:21:02.106Z] Resetting working tree
01:21:02 [2025-06-05T23:21:02.106Z] > /usr/bin/git reset --hard # timeout=10
01:21:02 [2025-06-05T23:21:02.118Z] > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2025-06-05T23:21:02.125Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2025-06-05T23:21:02.125Z] > /usr/bin/git --version # timeout=10
01:21:02 [2025-06-05T23:21:02.130Z] > git --version # 'git version 2.43.0'
01:21:02 [2025-06-05T23:21:02.130Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:02 [2025-06-05T23:21:02.640Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2025-06-05T23:21:02.647Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
01:21:02 [2025-06-05T23:21:02.647Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2025-06-05T23:21:02.652Z] > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
01:21:02 [2025-06-05T23:21:02.665Z] Commit message: "Use of the withCredentials Jenkins statement to allow the injection of the credentials of the Git account used to push code change into the Github repo in the AutoDeploy build of the silverpeas mobile project."
01:21:02 [2025-06-05T23:21:02.665Z] > /usr/bin/git rev-list --no-walk d51d4c119b9e301c1eba8d136042197d6032c75f # timeout=10
01:21:02 [2025-06-05T23:21:02.689Z] [Pipeline] }
01:21:02 [2025-06-05T23:21:02.698Z] [Pipeline] // stage
01:21:02 [2025-06-05T23:21:02.728Z] [Pipeline] withEnv
01:21:02 [2025-06-05T23:21:02.729Z] [Pipeline] {
01:21:02 [2025-06-05T23:21:02.899Z] [Pipeline] isUnix
01:21:02 [2025-06-05T23:21:02.900Z] [Pipeline] withEnv
01:21:02 [2025-06-05T23:21:02.901Z] [Pipeline] {
01:21:02 [2025-06-05T23:21:02.918Z] [Pipeline] sh
01:21:03 [2025-06-05T23:21:03.175Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2025-06-05T23:21:03.176Z] .
01:21:03 [2025-06-05T23:21:03.177Z] [Pipeline] }
01:21:03 [2025-06-05T23:21:03.188Z] [Pipeline] // withEnv
01:21:03 [2025-06-05T23:21:03.204Z] [Pipeline] withDockerContainer
01:21:03 [2025-06-05T23:21:03.245Z] Jenkins does not seem to be running inside a container
01:21:03 [2025-06-05T23:21:03.252Z] $ 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 [2025-06-05T23:21:03.589Z] $ docker top 3cf08d2978b10608eebccae4f39c60c27487a5820613b49a1b1bf72041ece38e -eo pid,comm
01:21:03 [2025-06-05T23:21:03.631Z] [Pipeline] {
01:21:03 [2025-06-05T23:21:03.666Z] [Pipeline] withEnv
01:21:03 [2025-06-05T23:21:03.667Z] [Pipeline] {
01:21:03 [2025-06-05T23:21:03.693Z] [Pipeline] stage
01:21:03 [2025-06-05T23:21:03.694Z] [Pipeline] { (Prepare the job)
01:21:03 [2025-06-05T23:21:03.730Z] [Pipeline] sh
01:21:03 [2025-06-05T23:21:03.987Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2025-06-05T23:21:04.241Z] [Pipeline] script
01:21:04 [2025-06-05T23:21:04.250Z] [Pipeline] {
01:21:04 [2025-06-05T23:21:04.266Z] [Pipeline] readMavenPom
01:21:04 [2025-06-05T23:21:04.290Z] 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 [2025-06-05T23:21:04.293Z] 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 [2025-06-05T23:21:04.294Z] 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 [2025-06-05T23:21:04.294Z] 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 [2025-06-05T23:21:04.294Z] 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 [2025-06-05T23:21:04.296Z] [Pipeline] sh
01:21:04 [2025-06-05T23:21:04.554Z] + rm -f pom.xml
01:21:04 [2025-06-05T23:21:04.555Z] [Pipeline] }
01:21:04 [2025-06-05T23:21:04.564Z] [Pipeline] // script
01:21:04 [2025-06-05T23:21:04.579Z] [Pipeline] }
01:21:04 [2025-06-05T23:21:04.592Z] [Pipeline] // stage
01:21:04 [2025-06-05T23:21:04.603Z] [Pipeline] stage
01:21:04 [2025-06-05T23:21:04.604Z] [Pipeline] { (Check POM parent version)
01:21:04 [2025-06-05T23:21:04.667Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2025-06-05T23:21:04.668Z] [Pipeline] getContext
01:21:04 [2025-06-05T23:21:04.678Z] [Pipeline] }
01:21:04 [2025-06-05T23:21:04.689Z] [Pipeline] // stage
01:21:04 [2025-06-05T23:21:04.702Z] [Pipeline] stage
01:21:04 [2025-06-05T23:21:04.703Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2025-06-05T23:21:04.731Z] [Pipeline] script
01:21:04 [2025-06-05T23:21:04.738Z] [Pipeline] {
01:21:04 [2025-06-05T23:21:04.760Z] [Pipeline] copyArtifacts
01:21:04 [2025-06-05T23:21:04.768Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 237
01:21:04 [2025-06-05T23:21:04.776Z] [Pipeline] fileExists
01:21:04 [2025-06-05T23:21:04.795Z] [Pipeline] readYaml
01:21:04 [2025-06-05T23:21:04.810Z] 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 [2025-06-05T23:21:04.814Z] [Pipeline] dir
01:21:04 [2025-06-05T23:21:04.814Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2025-06-05T23:21:04.815Z] [Pipeline] {
01:21:04 [2025-06-05T23:21:04.836Z] [Pipeline] git
01:21:04 [2025-06-05T23:21:04.839Z] The recommended git tool is: /usr/bin/git
01:21:04 [2025-06-05T23:21:04.840Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2025-06-05T23:21:04.853Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3a71a1c2; decorates hudson.Launcher$LocalLauncher@5b2fc94a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2025-06-05T23:21:04.854Z] > /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 [2025-06-05T23:21:04.860Z] Fetching changes from the remote Git repository
01:21:04 [2025-06-05T23:21:04.862Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2025-06-05T23:21:04.869Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2025-06-05T23:21:04.869Z] > /usr/bin/git --version # timeout=10
01:21:04 [2025-06-05T23:21:04.873Z] > git --version # 'git version 2.43.0'
01:21:04 [2025-06-05T23:21:04.873Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2025-06-05T23:21:04.879Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2025-06-05T23:21:05.662Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2025-06-05T23:21:05.670Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:05 [2025-06-05T23:21:05.670Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2025-06-05T23:21:05.675Z] > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2025-06-05T23:21:05.724Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2025-06-05T23:21:05.740Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2025-06-05T23:21:05.747Z] > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2025-06-05T23:21:05.818Z] 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 [2025-06-05T23:21:05.819Z] > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2025-06-05T23:21:05.841Z] [Pipeline] fileExists
01:21:05 [2025-06-05T23:21:05.848Z] [Pipeline] readMavenPom
01:21:05 [2025-06-05T23:21:05.872Z] [Pipeline] sh
01:21:06 [2025-06-05T23:21:06.129Z] + git rev-parse HEAD
01:21:06 [2025-06-05T23:21:06.133Z] [Pipeline] echo
01:21:06 [2025-06-05T23:21:06.134Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:06 [2025-06-05T23:21:06.137Z] [Pipeline] }
01:21:06 [2025-06-05T23:21:06.152Z] [Pipeline] // dir
01:21:06 [2025-06-05T23:21:06.167Z] [Pipeline] echo
01:21:06 [2025-06-05T23:21:06.168Z] Build skipped due to no changes have been done since the last build
01:21:06 [2025-06-05T23:21:06.184Z] [Pipeline] dir
01:21:06 [2025-06-05T23:21:06.184Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:06 [2025-06-05T23:21:06.185Z] [Pipeline] {
01:21:06 [2025-06-05T23:21:06.205Z] [Pipeline] git
01:21:06 [2025-06-05T23:21:06.208Z] The recommended git tool is: /usr/bin/git
01:21:06 [2025-06-05T23:21:06.208Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2025-06-05T23:21:06.219Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@9f032cf; decorates hudson.Launcher$LocalLauncher@507df531 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2025-06-05T23:21:06.220Z] > /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 [2025-06-05T23:21:06.226Z] Fetching changes from the remote Git repository
01:21:06 [2025-06-05T23:21:06.229Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:06 [2025-06-05T23:21:06.235Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:06 [2025-06-05T23:21:06.235Z] > /usr/bin/git --version # timeout=10
01:21:06 [2025-06-05T23:21:06.251Z] > git --version # 'git version 2.43.0'
01:21:06 [2025-06-05T23:21:06.251Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2025-06-05T23:21:06.258Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2025-06-05T23:21:06.753Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2025-06-05T23:21:06.760Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:06 [2025-06-05T23:21:06.760Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2025-06-05T23:21:06.765Z] > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2025-06-05T23:21:06.795Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2025-06-05T23:21:06.807Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2025-06-05T23:21:06.814Z] > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2025-06-05T23:21:06.858Z] 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 [2025-06-05T23:21:06.859Z] > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2025-06-05T23:21:06.890Z] [Pipeline] fileExists
01:21:06 [2025-06-05T23:21:06.898Z] [Pipeline] readMavenPom
01:21:06 [2025-06-05T23:21:06.919Z] [Pipeline] sh
01:21:07 [2025-06-05T23:21:07.178Z] + git rev-parse HEAD
01:21:07 [2025-06-05T23:21:07.182Z] [Pipeline] echo
01:21:07 [2025-06-05T23:21:07.183Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:07 [2025-06-05T23:21:07.186Z] [Pipeline] }
01:21:07 [2025-06-05T23:21:07.202Z] [Pipeline] // dir
01:21:07 [2025-06-05T23:21:07.218Z] [Pipeline] echo
01:21:07 [2025-06-05T23:21:07.219Z] Build skipped due to no changes have been done since the last build
01:21:07 [2025-06-05T23:21:07.237Z] [Pipeline] dir
01:21:07 [2025-06-05T23:21:07.237Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:07 [2025-06-05T23:21:07.238Z] [Pipeline] {
01:21:07 [2025-06-05T23:21:07.259Z] [Pipeline] git
01:21:07 [2025-06-05T23:21:07.261Z] Selected Git installation does not exist. Using Default
01:21:07 [2025-06-05T23:21:07.261Z] The recommended git tool is: NONE
01:21:07 [2025-06-05T23:21:07.262Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2025-06-05T23:21:07.272Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@ef9c0f8; decorates hudson.Launcher$LocalLauncher@33263e84 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2025-06-05T23:21:07.273Z] > /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 [2025-06-05T23:21:07.279Z] Fetching changes from the remote Git repository
01:21:07 [2025-06-05T23:21:07.282Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2025-06-05T23:21:07.288Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2025-06-05T23:21:07.288Z] > /usr/bin/git --version # timeout=10
01:21:07 [2025-06-05T23:21:07.293Z] > git --version # 'git version 2.43.0'
01:21:07 [2025-06-05T23:21:07.293Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2025-06-05T23:21:07.298Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2025-06-05T23:21:07.720Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2025-06-05T23:21:07.728Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:07 [2025-06-05T23:21:07.728Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2025-06-05T23:21:07.733Z] > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2025-06-05T23:21:07.745Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2025-06-05T23:21:07.753Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2025-06-05T23:21:07.760Z] > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2025-06-05T23:21:07.773Z] 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 [2025-06-05T23:21:07.773Z] > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2025-06-05T23:21:07.794Z] [Pipeline] fileExists
01:21:07 [2025-06-05T23:21:07.803Z] [Pipeline] readMavenPom
01:21:07 [2025-06-05T23:21:07.817Z] [Pipeline] sh
01:21:08 [2025-06-05T23:21:08.076Z] + git rev-parse HEAD
01:21:08 [2025-06-05T23:21:08.080Z] [Pipeline] echo
01:21:08 [2025-06-05T23:21:08.080Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:08 [2025-06-05T23:21:08.083Z] [Pipeline] }
01:21:08 [2025-06-05T23:21:08.100Z] [Pipeline] // dir
01:21:08 [2025-06-05T23:21:08.116Z] [Pipeline] echo
01:21:08 [2025-06-05T23:21:08.116Z] Build skipped due to no changes have been done since the last build
01:21:08 [2025-06-05T23:21:08.133Z] [Pipeline] dir
01:21:08 [2025-06-05T23:21:08.134Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:08 [2025-06-05T23:21:08.134Z] [Pipeline] {
01:21:08 [2025-06-05T23:21:08.157Z] [Pipeline] git
01:21:08 [2025-06-05T23:21:08.160Z] The recommended git tool is: NONE
01:21:08 [2025-06-05T23:21:08.161Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2025-06-05T23:21:08.171Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2a39b03a; decorates hudson.Launcher$LocalLauncher@1cd87229 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2025-06-05T23:21:08.173Z] > /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 [2025-06-05T23:21:08.180Z] Fetching changes from the remote Git repository
01:21:08 [2025-06-05T23:21:08.184Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:08 [2025-06-05T23:21:08.190Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:08 [2025-06-05T23:21:08.190Z] > /usr/bin/git --version # timeout=10
01:21:08 [2025-06-05T23:21:08.195Z] > git --version # 'git version 2.43.0'
01:21:08 [2025-06-05T23:21:08.195Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2025-06-05T23:21:08.202Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2025-06-05T23:21:08.626Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2025-06-05T23:21:08.633Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:08 [2025-06-05T23:21:08.633Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2025-06-05T23:21:08.639Z] > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2025-06-05T23:21:08.648Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2025-06-05T23:21:08.658Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2025-06-05T23:21:08.665Z] > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2025-06-05T23:21:08.679Z] 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 [2025-06-05T23:21:08.679Z] > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2025-06-05T23:21:08.705Z] [Pipeline] fileExists
01:21:08 [2025-06-05T23:21:08.724Z] [Pipeline] sh
01:21:08 [2025-06-05T23:21:08.983Z] + git rev-parse HEAD
01:21:08 [2025-06-05T23:21:08.986Z] [Pipeline] echo
01:21:08 [2025-06-05T23:21:08.987Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:08 [2025-06-05T23:21:08.989Z] [Pipeline] }
01:21:09 [2025-06-05T23:21:09.006Z] [Pipeline] // dir
01:21:09 [2025-06-05T23:21:09.022Z] [Pipeline] echo
01:21:09 [2025-06-05T23:21:09.023Z] Build skipped due to no changes have been done since the last build
01:21:09 [2025-06-05T23:21:09.043Z] [Pipeline] dir
01:21:09 [2025-06-05T23:21:09.044Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:09 [2025-06-05T23:21:09.044Z] [Pipeline] {
01:21:09 [2025-06-05T23:21:09.067Z] [Pipeline] git
01:21:09 [2025-06-05T23:21:09.069Z] The recommended git tool is: NONE
01:21:09 [2025-06-05T23:21:09.070Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2025-06-05T23:21:09.081Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@16326918; decorates hudson.Launcher$LocalLauncher@23d1ad3e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2025-06-05T23:21:09.082Z] > /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 [2025-06-05T23:21:09.088Z] Fetching changes from the remote Git repository
01:21:09 [2025-06-05T23:21:09.092Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:09 [2025-06-05T23:21:09.098Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:09 [2025-06-05T23:21:09.098Z] > /usr/bin/git --version # timeout=10
01:21:09 [2025-06-05T23:21:09.103Z] > git --version # 'git version 2.43.0'
01:21:09 [2025-06-05T23:21:09.103Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2025-06-05T23:21:09.108Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2025-06-05T23:21:09.492Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2025-06-05T23:21:09.499Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:09 [2025-06-05T23:21:09.499Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2025-06-05T23:21:09.505Z] > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2025-06-05T23:21:09.512Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2025-06-05T23:21:09.521Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2025-06-05T23:21:09.530Z] > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2025-06-05T23:21:09.540Z] 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 [2025-06-05T23:21:09.540Z] > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2025-06-05T23:21:09.560Z] [Pipeline] fileExists
01:21:09 [2025-06-05T23:21:09.568Z] [Pipeline] readMavenPom
01:21:09 [2025-06-05T23:21:09.580Z] [Pipeline] sh
01:21:09 [2025-06-05T23:21:09.835Z] + git rev-parse HEAD
01:21:09 [2025-06-05T23:21:09.839Z] [Pipeline] echo
01:21:09 [2025-06-05T23:21:09.839Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:09 [2025-06-05T23:21:09.841Z] [Pipeline] }
01:21:09 [2025-06-05T23:21:09.853Z] [Pipeline] // dir
01:21:09 [2025-06-05T23:21:09.866Z] [Pipeline] echo
01:21:09 [2025-06-05T23:21:09.866Z] Build skipped due to no changes have been done since the last build
01:21:09 [2025-06-05T23:21:09.883Z] [Pipeline] dir
01:21:09 [2025-06-05T23:21:09.884Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:09 [2025-06-05T23:21:09.884Z] [Pipeline] {
01:21:09 [2025-06-05T23:21:09.907Z] [Pipeline] git
01:21:09 [2025-06-05T23:21:09.910Z] The recommended git tool is: NONE
01:21:09 [2025-06-05T23:21:09.911Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2025-06-05T23:21:09.921Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@45886308; decorates hudson.Launcher$LocalLauncher@73718bb1 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2025-06-05T23:21:09.921Z] > /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 [2025-06-05T23:21:09.928Z] Fetching changes from the remote Git repository
01:21:09 [2025-06-05T23:21:09.932Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:09 [2025-06-05T23:21:09.938Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:09 [2025-06-05T23:21:09.938Z] > /usr/bin/git --version # timeout=10
01:21:09 [2025-06-05T23:21:09.943Z] > git --version # 'git version 2.43.0'
01:21:09 [2025-06-05T23:21:09.943Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2025-06-05T23:21:09.949Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2025-06-05T23:21:10.371Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2025-06-05T23:21:10.377Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:10 [2025-06-05T23:21:10.377Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2025-06-05T23:21:10.384Z] > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2025-06-05T23:21:10.394Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2025-06-05T23:21:10.405Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2025-06-05T23:21:10.412Z] > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2025-06-05T23:21:10.423Z] 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 [2025-06-05T23:21:10.423Z] > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2025-06-05T23:21:10.445Z] [Pipeline] fileExists
01:21:10 [2025-06-05T23:21:10.455Z] [Pipeline] readMavenPom
01:21:10 [2025-06-05T23:21:10.470Z] [Pipeline] sh
01:21:10 [2025-06-05T23:21:10.733Z] + git rev-parse HEAD
01:21:10 [2025-06-05T23:21:10.737Z] [Pipeline] echo
01:21:10 [2025-06-05T23:21:10.737Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:10 [2025-06-05T23:21:10.740Z] [Pipeline] }
01:21:10 [2025-06-05T23:21:10.762Z] [Pipeline] // dir
01:21:10 [2025-06-05T23:21:10.787Z] [Pipeline] echo
01:21:10 [2025-06-05T23:21:10.787Z] Build skipped due to no changes have been done since the last build
01:21:10 [2025-06-05T23:21:10.788Z] [Pipeline] }
01:21:10 [2025-06-05T23:21:10.804Z] [Pipeline] // script
01:21:10 [2025-06-05T23:21:10.818Z] [Pipeline] }
01:21:10 [2025-06-05T23:21:10.830Z] [Pipeline] // stage
01:21:10 [2025-06-05T23:21:10.851Z] [Pipeline] stage
01:21:10 [2025-06-05T23:21:10.852Z] [Pipeline] { (Build Silverpeas)
01:21:10 [2025-06-05T23:21:10.883Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-06-05T23:21:10.884Z] [Pipeline] getContext
01:21:10 [2025-06-05T23:21:10.914Z] [Pipeline] stage
01:21:10 [2025-06-05T23:21:10.915Z] [Pipeline] { (Build Silverpeas-Core)
01:21:10 [2025-06-05T23:21:10.931Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-06-05T23:21:10.932Z] [Pipeline] getContext
01:21:10 [2025-06-05T23:21:10.932Z] [Pipeline] }
01:21:10 [2025-06-05T23:21:10.947Z] [Pipeline] // stage
01:21:10 [2025-06-05T23:21:10.962Z] [Pipeline] stage
01:21:10 [2025-06-05T23:21:10.963Z] [Pipeline] { (Build Silverpeas-Components)
01:21:10 [2025-06-05T23:21:10.976Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-06-05T23:21:10.977Z] [Pipeline] getContext
01:21:10 [2025-06-05T23:21:10.979Z] [Pipeline] }
01:21:10 [2025-06-05T23:21:10.992Z] [Pipeline] // stage
01:21:11 [2025-06-05T23:21:11.006Z] [Pipeline] stage
01:21:11 [2025-06-05T23:21:11.007Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:11 [2025-06-05T23:21:11.020Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-06-05T23:21:11.021Z] [Pipeline] getContext
01:21:11 [2025-06-05T23:21:11.023Z] [Pipeline] }
01:21:11 [2025-06-05T23:21:11.034Z] [Pipeline] // stage
01:21:11 [2025-06-05T23:21:11.048Z] [Pipeline] stage
01:21:11 [2025-06-05T23:21:11.049Z] [Pipeline] { (Build Silverpeas Setup)
01:21:11 [2025-06-05T23:21:11.060Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-06-05T23:21:11.061Z] [Pipeline] getContext
01:21:11 [2025-06-05T23:21:11.063Z] [Pipeline] }
01:21:11 [2025-06-05T23:21:11.073Z] [Pipeline] // stage
01:21:11 [2025-06-05T23:21:11.085Z] [Pipeline] stage
01:21:11 [2025-06-05T23:21:11.086Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:11 [2025-06-05T23:21:11.095Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-06-05T23:21:11.096Z] [Pipeline] getContext
01:21:11 [2025-06-05T23:21:11.098Z] [Pipeline] }
01:21:11 [2025-06-05T23:21:11.107Z] [Pipeline] // stage
01:21:11 [2025-06-05T23:21:11.119Z] [Pipeline] stage
01:21:11 [2025-06-05T23:21:11.120Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:11 [2025-06-05T23:21:11.130Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-06-05T23:21:11.131Z] [Pipeline] getContext
01:21:11 [2025-06-05T23:21:11.132Z] [Pipeline] }
01:21:11 [2025-06-05T23:21:11.142Z] [Pipeline] // stage
01:21:11 [2025-06-05T23:21:11.153Z] [Pipeline] stage
01:21:11 [2025-06-05T23:21:11.154Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:11 [2025-06-05T23:21:11.163Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-06-05T23:21:11.164Z] [Pipeline] getContext
01:21:11 [2025-06-05T23:21:11.166Z] [Pipeline] }
01:21:11 [2025-06-05T23:21:11.174Z] [Pipeline] // stage
01:21:11 [2025-06-05T23:21:11.185Z] [Pipeline] stage
01:21:11 [2025-06-05T23:21:11.186Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:11 [2025-06-05T23:21:11.195Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-06-05T23:21:11.196Z] [Pipeline] getContext
01:21:11 [2025-06-05T23:21:11.197Z] [Pipeline] }
01:21:11 [2025-06-05T23:21:11.205Z] [Pipeline] // stage
01:21:11 [2025-06-05T23:21:11.216Z] [Pipeline] stage
01:21:11 [2025-06-05T23:21:11.217Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:11 [2025-06-05T23:21:11.225Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-06-05T23:21:11.226Z] [Pipeline] getContext
01:21:11 [2025-06-05T23:21:11.229Z] [Pipeline] }
01:21:11 [2025-06-05T23:21:11.237Z] [Pipeline] // stage
01:21:11 [2025-06-05T23:21:11.247Z] [Pipeline] stage
01:21:11 [2025-06-05T23:21:11.248Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:11 [2025-06-05T23:21:11.263Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-06-05T23:21:11.264Z] [Pipeline] getContext
01:21:11 [2025-06-05T23:21:11.265Z] [Pipeline] }
01:21:11 [2025-06-05T23:21:11.273Z] [Pipeline] // stage
01:21:11 [2025-06-05T23:21:11.282Z] [Pipeline] stage
01:21:11 [2025-06-05T23:21:11.283Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:11 [2025-06-05T23:21:11.291Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-06-05T23:21:11.292Z] [Pipeline] getContext
01:21:11 [2025-06-05T23:21:11.294Z] [Pipeline] }
01:21:11 [2025-06-05T23:21:11.301Z] [Pipeline] // stage
01:21:11 [2025-06-05T23:21:11.310Z] [Pipeline] stage
01:21:11 [2025-06-05T23:21:11.311Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:11 [2025-06-05T23:21:11.319Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-06-05T23:21:11.320Z] [Pipeline] getContext
01:21:11 [2025-06-05T23:21:11.321Z] [Pipeline] }
01:21:11 [2025-06-05T23:21:11.329Z] [Pipeline] // stage
01:21:11 [2025-06-05T23:21:11.338Z] [Pipeline] stage
01:21:11 [2025-06-05T23:21:11.339Z] [Pipeline] { (Publish Community Web Site)
01:21:11 [2025-06-05T23:21:11.347Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-06-05T23:21:11.348Z] [Pipeline] getContext
01:21:11 [2025-06-05T23:21:11.349Z] [Pipeline] }
01:21:11 [2025-06-05T23:21:11.356Z] [Pipeline] // stage
01:21:11 [2025-06-05T23:21:11.364Z] [Pipeline] }
01:21:11 [2025-06-05T23:21:11.371Z] [Pipeline] // stage
01:21:11 [2025-06-05T23:21:11.388Z] [Pipeline] stage
01:21:11 [2025-06-05T23:21:11.388Z] [Pipeline] { (Create YAML build report)
01:21:11 [2025-06-05T23:21:11.418Z] [Pipeline] script
01:21:11 [2025-06-05T23:21:11.425Z] [Pipeline] {
01:21:11 [2025-06-05T23:21:11.443Z] [Pipeline] sh
01:21:11 [2025-06-05T23:21:11.702Z] + mkdir -p target
01:21:11 [2025-06-05T23:21:11.704Z] [Pipeline] sh
01:21:11 [2025-06-05T23:21:11.963Z] + mv build.yaml target/
01:21:11 [2025-06-05T23:21:11.965Z] [Pipeline] }
01:21:11 [2025-06-05T23:21:11.981Z] [Pipeline] // script
01:21:11 [2025-06-05T23:21:11.997Z] [Pipeline] }
01:21:12 [2025-06-05T23:21:12.013Z] [Pipeline] // stage
01:21:12 [2025-06-05T23:21:12.038Z] [Pipeline] stage
01:21:12 [2025-06-05T23:21:12.038Z] [Pipeline] { (Declarative: Post Actions)
01:21:12 [2025-06-05T23:21:12.069Z] [Pipeline] step
01:21:12 [2025-06-05T23:21:12.099Z] [Pipeline] script
01:21:12 [2025-06-05T23:21:12.109Z] [Pipeline] {
01:21:12 [2025-06-05T23:21:12.143Z] [Pipeline] }
01:21:12 [2025-06-05T23:21:12.159Z] [Pipeline] // script
01:21:12 [2025-06-05T23:21:12.180Z] [Pipeline] archiveArtifacts
01:21:12 [2025-06-05T23:21:12.183Z] Archiving artifacts
01:21:12 [2025-06-05T23:21:12.199Z] Enregistrement des empreintes numériques
01:21:12 [2025-06-05T23:21:12.211Z] [Pipeline] sh
01:21:12 [2025-06-05T23:21:12.473Z] + rm -rf target
01:21:12 [2025-06-05T23:21:12.480Z] [Pipeline] }
01:21:12 [2025-06-05T23:21:12.496Z] [Pipeline] // stage
01:21:12 [2025-06-05T23:21:12.512Z] [Pipeline] }
01:21:12 [2025-06-05T23:21:12.528Z] [Pipeline] // withEnv
01:21:12 [2025-06-05T23:21:12.544Z] [Pipeline] }
01:21:12 [2025-06-05T23:21:12.545Z] $ docker stop --time=1 3cf08d2978b10608eebccae4f39c60c27487a5820613b49a1b1bf72041ece38e
01:21:13 [2025-06-05T23:21:13.787Z] $ docker rm -f --volumes 3cf08d2978b10608eebccae4f39c60c27487a5820613b49a1b1bf72041ece38e
01:21:13 [2025-06-05T23:21:13.827Z] [Pipeline] // withDockerContainer
01:21:13 [2025-06-05T23:21:13.835Z] [Pipeline] }
01:21:13 [2025-06-05T23:21:13.843Z] [Pipeline] // withEnv
01:21:13 [2025-06-05T23:21:13.858Z] [Pipeline] }
01:21:13 [2025-06-05T23:21:13.872Z] [Pipeline] // node
01:21:13 [2025-06-05T23:21:13.891Z] [Pipeline] End of Pipeline
01:21:13 [2025-06-05T23:21:13.961Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #210
01:21:13 [2025-06-05T23:21:13.961Z] Finished: SUCCESS