Skip to content
Succès

Sortie de la console

01:21:00 [2024-11-22T00:21:00.913Z] Lancé par une alarme périodique
01:21:00 [2024-11-22T00:21:00.913Z] Running as userbuild
01:21:01 [2024-11-22T00:21:01.351Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2024-11-22T00:21:02.580Z] [Pipeline] Start of Pipeline
01:21:03 [2024-11-22T00:21:03.034Z] [Pipeline] node
01:21:03 [2024-11-22T00:21:03.039Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:03 [2024-11-22T00:21:03.042Z] [Pipeline] {
01:21:03 [2024-11-22T00:21:03.065Z] [Pipeline] stage
01:21:03 [2024-11-22T00:21:03.066Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:03 [2024-11-22T00:21:03.082Z] [Pipeline] checkout
01:21:03 [2024-11-22T00:21:03.177Z] Selected Git installation does not exist. Using Default
01:21:03 [2024-11-22T00:21:03.177Z] The recommended git tool is: NONE
01:21:03 [2024-11-22T00:21:03.177Z] No credentials specified
01:21:03 [2024-11-22T00:21:03.178Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:03 [2024-11-22T00:21:03.185Z] Fetching changes from the remote Git repository
01:21:03 [2024-11-22T00:21:03.188Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:03 [2024-11-22T00:21:03.193Z] Cleaning workspace
01:21:03 [2024-11-22T00:21:03.193Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:03 [2024-11-22T00:21:03.199Z] Resetting working tree
01:21:03 [2024-11-22T00:21:03.199Z]  > /usr/bin/git reset --hard # timeout=10
01:21:03 [2024-11-22T00:21:03.211Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:03 [2024-11-22T00:21:03.218Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:03 [2024-11-22T00:21:03.218Z]  > /usr/bin/git --version # timeout=10
01:21:03 [2024-11-22T00:21:03.222Z]  > git --version # 'git version 2.43.0'
01:21:03 [2024-11-22T00:21:03.222Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:03 [2024-11-22T00:21:03.590Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:03 [2024-11-22T00:21:03.596Z] Checking out Revision 3179768eb4867e1a8daf9a822f639564a912db59 (refs/remotes/origin/master)
01:21:03 [2024-11-22T00:21:03.597Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:03 [2024-11-22T00:21:03.602Z]  > /usr/bin/git checkout -f 3179768eb4867e1a8daf9a822f639564a912db59 # timeout=10
01:21:03 [2024-11-22T00:21:03.616Z] Commit message: "In the pipeline to release a version of the Silverpeas Project POM, take into account the jcr access-control dependency isn't anymore declared in the Silverpeas projets dependencies"
01:21:03 [2024-11-22T00:21:03.618Z]  > /usr/bin/git rev-list --no-walk 3179768eb4867e1a8daf9a822f639564a912db59 # timeout=10
01:21:03 [2024-11-22T00:21:03.649Z] [Pipeline] }
01:21:03 [2024-11-22T00:21:03.659Z] [Pipeline] // stage
01:21:03 [2024-11-22T00:21:03.683Z] [Pipeline] withEnv
01:21:03 [2024-11-22T00:21:03.684Z] [Pipeline] {
01:21:03 [2024-11-22T00:21:03.877Z] [Pipeline] isUnix
01:21:03 [2024-11-22T00:21:03.878Z] [Pipeline] withEnv
01:21:03 [2024-11-22T00:21:03.878Z] [Pipeline] {
01:21:03 [2024-11-22T00:21:03.891Z] [Pipeline] sh
01:21:04 [2024-11-22T00:21:04.147Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:04 [2024-11-22T00:21:04.147Z] .
01:21:04 [2024-11-22T00:21:04.148Z] [Pipeline] }
01:21:04 [2024-11-22T00:21:04.156Z] [Pipeline] // withEnv
01:21:04 [2024-11-22T00:21:04.167Z] [Pipeline] withDockerContainer
01:21:04 [2024-11-22T00:21:04.196Z] Jenkins does not seem to be running inside a container
01:21:04 [2024-11-22T00:21:04.204Z] $ 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:04 [2024-11-22T00:21:04.533Z] $ docker top 91230856e0e3b92a3c513185939b9f08d6e7964bb0e4266b992e97070b03b548 -eo pid,comm
01:21:04 [2024-11-22T00:21:04.570Z] [Pipeline] {
01:21:04 [2024-11-22T00:21:04.613Z] [Pipeline] withEnv
01:21:04 [2024-11-22T00:21:04.614Z] [Pipeline] {
01:21:04 [2024-11-22T00:21:04.642Z] [Pipeline] stage
01:21:04 [2024-11-22T00:21:04.642Z] [Pipeline] { (Prepare the job)
01:21:04 [2024-11-22T00:21:04.689Z] [Pipeline] sh
01:21:04 [2024-11-22T00:21:04.947Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:05 [2024-11-22T00:21:05.199Z] [Pipeline] script
01:21:05 [2024-11-22T00:21:05.205Z] [Pipeline] {
01:21:05 [2024-11-22T00:21:05.223Z] [Pipeline] readMavenPom
01:21:05 [2024-11-22T00:21:05.245Z] [Pipeline] sh
01:21:05 [2024-11-22T00:21:05.503Z] + rm -f pom.xml
01:21:05 [2024-11-22T00:21:05.504Z] [Pipeline] }
01:21:05 [2024-11-22T00:21:05.520Z] [Pipeline] // script
01:21:05 [2024-11-22T00:21:05.535Z] [Pipeline] }
01:21:05 [2024-11-22T00:21:05.547Z] [Pipeline] // stage
01:21:05 [2024-11-22T00:21:05.564Z] [Pipeline] stage
01:21:05 [2024-11-22T00:21:05.565Z] [Pipeline] { (Check POM parent version)
01:21:05 [2024-11-22T00:21:05.685Z] Stage "Check POM parent version" skipped due to when conditional
01:21:05 [2024-11-22T00:21:05.686Z] [Pipeline] getContext
01:21:05 [2024-11-22T00:21:05.717Z] [Pipeline] }
01:21:05 [2024-11-22T00:21:05.731Z] [Pipeline] // stage
01:21:05 [2024-11-22T00:21:05.753Z] [Pipeline] stage
01:21:05 [2024-11-22T00:21:05.754Z] [Pipeline] { (Checkout projects and check code changes)
01:21:05 [2024-11-22T00:21:05.784Z] [Pipeline] script
01:21:05 [2024-11-22T00:21:05.790Z] [Pipeline] {
01:21:05 [2024-11-22T00:21:05.895Z] [Pipeline] copyArtifacts
01:21:05 [2024-11-22T00:21:05.903Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 209
01:21:05 [2024-11-22T00:21:05.909Z] [Pipeline] readYaml
01:21:05 [2024-11-22T00:21:05.995Z] [Pipeline] dir
01:21:05 [2024-11-22T00:21:05.996Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:05 [2024-11-22T00:21:05.997Z] [Pipeline] {
01:21:06 [2024-11-22T00:21:06.017Z] [Pipeline] git
01:21:06 [2024-11-22T00:21:06.020Z] The recommended git tool is: /usr/bin/git
01:21:06 [2024-11-22T00:21:06.021Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2024-11-22T00:21:06.030Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@77965d1a; decorates hudson.Launcher$LocalLauncher@2542cc95 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2024-11-22T00:21:06.030Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core/.git # timeout=10
01:21:06 [2024-11-22T00:21:06.037Z] Fetching changes from the remote Git repository
01:21:06 [2024-11-22T00:21:06.040Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:06 [2024-11-22T00:21:06.046Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:06 [2024-11-22T00:21:06.046Z]  > /usr/bin/git --version # timeout=10
01:21:06 [2024-11-22T00:21:06.050Z]  > git --version # 'git version 2.43.0'
01:21:06 [2024-11-22T00:21:06.050Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2024-11-22T00:21:06.055Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2024-11-22T00:21:06.954Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2024-11-22T00:21:06.960Z] Checking out Revision eb4bb924dcf549c2db0cee56992e75cd32ef4033 (refs/remotes/origin/6.3.x)
01:21:06 [2024-11-22T00:21:06.960Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2024-11-22T00:21:06.966Z]  > /usr/bin/git checkout -f eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:07 [2024-11-22T00:21:07.026Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2024-11-22T00:21:07.037Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2024-11-22T00:21:07.044Z]  > /usr/bin/git checkout -b 6.3.x eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:07 [2024-11-22T00:21:07.141Z] Commit message: "bug #14490: use folder names instead of ids"
01:21:07 [2024-11-22T00:21:07.141Z]  > /usr/bin/git rev-list --no-walk eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:07 [2024-11-22T00:21:07.160Z] [Pipeline] fileExists
01:21:07 [2024-11-22T00:21:07.168Z] [Pipeline] readMavenPom
01:21:07 [2024-11-22T00:21:07.190Z] [Pipeline] sh
01:21:07 [2024-11-22T00:21:07.449Z] + git rev-parse HEAD
01:21:07 [2024-11-22T00:21:07.452Z] [Pipeline] echo
01:21:07 [2024-11-22T00:21:07.452Z] Silverpeas-Core: current commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033 and last build commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033
01:21:07 [2024-11-22T00:21:07.459Z] [Pipeline] }
01:21:07 [2024-11-22T00:21:07.467Z] [Pipeline] // dir
01:21:07 [2024-11-22T00:21:07.475Z] [Pipeline] echo
01:21:07 [2024-11-22T00:21:07.476Z] Build skipped due to no changes have been done since the last build
01:21:07 [2024-11-22T00:21:07.492Z] [Pipeline] dir
01:21:07 [2024-11-22T00:21:07.492Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:07 [2024-11-22T00:21:07.493Z] [Pipeline] {
01:21:07 [2024-11-22T00:21:07.504Z] [Pipeline] git
01:21:07 [2024-11-22T00:21:07.506Z] The recommended git tool is: /usr/bin/git
01:21:07 [2024-11-22T00:21:07.507Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2024-11-22T00:21:07.516Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5db2fa31; decorates hudson.Launcher$LocalLauncher@27347b1e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2024-11-22T00:21:07.517Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:07 [2024-11-22T00:21:07.523Z] Fetching changes from the remote Git repository
01:21:07 [2024-11-22T00:21:07.526Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:07 [2024-11-22T00:21:07.532Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:07 [2024-11-22T00:21:07.532Z]  > /usr/bin/git --version # timeout=10
01:21:07 [2024-11-22T00:21:07.536Z]  > git --version # 'git version 2.43.0'
01:21:07 [2024-11-22T00:21:07.536Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2024-11-22T00:21:07.541Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2024-11-22T00:21:08.254Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2024-11-22T00:21:08.260Z] Checking out Revision f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 (refs/remotes/origin/6.3.x)
01:21:08 [2024-11-22T00:21:08.260Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2024-11-22T00:21:08.265Z]  > /usr/bin/git checkout -f f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:08 [2024-11-22T00:21:08.316Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2024-11-22T00:21:08.328Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2024-11-22T00:21:08.335Z]  > /usr/bin/git checkout -b 6.3.x f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:08 [2024-11-22T00:21:08.393Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (6fd4cda122f3439acfc933732ee571984880bd67).Prepare for development iteration of next version 6.3.6"
01:21:08 [2024-11-22T00:21:08.393Z]  > /usr/bin/git rev-list --no-walk f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:08 [2024-11-22T00:21:08.413Z] [Pipeline] fileExists
01:21:08 [2024-11-22T00:21:08.428Z] [Pipeline] readMavenPom
01:21:08 [2024-11-22T00:21:08.447Z] [Pipeline] sh
01:21:08 [2024-11-22T00:21:08.705Z] + git rev-parse HEAD
01:21:08 [2024-11-22T00:21:08.708Z] [Pipeline] echo
01:21:08 [2024-11-22T00:21:08.708Z] Silverpeas-Components: current commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 and last build commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773
01:21:08 [2024-11-22T00:21:08.711Z] [Pipeline] }
01:21:08 [2024-11-22T00:21:08.728Z] [Pipeline] // dir
01:21:08 [2024-11-22T00:21:08.744Z] [Pipeline] echo
01:21:08 [2024-11-22T00:21:08.744Z] Build skipped due to no changes have been done since the last build
01:21:08 [2024-11-22T00:21:08.761Z] [Pipeline] dir
01:21:08 [2024-11-22T00:21:08.762Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:08 [2024-11-22T00:21:08.762Z] [Pipeline] {
01:21:08 [2024-11-22T00:21:08.783Z] [Pipeline] git
01:21:08 [2024-11-22T00:21:08.795Z] Selected Git installation does not exist. Using Default
01:21:08 [2024-11-22T00:21:08.796Z] The recommended git tool is: NONE
01:21:08 [2024-11-22T00:21:08.796Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2024-11-22T00:21:08.811Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@525a6e36; decorates hudson.Launcher$LocalLauncher@77d6cb13 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2024-11-22T00:21:08.812Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:08 [2024-11-22T00:21:08.818Z] Fetching changes from the remote Git repository
01:21:08 [2024-11-22T00:21:08.821Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:08 [2024-11-22T00:21:08.828Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:08 [2024-11-22T00:21:08.828Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2024-11-22T00:21:08.832Z]  > git --version # 'git version 2.43.0'
01:21:08 [2024-11-22T00:21:08.832Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2024-11-22T00:21:08.838Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2024-11-22T00:21:09.406Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2024-11-22T00:21:09.412Z] Checking out Revision 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 (refs/remotes/origin/6.3.x)
01:21:09 [2024-11-22T00:21:09.412Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2024-11-22T00:21:09.417Z]  > /usr/bin/git checkout -f 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:09 [2024-11-22T00:21:09.429Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2024-11-22T00:21:09.437Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2024-11-22T00:21:09.444Z]  > /usr/bin/git checkout -b 6.3.x 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:09 [2024-11-22T00:21:09.461Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (dbccb35a1ebe1bbad757509e5bc6aa19bc27d8d6).Prepare for development iteration of next version 6.3.6"
01:21:09 [2024-11-22T00:21:09.462Z]  > /usr/bin/git rev-list --no-walk 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:09 [2024-11-22T00:21:09.491Z] [Pipeline] fileExists
01:21:09 [2024-11-22T00:21:09.501Z] [Pipeline] readMavenPom
01:21:09 [2024-11-22T00:21:09.523Z] [Pipeline] sh
01:21:09 [2024-11-22T00:21:09.782Z] + git rev-parse HEAD
01:21:09 [2024-11-22T00:21:09.785Z] [Pipeline] echo
01:21:09 [2024-11-22T00:21:09.785Z] Silverpeas-Looks: current commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 and last build commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924
01:21:09 [2024-11-22T00:21:09.787Z] [Pipeline] }
01:21:09 [2024-11-22T00:21:09.798Z] [Pipeline] // dir
01:21:09 [2024-11-22T00:21:09.809Z] [Pipeline] echo
01:21:09 [2024-11-22T00:21:09.809Z] Build skipped due to no changes have been done since the last build
01:21:09 [2024-11-22T00:21:09.821Z] [Pipeline] dir
01:21:09 [2024-11-22T00:21:09.822Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:09 [2024-11-22T00:21:09.822Z] [Pipeline] {
01:21:09 [2024-11-22T00:21:09.836Z] [Pipeline] git
01:21:09 [2024-11-22T00:21:09.841Z] The recommended git tool is: NONE
01:21:09 [2024-11-22T00:21:09.842Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2024-11-22T00:21:09.852Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3d3c0daf; decorates hudson.Launcher$LocalLauncher@ae52aee will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2024-11-22T00:21:09.852Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:09 [2024-11-22T00:21:09.858Z] Fetching changes from the remote Git repository
01:21:09 [2024-11-22T00:21:09.863Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:09 [2024-11-22T00:21:09.869Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:09 [2024-11-22T00:21:09.869Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2024-11-22T00:21:09.874Z]  > git --version # 'git version 2.43.0'
01:21:09 [2024-11-22T00:21:09.874Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2024-11-22T00:21:09.879Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2024-11-22T00:21:10.254Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2024-11-22T00:21:10.262Z] Checking out Revision 146430cd63566b3be410c8dd534faa57033583b3 (refs/remotes/origin/6.3.x)
01:21:10 [2024-11-22T00:21:10.262Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2024-11-22T00:21:10.267Z]  > /usr/bin/git checkout -f 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:10 [2024-11-22T00:21:10.278Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2024-11-22T00:21:10.286Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2024-11-22T00:21:10.292Z]  > /usr/bin/git checkout -b 6.3.x 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:10 [2024-11-22T00:21:10.305Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (8bde3aa3b7f02e512760af8c88e4ca3cad5c6bcd).Prepare for development iteration of next version 6.3.6"
01:21:10 [2024-11-22T00:21:10.305Z]  > /usr/bin/git rev-list --no-walk 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:10 [2024-11-22T00:21:10.326Z] [Pipeline] fileExists
01:21:10 [2024-11-22T00:21:10.337Z] [Pipeline] sh
01:21:10 [2024-11-22T00:21:10.592Z] + git rev-parse HEAD
01:21:10 [2024-11-22T00:21:10.596Z] [Pipeline] echo
01:21:10 [2024-11-22T00:21:10.596Z] Silverpeas-Setup: current commit is 146430cd63566b3be410c8dd534faa57033583b3 and last build commit is 146430cd63566b3be410c8dd534faa57033583b3
01:21:10 [2024-11-22T00:21:10.598Z] [Pipeline] }
01:21:10 [2024-11-22T00:21:10.606Z] [Pipeline] // dir
01:21:10 [2024-11-22T00:21:10.614Z] [Pipeline] echo
01:21:10 [2024-11-22T00:21:10.615Z] Build skipped due to no changes have been done since the last build
01:21:10 [2024-11-22T00:21:10.631Z] [Pipeline] dir
01:21:10 [2024-11-22T00:21:10.632Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:10 [2024-11-22T00:21:10.632Z] [Pipeline] {
01:21:10 [2024-11-22T00:21:10.650Z] [Pipeline] git
01:21:10 [2024-11-22T00:21:10.652Z] The recommended git tool is: NONE
01:21:10 [2024-11-22T00:21:10.653Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2024-11-22T00:21:10.664Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4e9e4b83; decorates hudson.Launcher$LocalLauncher@377ebf16 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2024-11-22T00:21:10.664Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:10 [2024-11-22T00:21:10.670Z] Fetching changes from the remote Git repository
01:21:10 [2024-11-22T00:21:10.675Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:10 [2024-11-22T00:21:10.681Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:10 [2024-11-22T00:21:10.681Z]  > /usr/bin/git --version # timeout=10
01:21:10 [2024-11-22T00:21:10.686Z]  > git --version # 'git version 2.43.0'
01:21:10 [2024-11-22T00:21:10.686Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2024-11-22T00:21:10.692Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:11 [2024-11-22T00:21:11.074Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:11 [2024-11-22T00:21:11.080Z] Checking out Revision 10719018413e414cfa70c0f64a945a72670797f4 (refs/remotes/origin/6.3.x)
01:21:11 [2024-11-22T00:21:11.080Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:11 [2024-11-22T00:21:11.086Z]  > /usr/bin/git checkout -f 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:11 [2024-11-22T00:21:11.096Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:11 [2024-11-22T00:21:11.105Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:11 [2024-11-22T00:21:11.112Z]  > /usr/bin/git checkout -b 6.3.x 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:11 [2024-11-22T00:21:11.126Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (363c2d4aa3f57abea17ac7143443728743cd1bb2).Prepare for development iteration of next version 6.3.6"
01:21:11 [2024-11-22T00:21:11.127Z]  > /usr/bin/git rev-list --no-walk 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:11 [2024-11-22T00:21:11.148Z] [Pipeline] fileExists
01:21:11 [2024-11-22T00:21:11.170Z] [Pipeline] readMavenPom
01:21:11 [2024-11-22T00:21:11.190Z] [Pipeline] sh
01:21:11 [2024-11-22T00:21:11.447Z] + git rev-parse HEAD
01:21:11 [2024-11-22T00:21:11.450Z] [Pipeline] echo
01:21:11 [2024-11-22T00:21:11.451Z] Silverpeas-Distribution: current commit is 10719018413e414cfa70c0f64a945a72670797f4 and last build commit is 10719018413e414cfa70c0f64a945a72670797f4
01:21:11 [2024-11-22T00:21:11.453Z] [Pipeline] }
01:21:11 [2024-11-22T00:21:11.470Z] [Pipeline] // dir
01:21:11 [2024-11-22T00:21:11.487Z] [Pipeline] echo
01:21:11 [2024-11-22T00:21:11.488Z] Build skipped due to no changes have been done since the last build
01:21:11 [2024-11-22T00:21:11.506Z] [Pipeline] dir
01:21:11 [2024-11-22T00:21:11.507Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:11 [2024-11-22T00:21:11.507Z] [Pipeline] {
01:21:11 [2024-11-22T00:21:11.526Z] [Pipeline] git
01:21:11 [2024-11-22T00:21:11.528Z] The recommended git tool is: NONE
01:21:11 [2024-11-22T00:21:11.529Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:11 [2024-11-22T00:21:11.537Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@9614dd8; decorates hudson.Launcher$LocalLauncher@5862dfc0 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:11 [2024-11-22T00:21:11.538Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:11 [2024-11-22T00:21:11.544Z] Fetching changes from the remote Git repository
01:21:11 [2024-11-22T00:21:11.546Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:11 [2024-11-22T00:21:11.552Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:11 [2024-11-22T00:21:11.552Z]  > /usr/bin/git --version # timeout=10
01:21:11 [2024-11-22T00:21:11.556Z]  > git --version # 'git version 2.43.0'
01:21:11 [2024-11-22T00:21:11.556Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:11 [2024-11-22T00:21:11.562Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:12 [2024-11-22T00:21:12.116Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:12 [2024-11-22T00:21:12.123Z] Checking out Revision e6cf90efb933ea1d65558af1cade3056ac4b6462 (refs/remotes/origin/6.3.x)
01:21:12 [2024-11-22T00:21:12.123Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:12 [2024-11-22T00:21:12.128Z]  > /usr/bin/git checkout -f e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:12 [2024-11-22T00:21:12.137Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:12 [2024-11-22T00:21:12.148Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:12 [2024-11-22T00:21:12.154Z]  > /usr/bin/git checkout -b 6.3.x e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:12 [2024-11-22T00:21:12.167Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (9366866ae390208a34703f1257bd641cb29c4d16).Prepare for development iteration of next version 6.3.6"
01:21:12 [2024-11-22T00:21:12.168Z]  > /usr/bin/git rev-list --no-walk e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:12 [2024-11-22T00:21:12.199Z] [Pipeline] fileExists
01:21:12 [2024-11-22T00:21:12.215Z] [Pipeline] readMavenPom
01:21:12 [2024-11-22T00:21:12.236Z] [Pipeline] sh
01:21:12 [2024-11-22T00:21:12.494Z] + git rev-parse HEAD
01:21:12 [2024-11-22T00:21:12.496Z] [Pipeline] echo
01:21:12 [2024-11-22T00:21:12.497Z] Silverpeas-Assembly: current commit is e6cf90efb933ea1d65558af1cade3056ac4b6462 and last build commit is e6cf90efb933ea1d65558af1cade3056ac4b6462
01:21:12 [2024-11-22T00:21:12.498Z] [Pipeline] }
01:21:12 [2024-11-22T00:21:12.515Z] [Pipeline] // dir
01:21:12 [2024-11-22T00:21:12.532Z] [Pipeline] echo
01:21:12 [2024-11-22T00:21:12.532Z] Build skipped due to no changes have been done since the last build
01:21:12 [2024-11-22T00:21:12.532Z] [Pipeline] }
01:21:12 [2024-11-22T00:21:12.549Z] [Pipeline] // script
01:21:12 [2024-11-22T00:21:12.567Z] [Pipeline] }
01:21:12 [2024-11-22T00:21:12.582Z] [Pipeline] // stage
01:21:12 [2024-11-22T00:21:12.602Z] [Pipeline] stage
01:21:12 [2024-11-22T00:21:12.602Z] [Pipeline] { (Build Silverpeas)
01:21:12 [2024-11-22T00:21:12.641Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2024-11-22T00:21:12.643Z] [Pipeline] getContext
01:21:12 [2024-11-22T00:21:12.682Z] [Pipeline] stage
01:21:12 [2024-11-22T00:21:12.683Z] [Pipeline] { (Build Silverpeas-Core)
01:21:12 [2024-11-22T00:21:12.700Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2024-11-22T00:21:12.700Z] [Pipeline] getContext
01:21:12 [2024-11-22T00:21:12.702Z] [Pipeline] }
01:21:12 [2024-11-22T00:21:12.719Z] [Pipeline] // stage
01:21:12 [2024-11-22T00:21:12.738Z] [Pipeline] stage
01:21:12 [2024-11-22T00:21:12.739Z] [Pipeline] { (Build Silverpeas-Components)
01:21:12 [2024-11-22T00:21:12.754Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2024-11-22T00:21:12.755Z] [Pipeline] getContext
01:21:12 [2024-11-22T00:21:12.756Z] [Pipeline] }
01:21:12 [2024-11-22T00:21:12.773Z] [Pipeline] // stage
01:21:12 [2024-11-22T00:21:12.826Z] [Pipeline] stage
01:21:12 [2024-11-22T00:21:12.827Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:12 [2024-11-22T00:21:12.844Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2024-11-22T00:21:12.845Z] [Pipeline] getContext
01:21:12 [2024-11-22T00:21:12.846Z] [Pipeline] }
01:21:12 [2024-11-22T00:21:12.863Z] [Pipeline] // stage
01:21:12 [2024-11-22T00:21:12.882Z] [Pipeline] stage
01:21:12 [2024-11-22T00:21:12.883Z] [Pipeline] { (Build Silverpeas Setup)
01:21:12 [2024-11-22T00:21:12.902Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2024-11-22T00:21:12.902Z] [Pipeline] getContext
01:21:12 [2024-11-22T00:21:12.904Z] [Pipeline] }
01:21:12 [2024-11-22T00:21:12.922Z] [Pipeline] // stage
01:21:12 [2024-11-22T00:21:12.941Z] [Pipeline] stage
01:21:12 [2024-11-22T00:21:12.942Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:12 [2024-11-22T00:21:12.960Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2024-11-22T00:21:12.961Z] [Pipeline] getContext
01:21:12 [2024-11-22T00:21:12.962Z] [Pipeline] }
01:21:12 [2024-11-22T00:21:12.979Z] [Pipeline] // stage
01:21:12 [2024-11-22T00:21:12.999Z] [Pipeline] stage
01:21:13 [2024-11-22T00:21:13.000Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:13 [2024-11-22T00:21:13.018Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2024-11-22T00:21:13.019Z] [Pipeline] getContext
01:21:13 [2024-11-22T00:21:13.020Z] [Pipeline] }
01:21:13 [2024-11-22T00:21:13.037Z] [Pipeline] // stage
01:21:13 [2024-11-22T00:21:13.057Z] [Pipeline] stage
01:21:13 [2024-11-22T00:21:13.057Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:13 [2024-11-22T00:21:13.086Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2024-11-22T00:21:13.087Z] [Pipeline] getContext
01:21:13 [2024-11-22T00:21:13.090Z] [Pipeline] }
01:21:13 [2024-11-22T00:21:13.107Z] [Pipeline] // stage
01:21:13 [2024-11-22T00:21:13.126Z] [Pipeline] stage
01:21:13 [2024-11-22T00:21:13.127Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:13 [2024-11-22T00:21:13.145Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2024-11-22T00:21:13.146Z] [Pipeline] getContext
01:21:13 [2024-11-22T00:21:13.148Z] [Pipeline] }
01:21:13 [2024-11-22T00:21:13.165Z] [Pipeline] // stage
01:21:13 [2024-11-22T00:21:13.185Z] [Pipeline] stage
01:21:13 [2024-11-22T00:21:13.185Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:13 [2024-11-22T00:21:13.204Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2024-11-22T00:21:13.204Z] [Pipeline] getContext
01:21:13 [2024-11-22T00:21:13.207Z] [Pipeline] }
01:21:13 [2024-11-22T00:21:13.224Z] [Pipeline] // stage
01:21:13 [2024-11-22T00:21:13.243Z] [Pipeline] stage
01:21:13 [2024-11-22T00:21:13.244Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:13 [2024-11-22T00:21:13.262Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2024-11-22T00:21:13.263Z] [Pipeline] getContext
01:21:13 [2024-11-22T00:21:13.265Z] [Pipeline] }
01:21:13 [2024-11-22T00:21:13.282Z] [Pipeline] // stage
01:21:13 [2024-11-22T00:21:13.302Z] [Pipeline] stage
01:21:13 [2024-11-22T00:21:13.303Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:13 [2024-11-22T00:21:13.324Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2024-11-22T00:21:13.325Z] [Pipeline] getContext
01:21:13 [2024-11-22T00:21:13.326Z] [Pipeline] }
01:21:13 [2024-11-22T00:21:13.343Z] [Pipeline] // stage
01:21:13 [2024-11-22T00:21:13.362Z] [Pipeline] stage
01:21:13 [2024-11-22T00:21:13.363Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:13 [2024-11-22T00:21:13.376Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2024-11-22T00:21:13.376Z] [Pipeline] getContext
01:21:13 [2024-11-22T00:21:13.377Z] [Pipeline] }
01:21:13 [2024-11-22T00:21:13.394Z] [Pipeline] // stage
01:21:13 [2024-11-22T00:21:13.412Z] [Pipeline] stage
01:21:13 [2024-11-22T00:21:13.413Z] [Pipeline] { (Publish Community Web Site)
01:21:13 [2024-11-22T00:21:13.425Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2024-11-22T00:21:13.425Z] [Pipeline] getContext
01:21:13 [2024-11-22T00:21:13.426Z] [Pipeline] }
01:21:13 [2024-11-22T00:21:13.443Z] [Pipeline] // stage
01:21:13 [2024-11-22T00:21:13.457Z] [Pipeline] }
01:21:13 [2024-11-22T00:21:13.470Z] [Pipeline] // stage
01:21:13 [2024-11-22T00:21:13.484Z] [Pipeline] stage
01:21:13 [2024-11-22T00:21:13.485Z] [Pipeline] { (Create YAML build report)
01:21:13 [2024-11-22T00:21:13.512Z] [Pipeline] script
01:21:13 [2024-11-22T00:21:13.516Z] [Pipeline] {
01:21:13 [2024-11-22T00:21:13.534Z] [Pipeline] sh
01:21:13 [2024-11-22T00:21:13.791Z] + mkdir -p target
01:21:13 [2024-11-22T00:21:13.793Z] [Pipeline] sh
01:21:14 [2024-11-22T00:21:14.049Z] + mv build.yaml target/
01:21:14 [2024-11-22T00:21:14.050Z] [Pipeline] }
01:21:14 [2024-11-22T00:21:14.068Z] [Pipeline] // script
01:21:14 [2024-11-22T00:21:14.085Z] [Pipeline] }
01:21:14 [2024-11-22T00:21:14.102Z] [Pipeline] // stage
01:21:14 [2024-11-22T00:21:14.122Z] [Pipeline] stage
01:21:14 [2024-11-22T00:21:14.122Z] [Pipeline] { (Declarative: Post Actions)
01:21:14 [2024-11-22T00:21:14.149Z] [Pipeline] step
01:21:14 [2024-11-22T00:21:14.180Z] [Pipeline] script
01:21:14 [2024-11-22T00:21:14.187Z] [Pipeline] {
01:21:14 [2024-11-22T00:21:14.223Z] [Pipeline] }
01:21:14 [2024-11-22T00:21:14.241Z] [Pipeline] // script
01:21:14 [2024-11-22T00:21:14.294Z] [Pipeline] archiveArtifacts
01:21:14 [2024-11-22T00:21:14.297Z] Archiving artifacts
01:21:14 [2024-11-22T00:21:14.317Z] Enregistrement des empreintes numériques
01:21:14 [2024-11-22T00:21:14.338Z] [Pipeline] sh
01:21:14 [2024-11-22T00:21:14.598Z] + rm -rf target
01:21:14 [2024-11-22T00:21:14.604Z] [Pipeline] }
01:21:14 [2024-11-22T00:21:14.614Z] [Pipeline] // stage
01:21:14 [2024-11-22T00:21:14.631Z] [Pipeline] }
01:21:14 [2024-11-22T00:21:14.656Z] [Pipeline] // withEnv
01:21:14 [2024-11-22T00:21:14.673Z] [Pipeline] }
01:21:14 [2024-11-22T00:21:14.674Z] $ docker stop --time=1 91230856e0e3b92a3c513185939b9f08d6e7964bb0e4266b992e97070b03b548
01:21:16 [2024-11-22T00:21:16.143Z] $ docker rm -f --volumes 91230856e0e3b92a3c513185939b9f08d6e7964bb0e4266b992e97070b03b548
01:21:16 [2024-11-22T00:21:16.183Z] [Pipeline] // withDockerContainer
01:21:16 [2024-11-22T00:21:16.190Z] [Pipeline] }
01:21:16 [2024-11-22T00:21:16.196Z] [Pipeline] // withEnv
01:21:16 [2024-11-22T00:21:16.204Z] [Pipeline] }
01:21:16 [2024-11-22T00:21:16.213Z] [Pipeline] // node
01:21:16 [2024-11-22T00:21:16.220Z] [Pipeline] End of Pipeline
01:21:16 [2024-11-22T00:21:16.284Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #182
01:21:16 [2024-11-22T00:21:16.284Z] Finished: SUCCESS