01:21:00 [2026-03-27T00:21:00.641Z] Lancé par une alarme périodique
01:21:00 [2026-03-27T00:21:00.641Z] Running as userbuild
01:21:01 [2026-03-27T00:21:01.072Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-03-27T00:21:01.534Z] [Pipeline] Start of Pipeline
01:21:01 [2026-03-27T00:21:01.857Z] [Pipeline] node
01:21:01 [2026-03-27T00:21:01.860Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:01 [2026-03-27T00:21:01.863Z] [Pipeline] {
01:21:01 [2026-03-27T00:21:01.875Z] [Pipeline] stage
01:21:01 [2026-03-27T00:21:01.876Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:01 [2026-03-27T00:21:01.889Z] [Pipeline] checkout
01:21:01 [2026-03-27T00:21:01.891Z] Selected Git installation does not exist. Using Default
01:21:01 [2026-03-27T00:21:01.891Z] The recommended git tool is: NONE
01:21:01 [2026-03-27T00:21:01.891Z] No credentials specified
01:21:01 [2026-03-27T00:21:01.892Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:01 [2026-03-27T00:21:01.897Z] Fetching changes from the remote Git repository
01:21:01 [2026-03-27T00:21:01.904Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:01 [2026-03-27T00:21:01.914Z] Cleaning workspace
01:21:01 [2026-03-27T00:21:01.914Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:01 [2026-03-27T00:21:01.918Z] Resetting working tree
01:21:01 [2026-03-27T00:21:01.918Z] > /usr/bin/git reset --hard # timeout=10
01:21:01 [2026-03-27T00:21:01.925Z] > /usr/bin/git clean -fdx # timeout=10
01:21:01 [2026-03-27T00:21:01.931Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-03-27T00:21:01.931Z] > /usr/bin/git --version # timeout=10
01:21:01 [2026-03-27T00:21:01.935Z] > git --version # 'git version 2.43.0'
01:21:01 [2026-03-27T00:21:01.935Z] > /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-03-27T00:21:02.291Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2026-03-27T00:21:02.298Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
01:21:02 [2026-03-27T00:21:02.298Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2026-03-27T00:21:02.303Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:02 [2026-03-27T00:21:02.317Z] Commit message: "Fix SonarQube Maven execution in pipelines."
01:21:02 [2026-03-27T00:21:02.317Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:02 [2026-03-27T00:21:02.345Z] [Pipeline] }
01:21:02 [2026-03-27T00:21:02.355Z] [Pipeline] // stage
01:21:02 [2026-03-27T00:21:02.379Z] [Pipeline] withEnv
01:21:02 [2026-03-27T00:21:02.380Z] [Pipeline] {
01:21:02 [2026-03-27T00:21:02.550Z] [Pipeline] isUnix
01:21:02 [2026-03-27T00:21:02.551Z] [Pipeline] withEnv
01:21:02 [2026-03-27T00:21:02.551Z] [Pipeline] {
01:21:02 [2026-03-27T00:21:02.566Z] [Pipeline] sh
01:21:02 [2026-03-27T00:21:02.822Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:02 [2026-03-27T00:21:02.822Z] .
01:21:02 [2026-03-27T00:21:02.823Z] [Pipeline] }
01:21:02 [2026-03-27T00:21:02.837Z] [Pipeline] // withEnv
01:21:02 [2026-03-27T00:21:02.853Z] [Pipeline] withDockerContainer
01:21:02 [2026-03-27T00:21:02.886Z] Jenkins does not seem to be running inside a container
01:21:02 [2026-03-27T00:21:02.894Z] $ 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-03-27T00:21:03.219Z] $ docker top 350103893b2d6d748175807364ecc9f1d47fe1cc483d6ae574d33bb3ef7e334a -eo pid,comm
01:21:03 [2026-03-27T00:21:03.260Z] [Pipeline] {
01:21:03 [2026-03-27T00:21:03.275Z] [Pipeline] withEnv
01:21:03 [2026-03-27T00:21:03.275Z] [Pipeline] {
01:21:03 [2026-03-27T00:21:03.291Z] [Pipeline] stage
01:21:03 [2026-03-27T00:21:03.292Z] [Pipeline] { (Prepare the job)
01:21:03 [2026-03-27T00:21:03.331Z] [Pipeline] sh
01:21:03 [2026-03-27T00:21:03.589Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:03 [2026-03-27T00:21:03.842Z] [Pipeline] script
01:21:03 [2026-03-27T00:21:03.847Z] [Pipeline] {
01:21:03 [2026-03-27T00:21:03.864Z] [Pipeline] readMavenPom
01:21:03 [2026-03-27T00:21:03.890Z] 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-03-27T00:21:03.892Z] 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-03-27T00:21:03.893Z] 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-03-27T00:21:03.893Z] 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-03-27T00:21:03.893Z] 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-03-27T00:21:03.895Z] [Pipeline] sh
01:21:04 [2026-03-27T00:21:04.153Z] + rm -f pom.xml
01:21:04 [2026-03-27T00:21:04.154Z] [Pipeline] }
01:21:04 [2026-03-27T00:21:04.167Z] [Pipeline] // script
01:21:04 [2026-03-27T00:21:04.183Z] [Pipeline] }
01:21:04 [2026-03-27T00:21:04.196Z] [Pipeline] // stage
01:21:04 [2026-03-27T00:21:04.211Z] [Pipeline] stage
01:21:04 [2026-03-27T00:21:04.212Z] [Pipeline] { (Check POM parent version)
01:21:04 [2026-03-27T00:21:04.270Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2026-03-27T00:21:04.272Z] [Pipeline] getContext
01:21:04 [2026-03-27T00:21:04.281Z] [Pipeline] }
01:21:04 [2026-03-27T00:21:04.293Z] [Pipeline] // stage
01:21:04 [2026-03-27T00:21:04.308Z] [Pipeline] stage
01:21:04 [2026-03-27T00:21:04.309Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2026-03-27T00:21:04.334Z] [Pipeline] script
01:21:04 [2026-03-27T00:21:04.338Z] [Pipeline] {
01:21:04 [2026-03-27T00:21:04.359Z] [Pipeline] copyArtifacts
01:21:04 [2026-03-27T00:21:04.367Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 276
01:21:04 [2026-03-27T00:21:04.380Z] [Pipeline] fileExists
01:21:04 [2026-03-27T00:21:04.396Z] [Pipeline] readYaml
01:21:04 [2026-03-27T00:21:04.410Z] 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-03-27T00:21:04.413Z] [Pipeline] dir
01:21:04 [2026-03-27T00:21:04.413Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2026-03-27T00:21:04.414Z] [Pipeline] {
01:21:04 [2026-03-27T00:21:04.432Z] [Pipeline] git
01:21:04 [2026-03-27T00:21:04.434Z] The recommended git tool is: /usr/bin/git
01:21:04 [2026-03-27T00:21:04.436Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2026-03-27T00:21:04.446Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@16a324c3; decorates hudson.Launcher$LocalLauncher@44c2a20 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2026-03-27T00:21:04.447Z] > /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-03-27T00:21:04.454Z] Fetching changes from the remote Git repository
01:21:04 [2026-03-27T00:21:04.457Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2026-03-27T00:21:04.463Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2026-03-27T00:21:04.463Z] > /usr/bin/git --version # timeout=10
01:21:04 [2026-03-27T00:21:04.469Z] > git --version # 'git version 2.43.0'
01:21:04 [2026-03-27T00:21:04.469Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2026-03-27T00:21:04.476Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2026-03-27T00:21:05.368Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2026-03-27T00:21:05.375Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:05 [2026-03-27T00:21:05.375Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2026-03-27T00:21:05.381Z] > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-03-27T00:21:05.432Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2026-03-27T00:21:05.450Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2026-03-27T00:21:05.458Z] > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-03-27T00:21:05.529Z] 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-03-27T00:21:05.529Z] > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-03-27T00:21:05.550Z] [Pipeline] fileExists
01:21:05 [2026-03-27T00:21:05.558Z] [Pipeline] readMavenPom
01:21:05 [2026-03-27T00:21:05.572Z] [Pipeline] sh
01:21:05 [2026-03-27T00:21:05.829Z] + git rev-parse HEAD
01:21:05 [2026-03-27T00:21:05.832Z] [Pipeline] echo
01:21:05 [2026-03-27T00:21:05.833Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:05 [2026-03-27T00:21:05.835Z] [Pipeline] }
01:21:05 [2026-03-27T00:21:05.852Z] [Pipeline] // dir
01:21:05 [2026-03-27T00:21:05.868Z] [Pipeline] echo
01:21:05 [2026-03-27T00:21:05.868Z] Build skipped due to no changes have been done since the last build
01:21:05 [2026-03-27T00:21:05.884Z] [Pipeline] dir
01:21:05 [2026-03-27T00:21:05.884Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:05 [2026-03-27T00:21:05.885Z] [Pipeline] {
01:21:05 [2026-03-27T00:21:05.903Z] [Pipeline] git
01:21:05 [2026-03-27T00:21:05.905Z] The recommended git tool is: /usr/bin/git
01:21:05 [2026-03-27T00:21:05.906Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2026-03-27T00:21:05.920Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@952c940; decorates hudson.Launcher$LocalLauncher@57bad8eb will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2026-03-27T00:21:05.920Z] > /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-03-27T00:21:05.927Z] Fetching changes from the remote Git repository
01:21:05 [2026-03-27T00:21:05.930Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:05 [2026-03-27T00:21:05.937Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:05 [2026-03-27T00:21:05.937Z] > /usr/bin/git --version # timeout=10
01:21:05 [2026-03-27T00:21:05.943Z] > git --version # 'git version 2.43.0'
01:21:05 [2026-03-27T00:21:05.944Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2026-03-27T00:21:05.950Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2026-03-27T00:21:06.656Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2026-03-27T00:21:06.663Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:06 [2026-03-27T00:21:06.663Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-03-27T00:21:06.668Z] > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-03-27T00:21:06.692Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2026-03-27T00:21:06.703Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2026-03-27T00:21:06.709Z] > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-03-27T00:21:06.764Z] 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-03-27T00:21:06.765Z] > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-03-27T00:21:06.795Z] [Pipeline] fileExists
01:21:06 [2026-03-27T00:21:06.804Z] [Pipeline] readMavenPom
01:21:06 [2026-03-27T00:21:06.823Z] [Pipeline] sh
01:21:07 [2026-03-27T00:21:07.082Z] + git rev-parse HEAD
01:21:07 [2026-03-27T00:21:07.085Z] [Pipeline] echo
01:21:07 [2026-03-27T00:21:07.085Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:07 [2026-03-27T00:21:07.087Z] [Pipeline] }
01:21:07 [2026-03-27T00:21:07.102Z] [Pipeline] // dir
01:21:07 [2026-03-27T00:21:07.117Z] [Pipeline] echo
01:21:07 [2026-03-27T00:21:07.118Z] Build skipped due to no changes have been done since the last build
01:21:07 [2026-03-27T00:21:07.134Z] [Pipeline] dir
01:21:07 [2026-03-27T00:21:07.134Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:07 [2026-03-27T00:21:07.135Z] [Pipeline] {
01:21:07 [2026-03-27T00:21:07.159Z] [Pipeline] git
01:21:07 [2026-03-27T00:21:07.161Z] Selected Git installation does not exist. Using Default
01:21:07 [2026-03-27T00:21:07.161Z] The recommended git tool is: NONE
01:21:07 [2026-03-27T00:21:07.162Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2026-03-27T00:21:07.174Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2238c91b; decorates hudson.Launcher$LocalLauncher@9e1f49c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2026-03-27T00:21:07.175Z] > /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-03-27T00:21:07.182Z] Fetching changes from the remote Git repository
01:21:07 [2026-03-27T00:21:07.184Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2026-03-27T00:21:07.191Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2026-03-27T00:21:07.191Z] > /usr/bin/git --version # timeout=10
01:21:07 [2026-03-27T00:21:07.197Z] > git --version # 'git version 2.43.0'
01:21:07 [2026-03-27T00:21:07.197Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2026-03-27T00:21:07.203Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2026-03-27T00:21:07.930Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2026-03-27T00:21:07.937Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:07 [2026-03-27T00:21:07.938Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2026-03-27T00:21:07.943Z] > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-03-27T00:21:07.953Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2026-03-27T00:21:07.962Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2026-03-27T00:21:07.969Z] > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-03-27T00:21:07.988Z] 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-03-27T00:21:07.988Z] > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2026-03-27T00:21:08.018Z] [Pipeline] fileExists
01:21:08 [2026-03-27T00:21:08.035Z] [Pipeline] readMavenPom
01:21:08 [2026-03-27T00:21:08.055Z] [Pipeline] sh
01:21:08 [2026-03-27T00:21:08.312Z] + git rev-parse HEAD
01:21:08 [2026-03-27T00:21:08.315Z] [Pipeline] echo
01:21:08 [2026-03-27T00:21:08.316Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:08 [2026-03-27T00:21:08.318Z] [Pipeline] }
01:21:08 [2026-03-27T00:21:08.333Z] [Pipeline] // dir
01:21:08 [2026-03-27T00:21:08.349Z] [Pipeline] echo
01:21:08 [2026-03-27T00:21:08.349Z] Build skipped due to no changes have been done since the last build
01:21:08 [2026-03-27T00:21:08.366Z] [Pipeline] dir
01:21:08 [2026-03-27T00:21:08.366Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:08 [2026-03-27T00:21:08.367Z] [Pipeline] {
01:21:08 [2026-03-27T00:21:08.387Z] [Pipeline] git
01:21:08 [2026-03-27T00:21:08.390Z] The recommended git tool is: NONE
01:21:08 [2026-03-27T00:21:08.391Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2026-03-27T00:21:08.401Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@55f5cdcf; decorates hudson.Launcher$LocalLauncher@6a3ab682 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2026-03-27T00:21:08.402Z] > /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-03-27T00:21:08.410Z] Fetching changes from the remote Git repository
01:21:08 [2026-03-27T00:21:08.413Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:08 [2026-03-27T00:21:08.420Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:08 [2026-03-27T00:21:08.420Z] > /usr/bin/git --version # timeout=10
01:21:08 [2026-03-27T00:21:08.425Z] > git --version # 'git version 2.43.0'
01:21:08 [2026-03-27T00:21:08.425Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2026-03-27T00:21:08.432Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-03-27T00:21:08.829Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-03-27T00:21:08.836Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:08 [2026-03-27T00:21:08.836Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-03-27T00:21:08.842Z] > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-03-27T00:21:08.850Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2026-03-27T00:21:08.859Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2026-03-27T00:21:08.868Z] > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-03-27T00:21:08.882Z] 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-03-27T00:21:08.882Z] > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-03-27T00:21:08.914Z] [Pipeline] fileExists
01:21:08 [2026-03-27T00:21:08.934Z] [Pipeline] sh
01:21:09 [2026-03-27T00:21:09.191Z] + git rev-parse HEAD
01:21:09 [2026-03-27T00:21:09.194Z] [Pipeline] echo
01:21:09 [2026-03-27T00:21:09.195Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:09 [2026-03-27T00:21:09.197Z] [Pipeline] }
01:21:09 [2026-03-27T00:21:09.213Z] [Pipeline] // dir
01:21:09 [2026-03-27T00:21:09.229Z] [Pipeline] echo
01:21:09 [2026-03-27T00:21:09.229Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-03-27T00:21:09.246Z] [Pipeline] dir
01:21:09 [2026-03-27T00:21:09.247Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:09 [2026-03-27T00:21:09.248Z] [Pipeline] {
01:21:09 [2026-03-27T00:21:09.268Z] [Pipeline] git
01:21:09 [2026-03-27T00:21:09.271Z] The recommended git tool is: NONE
01:21:09 [2026-03-27T00:21:09.272Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-03-27T00:21:09.287Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2fb81cf0; decorates hudson.Launcher$LocalLauncher@173ec982 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-03-27T00:21:09.288Z] > /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-03-27T00:21:09.296Z] Fetching changes from the remote Git repository
01:21:09 [2026-03-27T00:21:09.299Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:09 [2026-03-27T00:21:09.305Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:09 [2026-03-27T00:21:09.305Z] > /usr/bin/git --version # timeout=10
01:21:09 [2026-03-27T00:21:09.310Z] > git --version # 'git version 2.43.0'
01:21:09 [2026-03-27T00:21:09.310Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-03-27T00:21:09.316Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-03-27T00:21:09.828Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-03-27T00:21:09.834Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:09 [2026-03-27T00:21:09.834Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-03-27T00:21:09.839Z] > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-03-27T00:21:09.850Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-03-27T00:21:09.858Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-03-27T00:21:09.865Z] > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-03-27T00:21:09.878Z] 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-03-27T00:21:09.878Z] > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-03-27T00:21:09.909Z] [Pipeline] fileExists
01:21:09 [2026-03-27T00:21:09.927Z] [Pipeline] readMavenPom
01:21:09 [2026-03-27T00:21:09.947Z] [Pipeline] sh
01:21:10 [2026-03-27T00:21:10.206Z] + git rev-parse HEAD
01:21:10 [2026-03-27T00:21:10.208Z] [Pipeline] echo
01:21:10 [2026-03-27T00:21:10.209Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:10 [2026-03-27T00:21:10.211Z] [Pipeline] }
01:21:10 [2026-03-27T00:21:10.227Z] [Pipeline] // dir
01:21:10 [2026-03-27T00:21:10.247Z] [Pipeline] echo
01:21:10 [2026-03-27T00:21:10.247Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-03-27T00:21:10.265Z] [Pipeline] dir
01:21:10 [2026-03-27T00:21:10.265Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:10 [2026-03-27T00:21:10.266Z] [Pipeline] {
01:21:10 [2026-03-27T00:21:10.287Z] [Pipeline] git
01:21:10 [2026-03-27T00:21:10.289Z] The recommended git tool is: NONE
01:21:10 [2026-03-27T00:21:10.289Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2026-03-27T00:21:10.297Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@654b20bb; decorates hudson.Launcher$LocalLauncher@4d95d023 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2026-03-27T00:21:10.297Z] > /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-03-27T00:21:10.304Z] Fetching changes from the remote Git repository
01:21:10 [2026-03-27T00:21:10.306Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:10 [2026-03-27T00:21:10.312Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:10 [2026-03-27T00:21:10.312Z] > /usr/bin/git --version # timeout=10
01:21:10 [2026-03-27T00:21:10.317Z] > git --version # 'git version 2.43.0'
01:21:10 [2026-03-27T00:21:10.317Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2026-03-27T00:21:10.323Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2026-03-27T00:21:10.698Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2026-03-27T00:21:10.704Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:10 [2026-03-27T00:21:10.704Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2026-03-27T00:21:10.710Z] > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-03-27T00:21:10.719Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2026-03-27T00:21:10.729Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-03-27T00:21:10.736Z] > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-03-27T00:21:10.745Z] 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-03-27T00:21:10.745Z] > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-03-27T00:21:10.767Z] [Pipeline] fileExists
01:21:10 [2026-03-27T00:21:10.777Z] [Pipeline] readMavenPom
01:21:10 [2026-03-27T00:21:10.799Z] [Pipeline] sh
01:21:11 [2026-03-27T00:21:11.057Z] + git rev-parse HEAD
01:21:11 [2026-03-27T00:21:11.060Z] [Pipeline] echo
01:21:11 [2026-03-27T00:21:11.060Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:11 [2026-03-27T00:21:11.062Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.082Z] [Pipeline] // dir
01:21:11 [2026-03-27T00:21:11.100Z] [Pipeline] echo
01:21:11 [2026-03-27T00:21:11.100Z] Build skipped due to no changes have been done since the last build
01:21:11 [2026-03-27T00:21:11.101Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.118Z] [Pipeline] // script
01:21:11 [2026-03-27T00:21:11.135Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.151Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.163Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.163Z] [Pipeline] { (Build Silverpeas)
01:21:11 [2026-03-27T00:21:11.182Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.183Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.204Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.205Z] [Pipeline] { (Build Silverpeas-Core)
01:21:11 [2026-03-27T00:21:11.220Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.221Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.223Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.238Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.254Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.254Z] [Pipeline] { (Build Silverpeas-Components)
01:21:11 [2026-03-27T00:21:11.267Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.268Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.270Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.283Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.297Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.298Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:11 [2026-03-27T00:21:11.309Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.311Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.313Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.324Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.337Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.338Z] [Pipeline] { (Build Silverpeas Setup)
01:21:11 [2026-03-27T00:21:11.348Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.349Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.351Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.362Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.374Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.375Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:11 [2026-03-27T00:21:11.384Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.385Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.387Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.397Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.409Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.409Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:11 [2026-03-27T00:21:11.419Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.420Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.421Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.430Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.441Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.441Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:11 [2026-03-27T00:21:11.450Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.451Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.453Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.461Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.471Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.472Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:11 [2026-03-27T00:21:11.480Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.481Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.483Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.490Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.500Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.501Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:11 [2026-03-27T00:21:11.509Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.510Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.512Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.520Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.529Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.530Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:11 [2026-03-27T00:21:11.538Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.539Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.540Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.550Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.562Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.563Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:11 [2026-03-27T00:21:11.571Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.572Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.574Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.582Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.591Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.592Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:11 [2026-03-27T00:21:11.600Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.601Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.602Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.610Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.619Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.620Z] [Pipeline] { (Publish Community Web Site)
01:21:11 [2026-03-27T00:21:11.630Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-27T00:21:11.631Z] [Pipeline] getContext
01:21:11 [2026-03-27T00:21:11.632Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.640Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.647Z] [Pipeline] }
01:21:11 [2026-03-27T00:21:11.654Z] [Pipeline] // stage
01:21:11 [2026-03-27T00:21:11.674Z] [Pipeline] stage
01:21:11 [2026-03-27T00:21:11.675Z] [Pipeline] { (Create YAML build report)
01:21:11 [2026-03-27T00:21:11.701Z] [Pipeline] script
01:21:11 [2026-03-27T00:21:11.704Z] [Pipeline] {
01:21:11 [2026-03-27T00:21:11.722Z] [Pipeline] sh
01:21:11 [2026-03-27T00:21:11.980Z] + mkdir -p target
01:21:11 [2026-03-27T00:21:11.983Z] [Pipeline] sh
01:21:12 [2026-03-27T00:21:12.241Z] + mv build.yaml target/
01:21:12 [2026-03-27T00:21:12.242Z] [Pipeline] }
01:21:12 [2026-03-27T00:21:12.261Z] [Pipeline] // script
01:21:12 [2026-03-27T00:21:12.284Z] [Pipeline] }
01:21:12 [2026-03-27T00:21:12.301Z] [Pipeline] // stage
01:21:12 [2026-03-27T00:21:12.325Z] [Pipeline] stage
01:21:12 [2026-03-27T00:21:12.326Z] [Pipeline] { (Declarative: Post Actions)
01:21:12 [2026-03-27T00:21:12.355Z] [Pipeline] step
01:21:12 [2026-03-27T00:21:12.387Z] [Pipeline] script
01:21:12 [2026-03-27T00:21:12.390Z] [Pipeline] {
01:21:12 [2026-03-27T00:21:12.427Z] [Pipeline] }
01:21:12 [2026-03-27T00:21:12.444Z] [Pipeline] // script
01:21:12 [2026-03-27T00:21:12.466Z] [Pipeline] archiveArtifacts
01:21:12 [2026-03-27T00:21:12.469Z] Archiving artifacts
01:21:12 [2026-03-27T00:21:12.486Z] Enregistrement des empreintes numériques
01:21:12 [2026-03-27T00:21:12.500Z] [Pipeline] sh
01:21:12 [2026-03-27T00:21:12.758Z] + rm -rf target
01:21:12 [2026-03-27T00:21:12.763Z] [Pipeline] }
01:21:12 [2026-03-27T00:21:12.779Z] [Pipeline] // stage
01:21:12 [2026-03-27T00:21:12.790Z] [Pipeline] }
01:21:12 [2026-03-27T00:21:12.824Z] [Pipeline] // withEnv
01:21:12 [2026-03-27T00:21:12.841Z] [Pipeline] }
01:21:12 [2026-03-27T00:21:12.842Z] $ docker stop --time=1 350103893b2d6d748175807364ecc9f1d47fe1cc483d6ae574d33bb3ef7e334a
01:21:14 [2026-03-27T00:21:14.144Z] $ docker rm -f --volumes 350103893b2d6d748175807364ecc9f1d47fe1cc483d6ae574d33bb3ef7e334a
01:21:14 [2026-03-27T00:21:14.188Z] [Pipeline] // withDockerContainer
01:21:14 [2026-03-27T00:21:14.197Z] [Pipeline] }
01:21:14 [2026-03-27T00:21:14.208Z] [Pipeline] // withEnv
01:21:14 [2026-03-27T00:21:14.225Z] [Pipeline] }
01:21:14 [2026-03-27T00:21:14.242Z] [Pipeline] // node
01:21:14 [2026-03-27T00:21:14.259Z] [Pipeline] End of Pipeline
01:21:14 [2026-03-27T00:21:14.329Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #249
01:21:14 [2026-03-27T00:21:14.330Z] Finished: SUCCESS