Skip to content
Succès

Sortie de la console

01:21:00 [2024-11-29T00:21:00.569Z] Lancé par une alarme périodique
01:21:00 [2024-11-29T00:21:00.570Z] Running as userbuild
01:21:01 [2024-11-29T00:21:01.350Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:03 [2024-11-29T00:21:03.703Z] [Pipeline] Start of Pipeline
01:21:05 [2024-11-29T00:21:05.520Z] [Pipeline] node
01:21:05 [2024-11-29T00:21:05.548Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:05 [2024-11-29T00:21:05.561Z] [Pipeline] {
01:21:05 [2024-11-29T00:21:05.609Z] [Pipeline] stage
01:21:05 [2024-11-29T00:21:05.612Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:05 [2024-11-29T00:21:05.637Z] [Pipeline] checkout
01:21:05 [2024-11-29T00:21:05.701Z] Selected Git installation does not exist. Using Default
01:21:05 [2024-11-29T00:21:05.702Z] The recommended git tool is: NONE
01:21:05 [2024-11-29T00:21:05.702Z] No credentials specified
01:21:05 [2024-11-29T00:21:05.703Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:05 [2024-11-29T00:21:05.709Z] Fetching changes from the remote Git repository
01:21:05 [2024-11-29T00:21:05.714Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:05 [2024-11-29T00:21:05.719Z] Cleaning workspace
01:21:05 [2024-11-29T00:21:05.719Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:05 [2024-11-29T00:21:05.724Z] Resetting working tree
01:21:05 [2024-11-29T00:21:05.725Z]  > /usr/bin/git reset --hard # timeout=10
01:21:05 [2024-11-29T00:21:05.736Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:05 [2024-11-29T00:21:05.743Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:05 [2024-11-29T00:21:05.743Z]  > /usr/bin/git --version # timeout=10
01:21:05 [2024-11-29T00:21:05.748Z]  > git --version # 'git version 2.43.0'
01:21:05 [2024-11-29T00:21:05.748Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2024-11-29T00:21:06.118Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:06 [2024-11-29T00:21:06.125Z] Checking out Revision 3179768eb4867e1a8daf9a822f639564a912db59 (refs/remotes/origin/master)
01:21:06 [2024-11-29T00:21:06.127Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2024-11-29T00:21:06.135Z]  > /usr/bin/git checkout -f 3179768eb4867e1a8daf9a822f639564a912db59 # timeout=10
01:21:06 [2024-11-29T00:21:06.149Z] 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:06 [2024-11-29T00:21:06.151Z]  > /usr/bin/git rev-list --no-walk 3179768eb4867e1a8daf9a822f639564a912db59 # timeout=10
01:21:06 [2024-11-29T00:21:06.190Z] [Pipeline] }
01:21:06 [2024-11-29T00:21:06.199Z] [Pipeline] // stage
01:21:06 [2024-11-29T00:21:06.270Z] [Pipeline] withEnv
01:21:06 [2024-11-29T00:21:06.273Z] [Pipeline] {
01:21:07 [2024-11-29T00:21:07.199Z] [Pipeline] isUnix
01:21:07 [2024-11-29T00:21:07.201Z] [Pipeline] withEnv
01:21:07 [2024-11-29T00:21:07.202Z] [Pipeline] {
01:21:07 [2024-11-29T00:21:07.222Z] [Pipeline] sh
01:21:07 [2024-11-29T00:21:07.500Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:07 [2024-11-29T00:21:07.500Z] .
01:21:07 [2024-11-29T00:21:07.503Z] [Pipeline] }
01:21:07 [2024-11-29T00:21:07.518Z] [Pipeline] // withEnv
01:21:07 [2024-11-29T00:21:07.593Z] [Pipeline] withDockerContainer
01:21:07 [2024-11-29T00:21:07.672Z] Jenkins does not seem to be running inside a container
01:21:07 [2024-11-29T00:21:07.681Z] $ 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:07 [2024-11-29T00:21:07.997Z] $ docker top 6e2cd695e0bcd056508c3e7e6712d15cee6ec476f4cb44ffb4eec05e0381b94f -eo pid,comm
01:21:08 [2024-11-29T00:21:08.040Z] [Pipeline] {
01:21:08 [2024-11-29T00:21:08.158Z] [Pipeline] withEnv
01:21:08 [2024-11-29T00:21:08.159Z] [Pipeline] {
01:21:08 [2024-11-29T00:21:08.211Z] [Pipeline] stage
01:21:08 [2024-11-29T00:21:08.213Z] [Pipeline] { (Prepare the job)
01:21:08 [2024-11-29T00:21:08.301Z] [Pipeline] sh
01:21:08 [2024-11-29T00:21:08.565Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:08 [2024-11-29T00:21:08.821Z] [Pipeline] script
01:21:08 [2024-11-29T00:21:08.834Z] [Pipeline] {
01:21:08 [2024-11-29T00:21:08.858Z] [Pipeline] readMavenPom
01:21:09 [2024-11-29T00:21:09.003Z] [Pipeline] sh
01:21:09 [2024-11-29T00:21:09.261Z] + rm -f pom.xml
01:21:09 [2024-11-29T00:21:09.263Z] [Pipeline] }
01:21:09 [2024-11-29T00:21:09.277Z] [Pipeline] // script
01:21:09 [2024-11-29T00:21:09.297Z] [Pipeline] }
01:21:09 [2024-11-29T00:21:09.312Z] [Pipeline] // stage
01:21:09 [2024-11-29T00:21:09.331Z] [Pipeline] stage
01:21:09 [2024-11-29T00:21:09.333Z] [Pipeline] { (Check POM parent version)
01:21:09 [2024-11-29T00:21:09.557Z] Stage "Check POM parent version" skipped due to when conditional
01:21:09 [2024-11-29T00:21:09.558Z] [Pipeline] getContext
01:21:09 [2024-11-29T00:21:09.587Z] [Pipeline] }
01:21:09 [2024-11-29T00:21:09.602Z] [Pipeline] // stage
01:21:09 [2024-11-29T00:21:09.621Z] [Pipeline] stage
01:21:09 [2024-11-29T00:21:09.623Z] [Pipeline] { (Checkout projects and check code changes)
01:21:09 [2024-11-29T00:21:09.661Z] [Pipeline] script
01:21:09 [2024-11-29T00:21:09.669Z] [Pipeline] {
01:21:09 [2024-11-29T00:21:09.788Z] [Pipeline] copyArtifacts
01:21:09 [2024-11-29T00:21:09.805Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 210
01:21:09 [2024-11-29T00:21:09.809Z] [Pipeline] readYaml
01:21:09 [2024-11-29T00:21:09.925Z] [Pipeline] dir
01:21:09 [2024-11-29T00:21:09.927Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:09 [2024-11-29T00:21:09.928Z] [Pipeline] {
01:21:09 [2024-11-29T00:21:09.947Z] [Pipeline] git
01:21:09 [2024-11-29T00:21:09.979Z] The recommended git tool is: /usr/bin/git
01:21:09 [2024-11-29T00:21:09.981Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2024-11-29T00:21:10.002Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2158fe4a; decorates hudson.Launcher$LocalLauncher@402be3df will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2024-11-29T00:21:10.003Z]  > /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 [2024-11-29T00:21:10.009Z] Fetching changes from the remote Git repository
01:21:10 [2024-11-29T00:21:10.013Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:10 [2024-11-29T00:21:10.018Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:10 [2024-11-29T00:21:10.019Z]  > /usr/bin/git --version # timeout=10
01:21:10 [2024-11-29T00:21:10.024Z]  > git --version # 'git version 2.43.0'
01:21:10 [2024-11-29T00:21:10.024Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2024-11-29T00:21:10.031Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2024-11-29T00:21:10.870Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2024-11-29T00:21:10.878Z] Checking out Revision eb4bb924dcf549c2db0cee56992e75cd32ef4033 (refs/remotes/origin/6.3.x)
01:21:10 [2024-11-29T00:21:10.878Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2024-11-29T00:21:10.884Z]  > /usr/bin/git checkout -f eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:10 [2024-11-29T00:21:10.941Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2024-11-29T00:21:10.954Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2024-11-29T00:21:10.963Z]  > /usr/bin/git checkout -b 6.3.x eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:11 [2024-11-29T00:21:11.070Z] Commit message: "bug #14490: use folder names instead of ids"
01:21:11 [2024-11-29T00:21:11.071Z]  > /usr/bin/git rev-list --no-walk eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:11 [2024-11-29T00:21:11.093Z] [Pipeline] fileExists
01:21:11 [2024-11-29T00:21:11.105Z] [Pipeline] readMavenPom
01:21:11 [2024-11-29T00:21:11.136Z] [Pipeline] sh
01:21:11 [2024-11-29T00:21:11.398Z] + git rev-parse HEAD
01:21:11 [2024-11-29T00:21:11.405Z] [Pipeline] echo
01:21:11 [2024-11-29T00:21:11.406Z] Silverpeas-Core: current commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033 and last build commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033
01:21:11 [2024-11-29T00:21:11.413Z] [Pipeline] }
01:21:11 [2024-11-29T00:21:11.431Z] [Pipeline] // dir
01:21:11 [2024-11-29T00:21:11.450Z] [Pipeline] echo
01:21:11 [2024-11-29T00:21:11.451Z] Build skipped due to no changes have been done since the last build
01:21:11 [2024-11-29T00:21:11.471Z] [Pipeline] dir
01:21:11 [2024-11-29T00:21:11.472Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:11 [2024-11-29T00:21:11.473Z] [Pipeline] {
01:21:11 [2024-11-29T00:21:11.500Z] [Pipeline] git
01:21:11 [2024-11-29T00:21:11.544Z] The recommended git tool is: /usr/bin/git
01:21:11 [2024-11-29T00:21:11.546Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:11 [2024-11-29T00:21:11.557Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@29c9cf3f; decorates hudson.Launcher$LocalLauncher@560f1b2c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:11 [2024-11-29T00:21:11.558Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:11 [2024-11-29T00:21:11.565Z] Fetching changes from the remote Git repository
01:21:11 [2024-11-29T00:21:11.573Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:11 [2024-11-29T00:21:11.580Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:11 [2024-11-29T00:21:11.580Z]  > /usr/bin/git --version # timeout=10
01:21:11 [2024-11-29T00:21:11.587Z]  > git --version # 'git version 2.43.0'
01:21:11 [2024-11-29T00:21:11.587Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:11 [2024-11-29T00:21:11.593Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:12 [2024-11-29T00:21:12.327Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:12 [2024-11-29T00:21:12.335Z] Checking out Revision f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 (refs/remotes/origin/6.3.x)
01:21:12 [2024-11-29T00:21:12.336Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:12 [2024-11-29T00:21:12.342Z]  > /usr/bin/git checkout -f f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:12 [2024-11-29T00:21:12.373Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:12 [2024-11-29T00:21:12.386Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:12 [2024-11-29T00:21:12.393Z]  > /usr/bin/git checkout -b 6.3.x f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:12 [2024-11-29T00:21:12.516Z] 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:12 [2024-11-29T00:21:12.516Z]  > /usr/bin/git rev-list --no-walk f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:12 [2024-11-29T00:21:12.538Z] [Pipeline] fileExists
01:21:12 [2024-11-29T00:21:12.548Z] [Pipeline] readMavenPom
01:21:12 [2024-11-29T00:21:12.569Z] [Pipeline] sh
01:21:12 [2024-11-29T00:21:12.830Z] + git rev-parse HEAD
01:21:12 [2024-11-29T00:21:12.835Z] [Pipeline] echo
01:21:12 [2024-11-29T00:21:12.836Z] Silverpeas-Components: current commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 and last build commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773
01:21:12 [2024-11-29T00:21:12.841Z] [Pipeline] }
01:21:12 [2024-11-29T00:21:12.858Z] [Pipeline] // dir
01:21:12 [2024-11-29T00:21:12.889Z] [Pipeline] echo
01:21:12 [2024-11-29T00:21:12.890Z] Build skipped due to no changes have been done since the last build
01:21:12 [2024-11-29T00:21:12.909Z] [Pipeline] dir
01:21:12 [2024-11-29T00:21:12.909Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:12 [2024-11-29T00:21:12.910Z] [Pipeline] {
01:21:12 [2024-11-29T00:21:12.934Z] [Pipeline] git
01:21:12 [2024-11-29T00:21:12.945Z] Selected Git installation does not exist. Using Default
01:21:12 [2024-11-29T00:21:12.945Z] The recommended git tool is: NONE
01:21:12 [2024-11-29T00:21:12.946Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:12 [2024-11-29T00:21:12.961Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5c6e214e; decorates hudson.Launcher$LocalLauncher@32133342 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:12 [2024-11-29T00:21:12.962Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:12 [2024-11-29T00:21:12.969Z] Fetching changes from the remote Git repository
01:21:12 [2024-11-29T00:21:12.972Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:12 [2024-11-29T00:21:12.977Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:12 [2024-11-29T00:21:12.977Z]  > /usr/bin/git --version # timeout=10
01:21:12 [2024-11-29T00:21:12.982Z]  > git --version # 'git version 2.43.0'
01:21:12 [2024-11-29T00:21:12.982Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:12 [2024-11-29T00:21:12.987Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:13 [2024-11-29T00:21:13.358Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:13 [2024-11-29T00:21:13.365Z] Checking out Revision 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 (refs/remotes/origin/6.3.x)
01:21:13 [2024-11-29T00:21:13.366Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:13 [2024-11-29T00:21:13.372Z]  > /usr/bin/git checkout -f 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:13 [2024-11-29T00:21:13.384Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:13 [2024-11-29T00:21:13.393Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:13 [2024-11-29T00:21:13.401Z]  > /usr/bin/git checkout -b 6.3.x 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:13 [2024-11-29T00:21:13.431Z] 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:13 [2024-11-29T00:21:13.432Z]  > /usr/bin/git rev-list --no-walk 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:13 [2024-11-29T00:21:13.469Z] [Pipeline] fileExists
01:21:13 [2024-11-29T00:21:13.480Z] [Pipeline] readMavenPom
01:21:13 [2024-11-29T00:21:13.507Z] [Pipeline] sh
01:21:13 [2024-11-29T00:21:13.770Z] + git rev-parse HEAD
01:21:13 [2024-11-29T00:21:13.775Z] [Pipeline] echo
01:21:13 [2024-11-29T00:21:13.776Z] Silverpeas-Looks: current commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 and last build commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924
01:21:13 [2024-11-29T00:21:13.784Z] [Pipeline] }
01:21:13 [2024-11-29T00:21:13.800Z] [Pipeline] // dir
01:21:13 [2024-11-29T00:21:13.819Z] [Pipeline] echo
01:21:13 [2024-11-29T00:21:13.820Z] Build skipped due to no changes have been done since the last build
01:21:13 [2024-11-29T00:21:13.839Z] [Pipeline] dir
01:21:13 [2024-11-29T00:21:13.840Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:13 [2024-11-29T00:21:13.841Z] [Pipeline] {
01:21:13 [2024-11-29T00:21:13.873Z] [Pipeline] git
01:21:13 [2024-11-29T00:21:13.882Z] The recommended git tool is: NONE
01:21:13 [2024-11-29T00:21:13.883Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:13 [2024-11-29T00:21:13.893Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@585ba41e; decorates hudson.Launcher$LocalLauncher@7b6634fa will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:13 [2024-11-29T00:21:13.895Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:13 [2024-11-29T00:21:13.901Z] Fetching changes from the remote Git repository
01:21:13 [2024-11-29T00:21:13.908Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:13 [2024-11-29T00:21:13.915Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:13 [2024-11-29T00:21:13.916Z]  > /usr/bin/git --version # timeout=10
01:21:13 [2024-11-29T00:21:13.923Z]  > git --version # 'git version 2.43.0'
01:21:13 [2024-11-29T00:21:13.923Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:13 [2024-11-29T00:21:13.931Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:14 [2024-11-29T00:21:14.285Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:14 [2024-11-29T00:21:14.291Z] Checking out Revision 146430cd63566b3be410c8dd534faa57033583b3 (refs/remotes/origin/6.3.x)
01:21:14 [2024-11-29T00:21:14.291Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:14 [2024-11-29T00:21:14.296Z]  > /usr/bin/git checkout -f 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:14 [2024-11-29T00:21:14.305Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:14 [2024-11-29T00:21:14.314Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:14 [2024-11-29T00:21:14.320Z]  > /usr/bin/git checkout -b 6.3.x 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:14 [2024-11-29T00:21:14.332Z] 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:14 [2024-11-29T00:21:14.332Z]  > /usr/bin/git rev-list --no-walk 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:14 [2024-11-29T00:21:14.360Z] [Pipeline] fileExists
01:21:14 [2024-11-29T00:21:14.384Z] [Pipeline] sh
01:21:14 [2024-11-29T00:21:14.645Z] + git rev-parse HEAD
01:21:14 [2024-11-29T00:21:14.649Z] [Pipeline] echo
01:21:14 [2024-11-29T00:21:14.650Z] Silverpeas-Setup: current commit is 146430cd63566b3be410c8dd534faa57033583b3 and last build commit is 146430cd63566b3be410c8dd534faa57033583b3
01:21:14 [2024-11-29T00:21:14.655Z] [Pipeline] }
01:21:14 [2024-11-29T00:21:14.672Z] [Pipeline] // dir
01:21:14 [2024-11-29T00:21:14.690Z] [Pipeline] echo
01:21:14 [2024-11-29T00:21:14.691Z] Build skipped due to no changes have been done since the last build
01:21:14 [2024-11-29T00:21:14.710Z] [Pipeline] dir
01:21:14 [2024-11-29T00:21:14.711Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:14 [2024-11-29T00:21:14.712Z] [Pipeline] {
01:21:14 [2024-11-29T00:21:14.739Z] [Pipeline] git
01:21:14 [2024-11-29T00:21:14.742Z] The recommended git tool is: NONE
01:21:14 [2024-11-29T00:21:14.743Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:14 [2024-11-29T00:21:14.753Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2cdc0b70; decorates hudson.Launcher$LocalLauncher@751094af will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:14 [2024-11-29T00:21:14.754Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:14 [2024-11-29T00:21:14.762Z] Fetching changes from the remote Git repository
01:21:14 [2024-11-29T00:21:14.764Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:14 [2024-11-29T00:21:14.770Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:14 [2024-11-29T00:21:14.770Z]  > /usr/bin/git --version # timeout=10
01:21:14 [2024-11-29T00:21:14.775Z]  > git --version # 'git version 2.43.0'
01:21:14 [2024-11-29T00:21:14.775Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:14 [2024-11-29T00:21:14.780Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:15 [2024-11-29T00:21:15.144Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:15 [2024-11-29T00:21:15.153Z] Checking out Revision 10719018413e414cfa70c0f64a945a72670797f4 (refs/remotes/origin/6.3.x)
01:21:15 [2024-11-29T00:21:15.153Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:15 [2024-11-29T00:21:15.158Z]  > /usr/bin/git checkout -f 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:15 [2024-11-29T00:21:15.166Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:15 [2024-11-29T00:21:15.174Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:15 [2024-11-29T00:21:15.179Z]  > /usr/bin/git checkout -b 6.3.x 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:15 [2024-11-29T00:21:15.188Z] 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:15 [2024-11-29T00:21:15.188Z]  > /usr/bin/git rev-list --no-walk 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:15 [2024-11-29T00:21:15.210Z] [Pipeline] fileExists
01:21:15 [2024-11-29T00:21:15.235Z] [Pipeline] readMavenPom
01:21:15 [2024-11-29T00:21:15.263Z] [Pipeline] sh
01:21:15 [2024-11-29T00:21:15.525Z] + git rev-parse HEAD
01:21:15 [2024-11-29T00:21:15.531Z] [Pipeline] echo
01:21:15 [2024-11-29T00:21:15.532Z] Silverpeas-Distribution: current commit is 10719018413e414cfa70c0f64a945a72670797f4 and last build commit is 10719018413e414cfa70c0f64a945a72670797f4
01:21:15 [2024-11-29T00:21:15.535Z] [Pipeline] }
01:21:15 [2024-11-29T00:21:15.597Z] [Pipeline] // dir
01:21:15 [2024-11-29T00:21:15.616Z] [Pipeline] echo
01:21:15 [2024-11-29T00:21:15.617Z] Build skipped due to no changes have been done since the last build
01:21:15 [2024-11-29T00:21:15.637Z] [Pipeline] dir
01:21:15 [2024-11-29T00:21:15.638Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:15 [2024-11-29T00:21:15.639Z] [Pipeline] {
01:21:15 [2024-11-29T00:21:15.664Z] [Pipeline] git
01:21:15 [2024-11-29T00:21:15.667Z] The recommended git tool is: NONE
01:21:15 [2024-11-29T00:21:15.668Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:15 [2024-11-29T00:21:15.682Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7a6c18e0; decorates hudson.Launcher$LocalLauncher@445c3024 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:15 [2024-11-29T00:21:15.682Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:15 [2024-11-29T00:21:15.689Z] Fetching changes from the remote Git repository
01:21:15 [2024-11-29T00:21:15.693Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:15 [2024-11-29T00:21:15.700Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:15 [2024-11-29T00:21:15.700Z]  > /usr/bin/git --version # timeout=10
01:21:15 [2024-11-29T00:21:15.706Z]  > git --version # 'git version 2.43.0'
01:21:15 [2024-11-29T00:21:15.706Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:15 [2024-11-29T00:21:15.712Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:16 [2024-11-29T00:21:16.109Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:16 [2024-11-29T00:21:16.117Z] Checking out Revision e6cf90efb933ea1d65558af1cade3056ac4b6462 (refs/remotes/origin/6.3.x)
01:21:16 [2024-11-29T00:21:16.117Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:16 [2024-11-29T00:21:16.123Z]  > /usr/bin/git checkout -f e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:16 [2024-11-29T00:21:16.134Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:16 [2024-11-29T00:21:16.146Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:16 [2024-11-29T00:21:16.154Z]  > /usr/bin/git checkout -b 6.3.x e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:16 [2024-11-29T00:21:16.168Z] 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:16 [2024-11-29T00:21:16.169Z]  > /usr/bin/git rev-list --no-walk e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:16 [2024-11-29T00:21:16.203Z] [Pipeline] fileExists
01:21:16 [2024-11-29T00:21:16.215Z] [Pipeline] readMavenPom
01:21:16 [2024-11-29T00:21:16.242Z] [Pipeline] sh
01:21:16 [2024-11-29T00:21:16.502Z] + git rev-parse HEAD
01:21:16 [2024-11-29T00:21:16.506Z] [Pipeline] echo
01:21:16 [2024-11-29T00:21:16.507Z] Silverpeas-Assembly: current commit is e6cf90efb933ea1d65558af1cade3056ac4b6462 and last build commit is e6cf90efb933ea1d65558af1cade3056ac4b6462
01:21:16 [2024-11-29T00:21:16.511Z] [Pipeline] }
01:21:16 [2024-11-29T00:21:16.532Z] [Pipeline] // dir
01:21:16 [2024-11-29T00:21:16.552Z] [Pipeline] echo
01:21:16 [2024-11-29T00:21:16.552Z] Build skipped due to no changes have been done since the last build
01:21:16 [2024-11-29T00:21:16.553Z] [Pipeline] }
01:21:16 [2024-11-29T00:21:16.571Z] [Pipeline] // script
01:21:16 [2024-11-29T00:21:16.590Z] [Pipeline] }
01:21:16 [2024-11-29T00:21:16.607Z] [Pipeline] // stage
01:21:16 [2024-11-29T00:21:16.630Z] [Pipeline] stage
01:21:16 [2024-11-29T00:21:16.631Z] [Pipeline] { (Build Silverpeas)
01:21:16 [2024-11-29T00:21:16.678Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:16 [2024-11-29T00:21:16.679Z] [Pipeline] getContext
01:21:16 [2024-11-29T00:21:16.719Z] [Pipeline] stage
01:21:16 [2024-11-29T00:21:16.720Z] [Pipeline] { (Build Silverpeas-Core)
01:21:16 [2024-11-29T00:21:16.740Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:16 [2024-11-29T00:21:16.741Z] [Pipeline] getContext
01:21:16 [2024-11-29T00:21:16.744Z] [Pipeline] }
01:21:16 [2024-11-29T00:21:16.762Z] [Pipeline] // stage
01:21:16 [2024-11-29T00:21:16.784Z] [Pipeline] stage
01:21:16 [2024-11-29T00:21:16.785Z] [Pipeline] { (Build Silverpeas-Components)
01:21:16 [2024-11-29T00:21:16.804Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:16 [2024-11-29T00:21:16.805Z] [Pipeline] getContext
01:21:16 [2024-11-29T00:21:16.808Z] [Pipeline] }
01:21:16 [2024-11-29T00:21:16.825Z] [Pipeline] // stage
01:21:16 [2024-11-29T00:21:16.846Z] [Pipeline] stage
01:21:16 [2024-11-29T00:21:16.847Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:16 [2024-11-29T00:21:16.866Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:16 [2024-11-29T00:21:16.868Z] [Pipeline] getContext
01:21:16 [2024-11-29T00:21:16.870Z] [Pipeline] }
01:21:16 [2024-11-29T00:21:16.888Z] [Pipeline] // stage
01:21:16 [2024-11-29T00:21:16.909Z] [Pipeline] stage
01:21:16 [2024-11-29T00:21:16.910Z] [Pipeline] { (Build Silverpeas Setup)
01:21:16 [2024-11-29T00:21:16.929Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:16 [2024-11-29T00:21:16.931Z] [Pipeline] getContext
01:21:16 [2024-11-29T00:21:16.933Z] [Pipeline] }
01:21:16 [2024-11-29T00:21:16.951Z] [Pipeline] // stage
01:21:16 [2024-11-29T00:21:16.972Z] [Pipeline] stage
01:21:16 [2024-11-29T00:21:16.973Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:16 [2024-11-29T00:21:16.992Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:16 [2024-11-29T00:21:16.994Z] [Pipeline] getContext
01:21:16 [2024-11-29T00:21:16.996Z] [Pipeline] }
01:21:17 [2024-11-29T00:21:17.014Z] [Pipeline] // stage
01:21:17 [2024-11-29T00:21:17.036Z] [Pipeline] stage
01:21:17 [2024-11-29T00:21:17.037Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:17 [2024-11-29T00:21:17.057Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:17 [2024-11-29T00:21:17.059Z] [Pipeline] getContext
01:21:17 [2024-11-29T00:21:17.061Z] [Pipeline] }
01:21:17 [2024-11-29T00:21:17.079Z] [Pipeline] // stage
01:21:17 [2024-11-29T00:21:17.100Z] [Pipeline] stage
01:21:17 [2024-11-29T00:21:17.101Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:17 [2024-11-29T00:21:17.120Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:17 [2024-11-29T00:21:17.122Z] [Pipeline] getContext
01:21:17 [2024-11-29T00:21:17.124Z] [Pipeline] }
01:21:17 [2024-11-29T00:21:17.142Z] [Pipeline] // stage
01:21:17 [2024-11-29T00:21:17.163Z] [Pipeline] stage
01:21:17 [2024-11-29T00:21:17.164Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:17 [2024-11-29T00:21:17.183Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:17 [2024-11-29T00:21:17.184Z] [Pipeline] getContext
01:21:17 [2024-11-29T00:21:17.187Z] [Pipeline] }
01:21:17 [2024-11-29T00:21:17.205Z] [Pipeline] // stage
01:21:17 [2024-11-29T00:21:17.228Z] [Pipeline] stage
01:21:17 [2024-11-29T00:21:17.229Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:17 [2024-11-29T00:21:17.249Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:17 [2024-11-29T00:21:17.251Z] [Pipeline] getContext
01:21:17 [2024-11-29T00:21:17.254Z] [Pipeline] }
01:21:17 [2024-11-29T00:21:17.272Z] [Pipeline] // stage
01:21:17 [2024-11-29T00:21:17.294Z] [Pipeline] stage
01:21:17 [2024-11-29T00:21:17.295Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:17 [2024-11-29T00:21:17.315Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:17 [2024-11-29T00:21:17.316Z] [Pipeline] getContext
01:21:17 [2024-11-29T00:21:17.318Z] [Pipeline] }
01:21:17 [2024-11-29T00:21:17.336Z] [Pipeline] // stage
01:21:17 [2024-11-29T00:21:17.357Z] [Pipeline] stage
01:21:17 [2024-11-29T00:21:17.358Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:17 [2024-11-29T00:21:17.377Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:17 [2024-11-29T00:21:17.378Z] [Pipeline] getContext
01:21:17 [2024-11-29T00:21:17.381Z] [Pipeline] }
01:21:17 [2024-11-29T00:21:17.398Z] [Pipeline] // stage
01:21:17 [2024-11-29T00:21:17.419Z] [Pipeline] stage
01:21:17 [2024-11-29T00:21:17.420Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:17 [2024-11-29T00:21:17.440Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:17 [2024-11-29T00:21:17.441Z] [Pipeline] getContext
01:21:17 [2024-11-29T00:21:17.443Z] [Pipeline] }
01:21:17 [2024-11-29T00:21:17.461Z] [Pipeline] // stage
01:21:17 [2024-11-29T00:21:17.481Z] [Pipeline] stage
01:21:17 [2024-11-29T00:21:17.482Z] [Pipeline] { (Publish Community Web Site)
01:21:17 [2024-11-29T00:21:17.506Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:17 [2024-11-29T00:21:17.507Z] [Pipeline] getContext
01:21:17 [2024-11-29T00:21:17.509Z] [Pipeline] }
01:21:17 [2024-11-29T00:21:17.520Z] [Pipeline] // stage
01:21:17 [2024-11-29T00:21:17.537Z] [Pipeline] }
01:21:17 [2024-11-29T00:21:17.554Z] [Pipeline] // stage
01:21:17 [2024-11-29T00:21:17.574Z] [Pipeline] stage
01:21:17 [2024-11-29T00:21:17.575Z] [Pipeline] { (Create YAML build report)
01:21:17 [2024-11-29T00:21:17.624Z] [Pipeline] script
01:21:17 [2024-11-29T00:21:17.633Z] [Pipeline] {
01:21:17 [2024-11-29T00:21:17.653Z] [Pipeline] sh
01:21:17 [2024-11-29T00:21:17.913Z] + mkdir -p target
01:21:17 [2024-11-29T00:21:17.916Z] [Pipeline] sh
01:21:18 [2024-11-29T00:21:18.175Z] + mv build.yaml target/
01:21:18 [2024-11-29T00:21:18.177Z] [Pipeline] }
01:21:18 [2024-11-29T00:21:18.188Z] [Pipeline] // script
01:21:18 [2024-11-29T00:21:18.206Z] [Pipeline] }
01:21:18 [2024-11-29T00:21:18.223Z] [Pipeline] // stage
01:21:18 [2024-11-29T00:21:18.347Z] [Pipeline] stage
01:21:18 [2024-11-29T00:21:18.348Z] [Pipeline] { (Declarative: Post Actions)
01:21:18 [2024-11-29T00:21:18.378Z] [Pipeline] step
01:21:18 [2024-11-29T00:21:18.418Z] [Pipeline] script
01:21:18 [2024-11-29T00:21:18.426Z] [Pipeline] {
01:21:18 [2024-11-29T00:21:18.460Z] [Pipeline] }
01:21:18 [2024-11-29T00:21:18.477Z] [Pipeline] // script
01:21:18 [2024-11-29T00:21:18.521Z] [Pipeline] archiveArtifacts
01:21:18 [2024-11-29T00:21:18.525Z] Archiving artifacts
01:21:18 [2024-11-29T00:21:18.550Z] Enregistrement des empreintes numériques
01:21:18 [2024-11-29T00:21:18.572Z] [Pipeline] sh
01:21:18 [2024-11-29T00:21:18.834Z] + rm -rf target
01:21:18 [2024-11-29T00:21:18.845Z] [Pipeline] }
01:21:18 [2024-11-29T00:21:18.863Z] [Pipeline] // stage
01:21:18 [2024-11-29T00:21:18.881Z] [Pipeline] }
01:21:18 [2024-11-29T00:21:18.898Z] [Pipeline] // withEnv
01:21:18 [2024-11-29T00:21:18.916Z] [Pipeline] }
01:21:18 [2024-11-29T00:21:18.917Z] $ docker stop --time=1 6e2cd695e0bcd056508c3e7e6712d15cee6ec476f4cb44ffb4eec05e0381b94f
01:21:20 [2024-11-29T00:21:20.187Z] $ docker rm -f --volumes 6e2cd695e0bcd056508c3e7e6712d15cee6ec476f4cb44ffb4eec05e0381b94f
01:21:20 [2024-11-29T00:21:20.234Z] [Pipeline] // withDockerContainer
01:21:20 [2024-11-29T00:21:20.242Z] [Pipeline] }
01:21:20 [2024-11-29T00:21:20.249Z] [Pipeline] // withEnv
01:21:20 [2024-11-29T00:21:20.267Z] [Pipeline] }
01:21:20 [2024-11-29T00:21:20.288Z] [Pipeline] // node
01:21:20 [2024-11-29T00:21:20.310Z] [Pipeline] End of Pipeline
01:21:20 [2024-11-29T00:21:20.420Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #183
01:21:20 [2024-11-29T00:21:20.423Z] Finished: SUCCESS