01:21:00 [2026-03-20T00:21:00.706Z] Lancé par une alarme périodique
01:21:00 [2026-03-20T00:21:00.707Z] Running as userbuild
01:21:01 [2026-03-20T00:21:01.553Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:03 [2026-03-20T00:21:03.645Z] [Pipeline] Start of Pipeline
01:21:05 [2026-03-20T00:21:05.685Z] [Pipeline] node
01:21:05 [2026-03-20T00:21:05.719Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:05 [2026-03-20T00:21:05.734Z] [Pipeline] {
01:21:05 [2026-03-20T00:21:05.781Z] [Pipeline] stage
01:21:05 [2026-03-20T00:21:05.784Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:05 [2026-03-20T00:21:05.811Z] [Pipeline] checkout
01:21:05 [2026-03-20T00:21:05.898Z] Selected Git installation does not exist. Using Default
01:21:05 [2026-03-20T00:21:05.898Z] The recommended git tool is: NONE
01:21:05 [2026-03-20T00:21:05.898Z] No credentials specified
01:21:05 [2026-03-20T00:21:05.899Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:05 [2026-03-20T00:21:05.905Z] Fetching changes from the remote Git repository
01:21:05 [2026-03-20T00:21:05.908Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:05 [2026-03-20T00:21:05.915Z] Cleaning workspace
01:21:05 [2026-03-20T00:21:05.915Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:05 [2026-03-20T00:21:05.920Z] Resetting working tree
01:21:05 [2026-03-20T00:21:05.920Z] > /usr/bin/git reset --hard # timeout=10
01:21:05 [2026-03-20T00:21:05.933Z] > /usr/bin/git clean -fdx # timeout=10
01:21:05 [2026-03-20T00:21:05.939Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:05 [2026-03-20T00:21:05.940Z] > /usr/bin/git --version # timeout=10
01:21:05 [2026-03-20T00:21:05.945Z] > git --version # 'git version 2.43.0'
01:21:05 [2026-03-20T00:21:05.945Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2026-03-20T00:21:06.276Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:06 [2026-03-20T00:21:06.283Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
01:21:06 [2026-03-20T00:21:06.284Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-03-20T00:21:06.292Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:06 [2026-03-20T00:21:06.308Z] Commit message: "Fix SonarQube Maven execution in pipelines."
01:21:06 [2026-03-20T00:21:06.311Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:06 [2026-03-20T00:21:06.388Z] [Pipeline] }
01:21:06 [2026-03-20T00:21:06.418Z] [Pipeline] // stage
01:21:06 [2026-03-20T00:21:06.480Z] [Pipeline] withEnv
01:21:06 [2026-03-20T00:21:06.484Z] [Pipeline] {
01:21:07 [2026-03-20T00:21:07.530Z] [Pipeline] isUnix
01:21:07 [2026-03-20T00:21:07.532Z] [Pipeline] withEnv
01:21:07 [2026-03-20T00:21:07.533Z] [Pipeline] {
01:21:07 [2026-03-20T00:21:07.557Z] [Pipeline] sh
01:21:07 [2026-03-20T00:21:07.835Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:07 [2026-03-20T00:21:07.836Z] .
01:21:07 [2026-03-20T00:21:07.839Z] [Pipeline] }
01:21:07 [2026-03-20T00:21:07.858Z] [Pipeline] // withEnv
01:21:07 [2026-03-20T00:21:07.883Z] [Pipeline] withDockerContainer
01:21:07 [2026-03-20T00:21:07.970Z] Jenkins does not seem to be running inside a container
01:21:07 [2026-03-20T00:21:07.978Z] $ 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:08 [2026-03-20T00:21:08.360Z] $ docker top 96f0c6b7e84954392d2185e9a2eba8d89c63b033231ad526f4baf95615c3e584 -eo pid,comm
01:21:08 [2026-03-20T00:21:08.404Z] [Pipeline] {
01:21:08 [2026-03-20T00:21:08.484Z] [Pipeline] withEnv
01:21:08 [2026-03-20T00:21:08.485Z] [Pipeline] {
01:21:08 [2026-03-20T00:21:08.526Z] [Pipeline] stage
01:21:08 [2026-03-20T00:21:08.527Z] [Pipeline] { (Prepare the job)
01:21:08 [2026-03-20T00:21:08.606Z] [Pipeline] sh
01:21:08 [2026-03-20T00:21:08.869Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:09 [2026-03-20T00:21:09.124Z] [Pipeline] script
01:21:09 [2026-03-20T00:21:09.133Z] [Pipeline] {
01:21:09 [2026-03-20T00:21:09.156Z] [Pipeline] readMavenPom
01:21:09 [2026-03-20T00:21:09.330Z] 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:09 [2026-03-20T00:21:09.332Z] 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:09 [2026-03-20T00:21:09.339Z] 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:09 [2026-03-20T00:21:09.339Z] 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:09 [2026-03-20T00:21:09.339Z] 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:09 [2026-03-20T00:21:09.341Z] [Pipeline] sh
01:21:09 [2026-03-20T00:21:09.599Z] + rm -f pom.xml
01:21:09 [2026-03-20T00:21:09.601Z] [Pipeline] }
01:21:09 [2026-03-20T00:21:09.616Z] [Pipeline] // script
01:21:09 [2026-03-20T00:21:09.639Z] [Pipeline] }
01:21:09 [2026-03-20T00:21:09.658Z] [Pipeline] // stage
01:21:09 [2026-03-20T00:21:09.679Z] [Pipeline] stage
01:21:09 [2026-03-20T00:21:09.681Z] [Pipeline] { (Check POM parent version)
01:21:09 [2026-03-20T00:21:09.912Z] Stage "Check POM parent version" skipped due to when conditional
01:21:09 [2026-03-20T00:21:09.915Z] [Pipeline] getContext
01:21:09 [2026-03-20T00:21:09.958Z] [Pipeline] }
01:21:09 [2026-03-20T00:21:09.966Z] [Pipeline] // stage
01:21:09 [2026-03-20T00:21:09.981Z] [Pipeline] stage
01:21:09 [2026-03-20T00:21:09.982Z] [Pipeline] { (Checkout projects and check code changes)
01:21:10 [2026-03-20T00:21:10.023Z] [Pipeline] script
01:21:10 [2026-03-20T00:21:10.032Z] [Pipeline] {
01:21:10 [2026-03-20T00:21:10.093Z] [Pipeline] copyArtifacts
01:21:10 [2026-03-20T00:21:10.113Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 275
01:21:10 [2026-03-20T00:21:10.121Z] [Pipeline] fileExists
01:21:10 [2026-03-20T00:21:10.140Z] [Pipeline] readYaml
01:21:10 [2026-03-20T00:21:10.254Z] 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:10 [2026-03-20T00:21:10.260Z] [Pipeline] dir
01:21:10 [2026-03-20T00:21:10.261Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:10 [2026-03-20T00:21:10.262Z] [Pipeline] {
01:21:10 [2026-03-20T00:21:10.287Z] [Pipeline] git
01:21:10 [2026-03-20T00:21:10.319Z] The recommended git tool is: /usr/bin/git
01:21:10 [2026-03-20T00:21:10.322Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2026-03-20T00:21:10.342Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@419d6c8e; decorates hudson.Launcher$LocalLauncher@36dc6a3d will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2026-03-20T00:21:10.343Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core/.git # timeout=10
01:21:10 [2026-03-20T00:21:10.349Z] Fetching changes from the remote Git repository
01:21:10 [2026-03-20T00:21:10.352Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:10 [2026-03-20T00:21:10.357Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:10 [2026-03-20T00:21:10.357Z] > /usr/bin/git --version # timeout=10
01:21:10 [2026-03-20T00:21:10.362Z] > git --version # 'git version 2.43.0'
01:21:10 [2026-03-20T00:21:10.362Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2026-03-20T00:21:10.369Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:11 [2026-03-20T00:21:11.636Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:11 [2026-03-20T00:21:11.645Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:11 [2026-03-20T00:21:11.645Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:11 [2026-03-20T00:21:11.651Z] > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:11 [2026-03-20T00:21:11.714Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:11 [2026-03-20T00:21:11.730Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:11 [2026-03-20T00:21:11.739Z] > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:11 [2026-03-20T00:21:11.835Z] 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:11 [2026-03-20T00:21:11.836Z] > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:11 [2026-03-20T00:21:11.861Z] [Pipeline] fileExists
01:21:11 [2026-03-20T00:21:11.871Z] [Pipeline] readMavenPom
01:21:11 [2026-03-20T00:21:11.893Z] [Pipeline] sh
01:21:12 [2026-03-20T00:21:12.155Z] + git rev-parse HEAD
01:21:12 [2026-03-20T00:21:12.159Z] [Pipeline] echo
01:21:12 [2026-03-20T00:21:12.160Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:12 [2026-03-20T00:21:12.163Z] [Pipeline] }
01:21:12 [2026-03-20T00:21:12.181Z] [Pipeline] // dir
01:21:12 [2026-03-20T00:21:12.200Z] [Pipeline] echo
01:21:12 [2026-03-20T00:21:12.201Z] Build skipped due to no changes have been done since the last build
01:21:12 [2026-03-20T00:21:12.221Z] [Pipeline] dir
01:21:12 [2026-03-20T00:21:12.222Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:12 [2026-03-20T00:21:12.223Z] [Pipeline] {
01:21:12 [2026-03-20T00:21:12.251Z] [Pipeline] git
01:21:12 [2026-03-20T00:21:12.276Z] The recommended git tool is: /usr/bin/git
01:21:12 [2026-03-20T00:21:12.277Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:12 [2026-03-20T00:21:12.287Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@634dadb2; decorates hudson.Launcher$LocalLauncher@7c593576 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:12 [2026-03-20T00:21:12.288Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:12 [2026-03-20T00:21:12.293Z] Fetching changes from the remote Git repository
01:21:12 [2026-03-20T00:21:12.296Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:12 [2026-03-20T00:21:12.302Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:12 [2026-03-20T00:21:12.302Z] > /usr/bin/git --version # timeout=10
01:21:12 [2026-03-20T00:21:12.307Z] > git --version # 'git version 2.43.0'
01:21:12 [2026-03-20T00:21:12.307Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:12 [2026-03-20T00:21:12.313Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:13 [2026-03-20T00:21:13.073Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:13 [2026-03-20T00:21:13.081Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:13 [2026-03-20T00:21:13.081Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:13 [2026-03-20T00:21:13.087Z] > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:13 [2026-03-20T00:21:13.121Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:13 [2026-03-20T00:21:13.136Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:13 [2026-03-20T00:21:13.143Z] > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:13 [2026-03-20T00:21:13.192Z] 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:13 [2026-03-20T00:21:13.192Z] > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:13 [2026-03-20T00:21:13.227Z] [Pipeline] fileExists
01:21:13 [2026-03-20T00:21:13.244Z] [Pipeline] readMavenPom
01:21:13 [2026-03-20T00:21:13.271Z] [Pipeline] sh
01:21:13 [2026-03-20T00:21:13.533Z] + git rev-parse HEAD
01:21:13 [2026-03-20T00:21:13.538Z] [Pipeline] echo
01:21:13 [2026-03-20T00:21:13.539Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:13 [2026-03-20T00:21:13.545Z] [Pipeline] }
01:21:13 [2026-03-20T00:21:13.561Z] [Pipeline] // dir
01:21:13 [2026-03-20T00:21:13.583Z] [Pipeline] echo
01:21:13 [2026-03-20T00:21:13.584Z] Build skipped due to no changes have been done since the last build
01:21:13 [2026-03-20T00:21:13.603Z] [Pipeline] dir
01:21:13 [2026-03-20T00:21:13.604Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:13 [2026-03-20T00:21:13.605Z] [Pipeline] {
01:21:13 [2026-03-20T00:21:13.632Z] [Pipeline] git
01:21:13 [2026-03-20T00:21:13.645Z] Selected Git installation does not exist. Using Default
01:21:13 [2026-03-20T00:21:13.645Z] The recommended git tool is: NONE
01:21:13 [2026-03-20T00:21:13.646Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:13 [2026-03-20T00:21:13.660Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@614a5e0a; decorates hudson.Launcher$LocalLauncher@f6f9582 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:13 [2026-03-20T00:21:13.661Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:13 [2026-03-20T00:21:13.667Z] Fetching changes from the remote Git repository
01:21:13 [2026-03-20T00:21:13.672Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:13 [2026-03-20T00:21:13.679Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:13 [2026-03-20T00:21:13.679Z] > /usr/bin/git --version # timeout=10
01:21:13 [2026-03-20T00:21:13.684Z] > git --version # 'git version 2.43.0'
01:21:13 [2026-03-20T00:21:13.684Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:13 [2026-03-20T00:21:13.690Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:14 [2026-03-20T00:21:14.258Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:14 [2026-03-20T00:21:14.265Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:14 [2026-03-20T00:21:14.265Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:14 [2026-03-20T00:21:14.270Z] > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:14 [2026-03-20T00:21:14.283Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:14 [2026-03-20T00:21:14.291Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:14 [2026-03-20T00:21:14.297Z] > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:14 [2026-03-20T00:21:14.312Z] 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:14 [2026-03-20T00:21:14.313Z] > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:14 [2026-03-20T00:21:14.334Z] [Pipeline] fileExists
01:21:14 [2026-03-20T00:21:14.349Z] [Pipeline] readMavenPom
01:21:14 [2026-03-20T00:21:14.371Z] [Pipeline] sh
01:21:14 [2026-03-20T00:21:14.633Z] + git rev-parse HEAD
01:21:14 [2026-03-20T00:21:14.637Z] [Pipeline] echo
01:21:14 [2026-03-20T00:21:14.637Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:14 [2026-03-20T00:21:14.640Z] [Pipeline] }
01:21:14 [2026-03-20T00:21:14.657Z] [Pipeline] // dir
01:21:14 [2026-03-20T00:21:14.674Z] [Pipeline] echo
01:21:14 [2026-03-20T00:21:14.675Z] Build skipped due to no changes have been done since the last build
01:21:14 [2026-03-20T00:21:14.699Z] [Pipeline] dir
01:21:14 [2026-03-20T00:21:14.699Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:14 [2026-03-20T00:21:14.700Z] [Pipeline] {
01:21:14 [2026-03-20T00:21:14.731Z] [Pipeline] git
01:21:14 [2026-03-20T00:21:14.738Z] The recommended git tool is: NONE
01:21:14 [2026-03-20T00:21:14.739Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:14 [2026-03-20T00:21:14.748Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2e7b411e; decorates hudson.Launcher$LocalLauncher@5de03cd4 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:14 [2026-03-20T00:21:14.749Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:14 [2026-03-20T00:21:14.757Z] Fetching changes from the remote Git repository
01:21:14 [2026-03-20T00:21:14.759Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:14 [2026-03-20T00:21:14.764Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:14 [2026-03-20T00:21:14.764Z] > /usr/bin/git --version # timeout=10
01:21:14 [2026-03-20T00:21:14.769Z] > git --version # 'git version 2.43.0'
01:21:14 [2026-03-20T00:21:14.769Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:14 [2026-03-20T00:21:14.774Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:15 [2026-03-20T00:21:15.222Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:15 [2026-03-20T00:21:15.228Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:15 [2026-03-20T00:21:15.228Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:15 [2026-03-20T00:21:15.233Z] > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:15 [2026-03-20T00:21:15.244Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:15 [2026-03-20T00:21:15.254Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:15 [2026-03-20T00:21:15.261Z] > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:15 [2026-03-20T00:21:15.273Z] 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:15 [2026-03-20T00:21:15.273Z] > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:15 [2026-03-20T00:21:15.295Z] [Pipeline] fileExists
01:21:15 [2026-03-20T00:21:15.306Z] [Pipeline] sh
01:21:15 [2026-03-20T00:21:15.564Z] + git rev-parse HEAD
01:21:15 [2026-03-20T00:21:15.569Z] [Pipeline] echo
01:21:15 [2026-03-20T00:21:15.570Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:15 [2026-03-20T00:21:15.575Z] [Pipeline] }
01:21:15 [2026-03-20T00:21:15.593Z] [Pipeline] // dir
01:21:15 [2026-03-20T00:21:15.612Z] [Pipeline] echo
01:21:15 [2026-03-20T00:21:15.613Z] Build skipped due to no changes have been done since the last build
01:21:15 [2026-03-20T00:21:15.634Z] [Pipeline] dir
01:21:15 [2026-03-20T00:21:15.634Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:15 [2026-03-20T00:21:15.636Z] [Pipeline] {
01:21:15 [2026-03-20T00:21:15.662Z] [Pipeline] git
01:21:15 [2026-03-20T00:21:15.665Z] The recommended git tool is: NONE
01:21:15 [2026-03-20T00:21:15.666Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:15 [2026-03-20T00:21:15.674Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@22ee0de6; decorates hudson.Launcher$LocalLauncher@4a624cb3 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:15 [2026-03-20T00:21:15.675Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:15 [2026-03-20T00:21:15.683Z] Fetching changes from the remote Git repository
01:21:15 [2026-03-20T00:21:15.687Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:15 [2026-03-20T00:21:15.694Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:15 [2026-03-20T00:21:15.695Z] > /usr/bin/git --version # timeout=10
01:21:15 [2026-03-20T00:21:15.701Z] > git --version # 'git version 2.43.0'
01:21:15 [2026-03-20T00:21:15.701Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:15 [2026-03-20T00:21:15.707Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:16 [2026-03-20T00:21:16.171Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:16 [2026-03-20T00:21:16.178Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:16 [2026-03-20T00:21:16.178Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:16 [2026-03-20T00:21:16.183Z] > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:16 [2026-03-20T00:21:16.193Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:16 [2026-03-20T00:21:16.202Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:16 [2026-03-20T00:21:16.208Z] > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:16 [2026-03-20T00:21:16.218Z] 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:16 [2026-03-20T00:21:16.219Z] > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:16 [2026-03-20T00:21:16.239Z] [Pipeline] fileExists
01:21:16 [2026-03-20T00:21:16.248Z] [Pipeline] readMavenPom
01:21:16 [2026-03-20T00:21:16.274Z] [Pipeline] sh
01:21:16 [2026-03-20T00:21:16.535Z] + git rev-parse HEAD
01:21:16 [2026-03-20T00:21:16.538Z] [Pipeline] echo
01:21:16 [2026-03-20T00:21:16.538Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:16 [2026-03-20T00:21:16.541Z] [Pipeline] }
01:21:16 [2026-03-20T00:21:16.556Z] [Pipeline] // dir
01:21:16 [2026-03-20T00:21:16.571Z] [Pipeline] echo
01:21:16 [2026-03-20T00:21:16.572Z] Build skipped due to no changes have been done since the last build
01:21:16 [2026-03-20T00:21:16.589Z] [Pipeline] dir
01:21:16 [2026-03-20T00:21:16.590Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:16 [2026-03-20T00:21:16.591Z] [Pipeline] {
01:21:16 [2026-03-20T00:21:16.610Z] [Pipeline] git
01:21:16 [2026-03-20T00:21:16.612Z] The recommended git tool is: NONE
01:21:16 [2026-03-20T00:21:16.613Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:16 [2026-03-20T00:21:16.624Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6c0cd459; decorates hudson.Launcher$LocalLauncher@65516b2f will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:16 [2026-03-20T00:21:16.624Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:16 [2026-03-20T00:21:16.631Z] Fetching changes from the remote Git repository
01:21:16 [2026-03-20T00:21:16.633Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:16 [2026-03-20T00:21:16.645Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:16 [2026-03-20T00:21:16.645Z] > /usr/bin/git --version # timeout=10
01:21:16 [2026-03-20T00:21:16.652Z] > git --version # 'git version 2.43.0'
01:21:16 [2026-03-20T00:21:16.652Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:16 [2026-03-20T00:21:16.657Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:17 [2026-03-20T00:21:17.208Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:17 [2026-03-20T00:21:17.216Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:17 [2026-03-20T00:21:17.216Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:17 [2026-03-20T00:21:17.222Z] > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:17 [2026-03-20T00:21:17.233Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:17 [2026-03-20T00:21:17.245Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:17 [2026-03-20T00:21:17.252Z] > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:17 [2026-03-20T00:21:17.268Z] 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:17 [2026-03-20T00:21:17.269Z] > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:17 [2026-03-20T00:21:17.295Z] [Pipeline] fileExists
01:21:17 [2026-03-20T00:21:17.307Z] [Pipeline] readMavenPom
01:21:17 [2026-03-20T00:21:17.329Z] [Pipeline] sh
01:21:17 [2026-03-20T00:21:17.590Z] + git rev-parse HEAD
01:21:17 [2026-03-20T00:21:17.595Z] [Pipeline] echo
01:21:17 [2026-03-20T00:21:17.596Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:17 [2026-03-20T00:21:17.599Z] [Pipeline] }
01:21:17 [2026-03-20T00:21:17.618Z] [Pipeline] // dir
01:21:17 [2026-03-20T00:21:17.638Z] [Pipeline] echo
01:21:17 [2026-03-20T00:21:17.639Z] Build skipped due to no changes have been done since the last build
01:21:17 [2026-03-20T00:21:17.640Z] [Pipeline] }
01:21:17 [2026-03-20T00:21:17.659Z] [Pipeline] // script
01:21:17 [2026-03-20T00:21:17.678Z] [Pipeline] }
01:21:17 [2026-03-20T00:21:17.695Z] [Pipeline] // stage
01:21:17 [2026-03-20T00:21:17.717Z] [Pipeline] stage
01:21:17 [2026-03-20T00:21:17.718Z] [Pipeline] { (Build Silverpeas)
01:21:17 [2026-03-20T00:21:17.765Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:17 [2026-03-20T00:21:17.767Z] [Pipeline] getContext
01:21:17 [2026-03-20T00:21:17.811Z] [Pipeline] stage
01:21:17 [2026-03-20T00:21:17.812Z] [Pipeline] { (Build Silverpeas-Core)
01:21:17 [2026-03-20T00:21:17.833Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:17 [2026-03-20T00:21:17.835Z] [Pipeline] getContext
01:21:17 [2026-03-20T00:21:17.838Z] [Pipeline] }
01:21:17 [2026-03-20T00:21:17.857Z] [Pipeline] // stage
01:21:17 [2026-03-20T00:21:17.877Z] [Pipeline] stage
01:21:17 [2026-03-20T00:21:17.878Z] [Pipeline] { (Build Silverpeas-Components)
01:21:17 [2026-03-20T00:21:17.895Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:17 [2026-03-20T00:21:17.896Z] [Pipeline] getContext
01:21:17 [2026-03-20T00:21:17.899Z] [Pipeline] }
01:21:17 [2026-03-20T00:21:17.913Z] [Pipeline] // stage
01:21:17 [2026-03-20T00:21:17.930Z] [Pipeline] stage
01:21:17 [2026-03-20T00:21:17.931Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:17 [2026-03-20T00:21:17.946Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:17 [2026-03-20T00:21:17.947Z] [Pipeline] getContext
01:21:17 [2026-03-20T00:21:17.950Z] [Pipeline] }
01:21:17 [2026-03-20T00:21:17.964Z] [Pipeline] // stage
01:21:17 [2026-03-20T00:21:17.979Z] [Pipeline] stage
01:21:17 [2026-03-20T00:21:17.979Z] [Pipeline] { (Build Silverpeas Setup)
01:21:17 [2026-03-20T00:21:17.992Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:17 [2026-03-20T00:21:17.993Z] [Pipeline] getContext
01:21:17 [2026-03-20T00:21:17.995Z] [Pipeline] }
01:21:18 [2026-03-20T00:21:18.007Z] [Pipeline] // stage
01:21:18 [2026-03-20T00:21:18.020Z] [Pipeline] stage
01:21:18 [2026-03-20T00:21:18.021Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:18 [2026-03-20T00:21:18.032Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:18 [2026-03-20T00:21:18.033Z] [Pipeline] getContext
01:21:18 [2026-03-20T00:21:18.035Z] [Pipeline] }
01:21:18 [2026-03-20T00:21:18.046Z] [Pipeline] // stage
01:21:18 [2026-03-20T00:21:18.058Z] [Pipeline] stage
01:21:18 [2026-03-20T00:21:18.059Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:18 [2026-03-20T00:21:18.070Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:18 [2026-03-20T00:21:18.071Z] [Pipeline] getContext
01:21:18 [2026-03-20T00:21:18.073Z] [Pipeline] }
01:21:18 [2026-03-20T00:21:18.083Z] [Pipeline] // stage
01:21:18 [2026-03-20T00:21:18.094Z] [Pipeline] stage
01:21:18 [2026-03-20T00:21:18.094Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:18 [2026-03-20T00:21:18.104Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:18 [2026-03-20T00:21:18.105Z] [Pipeline] getContext
01:21:18 [2026-03-20T00:21:18.106Z] [Pipeline] }
01:21:18 [2026-03-20T00:21:18.115Z] [Pipeline] // stage
01:21:18 [2026-03-20T00:21:18.126Z] [Pipeline] stage
01:21:18 [2026-03-20T00:21:18.126Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:18 [2026-03-20T00:21:18.135Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:18 [2026-03-20T00:21:18.136Z] [Pipeline] getContext
01:21:18 [2026-03-20T00:21:18.138Z] [Pipeline] }
01:21:18 [2026-03-20T00:21:18.146Z] [Pipeline] // stage
01:21:18 [2026-03-20T00:21:18.156Z] [Pipeline] stage
01:21:18 [2026-03-20T00:21:18.156Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:18 [2026-03-20T00:21:18.164Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:18 [2026-03-20T00:21:18.165Z] [Pipeline] getContext
01:21:18 [2026-03-20T00:21:18.167Z] [Pipeline] }
01:21:18 [2026-03-20T00:21:18.175Z] [Pipeline] // stage
01:21:18 [2026-03-20T00:21:18.185Z] [Pipeline] stage
01:21:18 [2026-03-20T00:21:18.185Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:18 [2026-03-20T00:21:18.193Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:18 [2026-03-20T00:21:18.194Z] [Pipeline] getContext
01:21:18 [2026-03-20T00:21:18.196Z] [Pipeline] }
01:21:18 [2026-03-20T00:21:18.203Z] [Pipeline] // stage
01:21:18 [2026-03-20T00:21:18.212Z] [Pipeline] stage
01:21:18 [2026-03-20T00:21:18.213Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:18 [2026-03-20T00:21:18.220Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:18 [2026-03-20T00:21:18.221Z] [Pipeline] getContext
01:21:18 [2026-03-20T00:21:18.223Z] [Pipeline] }
01:21:18 [2026-03-20T00:21:18.230Z] [Pipeline] // stage
01:21:18 [2026-03-20T00:21:18.239Z] [Pipeline] stage
01:21:18 [2026-03-20T00:21:18.240Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:18 [2026-03-20T00:21:18.248Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:18 [2026-03-20T00:21:18.249Z] [Pipeline] getContext
01:21:18 [2026-03-20T00:21:18.250Z] [Pipeline] }
01:21:18 [2026-03-20T00:21:18.257Z] [Pipeline] // stage
01:21:18 [2026-03-20T00:21:18.266Z] [Pipeline] stage
01:21:18 [2026-03-20T00:21:18.266Z] [Pipeline] { (Publish Community Web Site)
01:21:18 [2026-03-20T00:21:18.274Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:18 [2026-03-20T00:21:18.274Z] [Pipeline] getContext
01:21:18 [2026-03-20T00:21:18.276Z] [Pipeline] }
01:21:18 [2026-03-20T00:21:18.283Z] [Pipeline] // stage
01:21:18 [2026-03-20T00:21:18.290Z] [Pipeline] }
01:21:18 [2026-03-20T00:21:18.296Z] [Pipeline] // stage
01:21:18 [2026-03-20T00:21:18.305Z] [Pipeline] stage
01:21:18 [2026-03-20T00:21:18.306Z] [Pipeline] { (Create YAML build report)
01:21:18 [2026-03-20T00:21:18.323Z] [Pipeline] script
01:21:18 [2026-03-20T00:21:18.327Z] [Pipeline] {
01:21:18 [2026-03-20T00:21:18.339Z] [Pipeline] sh
01:21:18 [2026-03-20T00:21:18.596Z] + mkdir -p target
01:21:18 [2026-03-20T00:21:18.599Z] [Pipeline] sh
01:21:18 [2026-03-20T00:21:18.856Z] + mv build.yaml target/
01:21:18 [2026-03-20T00:21:18.858Z] [Pipeline] }
01:21:18 [2026-03-20T00:21:18.876Z] [Pipeline] // script
01:21:18 [2026-03-20T00:21:18.896Z] [Pipeline] }
01:21:18 [2026-03-20T00:21:18.916Z] [Pipeline] // stage
01:21:19 [2026-03-20T00:21:19.049Z] [Pipeline] stage
01:21:19 [2026-03-20T00:21:19.050Z] [Pipeline] { (Declarative: Post Actions)
01:21:19 [2026-03-20T00:21:19.079Z] [Pipeline] step
01:21:19 [2026-03-20T00:21:19.130Z] [Pipeline] script
01:21:19 [2026-03-20T00:21:19.137Z] [Pipeline] {
01:21:19 [2026-03-20T00:21:19.173Z] [Pipeline] }
01:21:19 [2026-03-20T00:21:19.196Z] [Pipeline] // script
01:21:19 [2026-03-20T00:21:19.229Z] [Pipeline] archiveArtifacts
01:21:19 [2026-03-20T00:21:19.233Z] Archiving artifacts
01:21:19 [2026-03-20T00:21:19.256Z] Enregistrement des empreintes numériques
01:21:19 [2026-03-20T00:21:19.282Z] [Pipeline] sh
01:21:19 [2026-03-20T00:21:19.542Z] + rm -rf target
01:21:19 [2026-03-20T00:21:19.554Z] [Pipeline] }
01:21:19 [2026-03-20T00:21:19.573Z] [Pipeline] // stage
01:21:19 [2026-03-20T00:21:19.596Z] [Pipeline] }
01:21:19 [2026-03-20T00:21:19.614Z] [Pipeline] // withEnv
01:21:19 [2026-03-20T00:21:19.632Z] [Pipeline] }
01:21:19 [2026-03-20T00:21:19.634Z] $ docker stop --time=1 96f0c6b7e84954392d2185e9a2eba8d89c63b033231ad526f4baf95615c3e584
01:21:20 [2026-03-20T00:21:20.901Z] $ docker rm -f --volumes 96f0c6b7e84954392d2185e9a2eba8d89c63b033231ad526f4baf95615c3e584
01:21:20 [2026-03-20T00:21:20.947Z] [Pipeline] // withDockerContainer
01:21:20 [2026-03-20T00:21:20.961Z] [Pipeline] }
01:21:20 [2026-03-20T00:21:20.978Z] [Pipeline] // withEnv
01:21:20 [2026-03-20T00:21:20.998Z] [Pipeline] }
01:21:21 [2026-03-20T00:21:21.025Z] [Pipeline] // node
01:21:21 [2026-03-20T00:21:21.047Z] [Pipeline] End of Pipeline
01:21:21 [2026-03-20T00:21:21.162Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #248
01:21:21 [2026-03-20T00:21:21.164Z] Finished: SUCCESS