SuccèsSortie de la console
01:21:00 [2025-02-28T00:21:00.240Z] Lancé par une alarme périodique
01:21:00 [2025-02-28T00:21:00.240Z] Running as userbuild
01:21:00 [2025-02-28T00:21:00.627Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2025-02-28T00:21:01.163Z] [Pipeline] Start of Pipeline
01:21:01 [2025-02-28T00:21:01.553Z] [Pipeline] node
01:21:01 [2025-02-28T00:21:01.556Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:01 [2025-02-28T00:21:01.561Z] [Pipeline] {
01:21:01 [2025-02-28T00:21:01.578Z] [Pipeline] stage
01:21:01 [2025-02-28T00:21:01.579Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:01 [2025-02-28T00:21:01.592Z] [Pipeline] checkout
01:21:01 [2025-02-28T00:21:01.594Z] Selected Git installation does not exist. Using Default
01:21:01 [2025-02-28T00:21:01.594Z] The recommended git tool is: NONE
01:21:01 [2025-02-28T00:21:01.594Z] No credentials specified
01:21:01 [2025-02-28T00:21:01.594Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:01 [2025-02-28T00:21:01.601Z] Fetching changes from the remote Git repository
01:21:01 [2025-02-28T00:21:01.609Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:01 [2025-02-28T00:21:01.617Z] Cleaning workspace
01:21:01 [2025-02-28T00:21:01.617Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:01 [2025-02-28T00:21:01.622Z] Resetting working tree
01:21:01 [2025-02-28T00:21:01.622Z] > /usr/bin/git reset --hard # timeout=10
01:21:01 [2025-02-28T00:21:01.629Z] > /usr/bin/git clean -fdx # timeout=10
01:21:01 [2025-02-28T00:21:01.635Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2025-02-28T00:21:01.635Z] > /usr/bin/git --version # timeout=10
01:21:01 [2025-02-28T00:21:01.639Z] > git --version # 'git version 2.43.0'
01:21:01 [2025-02-28T00:21:01.639Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:02 [2025-02-28T00:21:02.014Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2025-02-28T00:21:02.020Z] Checking out Revision e8468bf49647ac63ce0c1464a25fb5c963108a3f (refs/remotes/origin/master)
01:21:02 [2025-02-28T00:21:02.020Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2025-02-28T00:21:02.026Z] > /usr/bin/git checkout -f e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10
01:21:02 [2025-02-28T00:21:02.038Z] Commit message: "About Silverpeas Web Browser Edition: - the build pipeline is simplified by asking to the user the branch on which the project has to be built (default valued at 'main') - the release pipeline is improved to create a stable branch in the case the release is done from the main branch."
01:21:02 [2025-02-28T00:21:02.038Z] > /usr/bin/git rev-list --no-walk e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10
01:21:02 [2025-02-28T00:21:02.065Z] [Pipeline] }
01:21:02 [2025-02-28T00:21:02.074Z] [Pipeline] // stage
01:21:02 [2025-02-28T00:21:02.098Z] [Pipeline] withEnv
01:21:02 [2025-02-28T00:21:02.098Z] [Pipeline] {
01:21:02 [2025-02-28T00:21:02.292Z] [Pipeline] isUnix
01:21:02 [2025-02-28T00:21:02.293Z] [Pipeline] withEnv
01:21:02 [2025-02-28T00:21:02.293Z] [Pipeline] {
01:21:02 [2025-02-28T00:21:02.308Z] [Pipeline] sh
01:21:02 [2025-02-28T00:21:02.564Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:02 [2025-02-28T00:21:02.564Z] .
01:21:02 [2025-02-28T00:21:02.565Z] [Pipeline] }
01:21:02 [2025-02-28T00:21:02.578Z] [Pipeline] // withEnv
01:21:02 [2025-02-28T00:21:02.592Z] [Pipeline] withDockerContainer
01:21:02 [2025-02-28T00:21:02.627Z] Jenkins does not seem to be running inside a container
01:21:02 [2025-02-28T00:21:02.636Z] $ docker run -t -d -u 111:119 -v $HOME/.m2/settings.xml:/home/silverbuild/.m2/settings.xml -v $HOME/.m2/settings-security.xml:/home/silverbuild/.m2/settings-security.xml -v $HOME/.gitconfig:/home/silverbuild/.gitconfig -v $HOME/.ssh:/home/silverbuild/.ssh -v $HOME/.gnupg:/home/silverbuild/.gnupg -w /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** silverpeas/silverbuild:6.3.3 cat
01:21:03 [2025-02-28T00:21:03.057Z] $ docker top e1ded8de1bd9c9a5f76bb76023651d39a5edf41986cc84e932ec33fbe95e2a25 -eo pid,comm
01:21:03 [2025-02-28T00:21:03.104Z] [Pipeline] {
01:21:03 [2025-02-28T00:21:03.131Z] [Pipeline] withEnv
01:21:03 [2025-02-28T00:21:03.132Z] [Pipeline] {
01:21:03 [2025-02-28T00:21:03.157Z] [Pipeline] stage
01:21:03 [2025-02-28T00:21:03.158Z] [Pipeline] { (Prepare the job)
01:21:03 [2025-02-28T00:21:03.202Z] [Pipeline] sh
01:21:03 [2025-02-28T00:21:03.459Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:03 [2025-02-28T00:21:03.712Z] [Pipeline] script
01:21:03 [2025-02-28T00:21:03.718Z] [Pipeline] {
01:21:03 [2025-02-28T00:21:03.745Z] [Pipeline] readMavenPom
01:21:03 [2025-02-28T00:21:03.774Z] [Pipeline] sh
01:21:04 [2025-02-28T00:21:04.032Z] + rm -f pom.xml
01:21:04 [2025-02-28T00:21:04.033Z] [Pipeline] }
01:21:04 [2025-02-28T00:21:04.046Z] [Pipeline] // script
01:21:04 [2025-02-28T00:21:04.061Z] [Pipeline] }
01:21:04 [2025-02-28T00:21:04.073Z] [Pipeline] // stage
01:21:04 [2025-02-28T00:21:04.087Z] [Pipeline] stage
01:21:04 [2025-02-28T00:21:04.088Z] [Pipeline] { (Check POM parent version)
01:21:04 [2025-02-28T00:21:04.153Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2025-02-28T00:21:04.154Z] [Pipeline] getContext
01:21:04 [2025-02-28T00:21:04.169Z] [Pipeline] }
01:21:04 [2025-02-28T00:21:04.181Z] [Pipeline] // stage
01:21:04 [2025-02-28T00:21:04.199Z] [Pipeline] stage
01:21:04 [2025-02-28T00:21:04.200Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2025-02-28T00:21:04.229Z] [Pipeline] script
01:21:04 [2025-02-28T00:21:04.235Z] [Pipeline] {
01:21:04 [2025-02-28T00:21:04.256Z] [Pipeline] copyArtifacts
01:21:04 [2025-02-28T00:21:04.264Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 223
01:21:04 [2025-02-28T00:21:04.272Z] [Pipeline] fileExists
01:21:04 [2025-02-28T00:21:04.289Z] [Pipeline] readYaml
01:21:04 [2025-02-28T00:21:04.305Z] [Pipeline] dir
01:21:04 [2025-02-28T00:21:04.305Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2025-02-28T00:21:04.305Z] [Pipeline] {
01:21:04 [2025-02-28T00:21:04.323Z] [Pipeline] git
01:21:04 [2025-02-28T00:21:04.325Z] The recommended git tool is: /usr/bin/git
01:21:04 [2025-02-28T00:21:04.327Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2025-02-28T00:21:04.353Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@49a36630; decorates hudson.Launcher$LocalLauncher@69913223 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2025-02-28T00:21:04.354Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core/.git # timeout=10
01:21:04 [2025-02-28T00:21:04.359Z] Fetching changes from the remote Git repository
01:21:04 [2025-02-28T00:21:04.361Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2025-02-28T00:21:04.366Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2025-02-28T00:21:04.366Z] > /usr/bin/git --version # timeout=10
01:21:04 [2025-02-28T00:21:04.371Z] > git --version # 'git version 2.43.0'
01:21:04 [2025-02-28T00:21:04.371Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2025-02-28T00:21:04.376Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:04 [2025-02-28T00:21:04.945Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:04 [2025-02-28T00:21:04.951Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:04 [2025-02-28T00:21:04.951Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:04 [2025-02-28T00:21:04.956Z] > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2025-02-28T00:21:05.009Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2025-02-28T00:21:05.020Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2025-02-28T00:21:05.027Z] > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2025-02-28T00:21:05.074Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (eb4bb924dcf549c2db0cee56992e75cd32ef4033).Prepare for development iteration of next version 6.3.7"
01:21:05 [2025-02-28T00:21:05.074Z] > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2025-02-28T00:21:05.093Z] [Pipeline] fileExists
01:21:05 [2025-02-28T00:21:05.100Z] [Pipeline] readMavenPom
01:21:05 [2025-02-28T00:21:05.111Z] [Pipeline] sh
01:21:05 [2025-02-28T00:21:05.368Z] + git rev-parse HEAD
01:21:05 [2025-02-28T00:21:05.371Z] [Pipeline] echo
01:21:05 [2025-02-28T00:21:05.372Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:05 [2025-02-28T00:21:05.374Z] [Pipeline] }
01:21:05 [2025-02-28T00:21:05.387Z] [Pipeline] // dir
01:21:05 [2025-02-28T00:21:05.400Z] [Pipeline] echo
01:21:05 [2025-02-28T00:21:05.401Z] Build skipped due to no changes have been done since the last build
01:21:05 [2025-02-28T00:21:05.415Z] [Pipeline] dir
01:21:05 [2025-02-28T00:21:05.415Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:05 [2025-02-28T00:21:05.416Z] [Pipeline] {
01:21:05 [2025-02-28T00:21:05.433Z] [Pipeline] git
01:21:05 [2025-02-28T00:21:05.435Z] The recommended git tool is: /usr/bin/git
01:21:05 [2025-02-28T00:21:05.436Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2025-02-28T00:21:05.447Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2e920207; decorates hudson.Launcher$LocalLauncher@38d4996e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2025-02-28T00:21:05.447Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:05 [2025-02-28T00:21:05.454Z] Fetching changes from the remote Git repository
01:21:05 [2025-02-28T00:21:05.458Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:05 [2025-02-28T00:21:05.469Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:05 [2025-02-28T00:21:05.469Z] > /usr/bin/git --version # timeout=10
01:21:05 [2025-02-28T00:21:05.475Z] > git --version # 'git version 2.43.0'
01:21:05 [2025-02-28T00:21:05.475Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2025-02-28T00:21:05.482Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2025-02-28T00:21:06.493Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2025-02-28T00:21:06.500Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:06 [2025-02-28T00:21:06.500Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2025-02-28T00:21:06.505Z] > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2025-02-28T00:21:06.545Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2025-02-28T00:21:06.558Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2025-02-28T00:21:06.566Z] > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2025-02-28T00:21:06.600Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (f1c18f5b16ecf085b04a36a636aa4aa26ec5d773).Prepare for development iteration of next version 6.3.7"
01:21:06 [2025-02-28T00:21:06.601Z] > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2025-02-28T00:21:06.620Z] [Pipeline] fileExists
01:21:06 [2025-02-28T00:21:06.628Z] [Pipeline] readMavenPom
01:21:06 [2025-02-28T00:21:06.646Z] [Pipeline] sh
01:21:06 [2025-02-28T00:21:06.904Z] + git rev-parse HEAD
01:21:06 [2025-02-28T00:21:06.906Z] [Pipeline] echo
01:21:06 [2025-02-28T00:21:06.907Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:06 [2025-02-28T00:21:06.909Z] [Pipeline] }
01:21:06 [2025-02-28T00:21:06.925Z] [Pipeline] // dir
01:21:06 [2025-02-28T00:21:06.939Z] [Pipeline] echo
01:21:06 [2025-02-28T00:21:06.939Z] Build skipped due to no changes have been done since the last build
01:21:06 [2025-02-28T00:21:06.954Z] [Pipeline] dir
01:21:06 [2025-02-28T00:21:06.954Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:06 [2025-02-28T00:21:06.955Z] [Pipeline] {
01:21:06 [2025-02-28T00:21:06.973Z] [Pipeline] git
01:21:06 [2025-02-28T00:21:06.975Z] Selected Git installation does not exist. Using Default
01:21:06 [2025-02-28T00:21:06.975Z] The recommended git tool is: NONE
01:21:06 [2025-02-28T00:21:06.976Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2025-02-28T00:21:06.985Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@402b6400; decorates hudson.Launcher$LocalLauncher@755bac0b will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2025-02-28T00:21:06.985Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:06 [2025-02-28T00:21:06.992Z] Fetching changes from the remote Git repository
01:21:06 [2025-02-28T00:21:06.995Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2025-02-28T00:21:07.002Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2025-02-28T00:21:07.002Z] > /usr/bin/git --version # timeout=10
01:21:07 [2025-02-28T00:21:07.008Z] > git --version # 'git version 2.43.0'
01:21:07 [2025-02-28T00:21:07.008Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2025-02-28T00:21:07.013Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2025-02-28T00:21:07.381Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2025-02-28T00:21:07.387Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:07 [2025-02-28T00:21:07.387Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2025-02-28T00:21:07.393Z] > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2025-02-28T00:21:07.404Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2025-02-28T00:21:07.412Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2025-02-28T00:21:07.420Z] > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2025-02-28T00:21:07.435Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (586ebdd23e10f812e41a52cbf1a3a7f4a81fe924).Prepare for development iteration of next version 6.3.7"
01:21:07 [2025-02-28T00:21:07.436Z] > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2025-02-28T00:21:07.464Z] [Pipeline] fileExists
01:21:07 [2025-02-28T00:21:07.472Z] [Pipeline] readMavenPom
01:21:07 [2025-02-28T00:21:07.484Z] [Pipeline] sh
01:21:07 [2025-02-28T00:21:07.741Z] + git rev-parse HEAD
01:21:07 [2025-02-28T00:21:07.743Z] [Pipeline] echo
01:21:07 [2025-02-28T00:21:07.744Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:07 [2025-02-28T00:21:07.746Z] [Pipeline] }
01:21:07 [2025-02-28T00:21:07.758Z] [Pipeline] // dir
01:21:07 [2025-02-28T00:21:07.773Z] [Pipeline] echo
01:21:07 [2025-02-28T00:21:07.774Z] Build skipped due to no changes have been done since the last build
01:21:07 [2025-02-28T00:21:07.789Z] [Pipeline] dir
01:21:07 [2025-02-28T00:21:07.790Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:07 [2025-02-28T00:21:07.790Z] [Pipeline] {
01:21:07 [2025-02-28T00:21:07.809Z] [Pipeline] git
01:21:07 [2025-02-28T00:21:07.811Z] The recommended git tool is: NONE
01:21:07 [2025-02-28T00:21:07.812Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2025-02-28T00:21:07.821Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@33f87630; decorates hudson.Launcher$LocalLauncher@144eb012 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2025-02-28T00:21:07.821Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:07 [2025-02-28T00:21:07.828Z] Fetching changes from the remote Git repository
01:21:07 [2025-02-28T00:21:07.831Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:07 [2025-02-28T00:21:07.837Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:07 [2025-02-28T00:21:07.837Z] > /usr/bin/git --version # timeout=10
01:21:07 [2025-02-28T00:21:07.842Z] > git --version # 'git version 2.43.0'
01:21:07 [2025-02-28T00:21:07.842Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2025-02-28T00:21:07.848Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2025-02-28T00:21:08.209Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2025-02-28T00:21:08.215Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:08 [2025-02-28T00:21:08.215Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2025-02-28T00:21:08.220Z] > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2025-02-28T00:21:08.230Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2025-02-28T00:21:08.239Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2025-02-28T00:21:08.245Z] > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2025-02-28T00:21:08.255Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (146430cd63566b3be410c8dd534faa57033583b3).Prepare for development iteration of next version 6.3.7"
01:21:08 [2025-02-28T00:21:08.256Z] > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2025-02-28T00:21:08.276Z] [Pipeline] fileExists
01:21:08 [2025-02-28T00:21:08.287Z] [Pipeline] sh
01:21:08 [2025-02-28T00:21:08.543Z] + git rev-parse HEAD
01:21:08 [2025-02-28T00:21:08.546Z] [Pipeline] echo
01:21:08 [2025-02-28T00:21:08.547Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:08 [2025-02-28T00:21:08.549Z] [Pipeline] }
01:21:08 [2025-02-28T00:21:08.565Z] [Pipeline] // dir
01:21:08 [2025-02-28T00:21:08.581Z] [Pipeline] echo
01:21:08 [2025-02-28T00:21:08.581Z] Build skipped due to no changes have been done since the last build
01:21:08 [2025-02-28T00:21:08.597Z] [Pipeline] dir
01:21:08 [2025-02-28T00:21:08.597Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:08 [2025-02-28T00:21:08.598Z] [Pipeline] {
01:21:08 [2025-02-28T00:21:08.617Z] [Pipeline] git
01:21:08 [2025-02-28T00:21:08.619Z] The recommended git tool is: NONE
01:21:08 [2025-02-28T00:21:08.620Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2025-02-28T00:21:08.628Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@cc7f8ee; decorates hudson.Launcher$LocalLauncher@5b3bf141 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2025-02-28T00:21:08.629Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:08 [2025-02-28T00:21:08.636Z] Fetching changes from the remote Git repository
01:21:08 [2025-02-28T00:21:08.639Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:08 [2025-02-28T00:21:08.645Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:08 [2025-02-28T00:21:08.645Z] > /usr/bin/git --version # timeout=10
01:21:08 [2025-02-28T00:21:08.650Z] > git --version # 'git version 2.43.0'
01:21:08 [2025-02-28T00:21:08.650Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2025-02-28T00:21:08.656Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2025-02-28T00:21:08.999Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2025-02-28T00:21:09.005Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:09 [2025-02-28T00:21:09.005Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2025-02-28T00:21:09.011Z] > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2025-02-28T00:21:09.020Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2025-02-28T00:21:09.028Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2025-02-28T00:21:09.035Z] > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2025-02-28T00:21:09.045Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (10719018413e414cfa70c0f64a945a72670797f4).Prepare for development iteration of next version 6.3.7"
01:21:09 [2025-02-28T00:21:09.045Z] > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2025-02-28T00:21:09.065Z] [Pipeline] fileExists
01:21:09 [2025-02-28T00:21:09.074Z] [Pipeline] readMavenPom
01:21:09 [2025-02-28T00:21:09.084Z] [Pipeline] sh
01:21:09 [2025-02-28T00:21:09.340Z] + git rev-parse HEAD
01:21:09 [2025-02-28T00:21:09.343Z] [Pipeline] echo
01:21:09 [2025-02-28T00:21:09.343Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:09 [2025-02-28T00:21:09.345Z] [Pipeline] }
01:21:09 [2025-02-28T00:21:09.366Z] [Pipeline] // dir
01:21:09 [2025-02-28T00:21:09.382Z] [Pipeline] echo
01:21:09 [2025-02-28T00:21:09.383Z] Build skipped due to no changes have been done since the last build
01:21:09 [2025-02-28T00:21:09.399Z] [Pipeline] dir
01:21:09 [2025-02-28T00:21:09.399Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:09 [2025-02-28T00:21:09.400Z] [Pipeline] {
01:21:09 [2025-02-28T00:21:09.419Z] [Pipeline] git
01:21:09 [2025-02-28T00:21:09.421Z] The recommended git tool is: NONE
01:21:09 [2025-02-28T00:21:09.422Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2025-02-28T00:21:09.434Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6aeaf885; decorates hudson.Launcher$LocalLauncher@19c94d4f will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2025-02-28T00:21:09.435Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:09 [2025-02-28T00:21:09.442Z] Fetching changes from the remote Git repository
01:21:09 [2025-02-28T00:21:09.445Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:09 [2025-02-28T00:21:09.451Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:09 [2025-02-28T00:21:09.451Z] > /usr/bin/git --version # timeout=10
01:21:09 [2025-02-28T00:21:09.456Z] > git --version # 'git version 2.43.0'
01:21:09 [2025-02-28T00:21:09.456Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2025-02-28T00:21:09.462Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2025-02-28T00:21:09.913Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2025-02-28T00:21:09.920Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:09 [2025-02-28T00:21:09.920Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2025-02-28T00:21:09.926Z] > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:09 [2025-02-28T00:21:09.937Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2025-02-28T00:21:09.948Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2025-02-28T00:21:09.956Z] > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:09 [2025-02-28T00:21:09.966Z] 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:09 [2025-02-28T00:21:09.967Z] > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:09 [2025-02-28T00:21:09.987Z] [Pipeline] fileExists
01:21:09 [2025-02-28T00:21:09.996Z] [Pipeline] readMavenPom
01:21:10 [2025-02-28T00:21:10.016Z] [Pipeline] sh
01:21:10 [2025-02-28T00:21:10.275Z] + git rev-parse HEAD
01:21:10 [2025-02-28T00:21:10.277Z] [Pipeline] echo
01:21:10 [2025-02-28T00:21:10.278Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:10 [2025-02-28T00:21:10.280Z] [Pipeline] }
01:21:10 [2025-02-28T00:21:10.296Z] [Pipeline] // dir
01:21:10 [2025-02-28T00:21:10.312Z] [Pipeline] echo
01:21:10 [2025-02-28T00:21:10.312Z] Build skipped due to no changes have been done since the last build
01:21:10 [2025-02-28T00:21:10.313Z] [Pipeline] }
01:21:10 [2025-02-28T00:21:10.328Z] [Pipeline] // script
01:21:10 [2025-02-28T00:21:10.344Z] [Pipeline] }
01:21:10 [2025-02-28T00:21:10.359Z] [Pipeline] // stage
01:21:10 [2025-02-28T00:21:10.377Z] [Pipeline] stage
01:21:10 [2025-02-28T00:21:10.378Z] [Pipeline] { (Build Silverpeas)
01:21:10 [2025-02-28T00:21:10.407Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-28T00:21:10.408Z] [Pipeline] getContext
01:21:10 [2025-02-28T00:21:10.429Z] [Pipeline] stage
01:21:10 [2025-02-28T00:21:10.429Z] [Pipeline] { (Build Silverpeas-Core)
01:21:10 [2025-02-28T00:21:10.446Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-28T00:21:10.447Z] [Pipeline] getContext
01:21:10 [2025-02-28T00:21:10.448Z] [Pipeline] }
01:21:10 [2025-02-28T00:21:10.464Z] [Pipeline] // stage
01:21:10 [2025-02-28T00:21:10.481Z] [Pipeline] stage
01:21:10 [2025-02-28T00:21:10.482Z] [Pipeline] { (Build Silverpeas-Components)
01:21:10 [2025-02-28T00:21:10.499Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-28T00:21:10.499Z] [Pipeline] getContext
01:21:10 [2025-02-28T00:21:10.501Z] [Pipeline] }
01:21:10 [2025-02-28T00:21:10.516Z] [Pipeline] // stage
01:21:10 [2025-02-28T00:21:10.534Z] [Pipeline] stage
01:21:10 [2025-02-28T00:21:10.534Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:10 [2025-02-28T00:21:10.551Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-28T00:21:10.552Z] [Pipeline] getContext
01:21:10 [2025-02-28T00:21:10.553Z] [Pipeline] }
01:21:10 [2025-02-28T00:21:10.569Z] [Pipeline] // stage
01:21:10 [2025-02-28T00:21:10.587Z] [Pipeline] stage
01:21:10 [2025-02-28T00:21:10.587Z] [Pipeline] { (Build Silverpeas Setup)
01:21:10 [2025-02-28T00:21:10.604Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-28T00:21:10.605Z] [Pipeline] getContext
01:21:10 [2025-02-28T00:21:10.606Z] [Pipeline] }
01:21:10 [2025-02-28T00:21:10.622Z] [Pipeline] // stage
01:21:10 [2025-02-28T00:21:10.639Z] [Pipeline] stage
01:21:10 [2025-02-28T00:21:10.640Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:10 [2025-02-28T00:21:10.656Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-28T00:21:10.657Z] [Pipeline] getContext
01:21:10 [2025-02-28T00:21:10.659Z] [Pipeline] }
01:21:10 [2025-02-28T00:21:10.674Z] [Pipeline] // stage
01:21:10 [2025-02-28T00:21:10.692Z] [Pipeline] stage
01:21:10 [2025-02-28T00:21:10.693Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:10 [2025-02-28T00:21:10.709Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-28T00:21:10.710Z] [Pipeline] getContext
01:21:10 [2025-02-28T00:21:10.711Z] [Pipeline] }
01:21:10 [2025-02-28T00:21:10.727Z] [Pipeline] // stage
01:21:10 [2025-02-28T00:21:10.744Z] [Pipeline] stage
01:21:10 [2025-02-28T00:21:10.745Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:10 [2025-02-28T00:21:10.762Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-28T00:21:10.762Z] [Pipeline] getContext
01:21:10 [2025-02-28T00:21:10.764Z] [Pipeline] }
01:21:10 [2025-02-28T00:21:10.780Z] [Pipeline] // stage
01:21:10 [2025-02-28T00:21:10.798Z] [Pipeline] stage
01:21:10 [2025-02-28T00:21:10.798Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:10 [2025-02-28T00:21:10.815Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-28T00:21:10.816Z] [Pipeline] getContext
01:21:10 [2025-02-28T00:21:10.817Z] [Pipeline] }
01:21:10 [2025-02-28T00:21:10.832Z] [Pipeline] // stage
01:21:10 [2025-02-28T00:21:10.850Z] [Pipeline] stage
01:21:10 [2025-02-28T00:21:10.851Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:10 [2025-02-28T00:21:10.867Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-28T00:21:10.868Z] [Pipeline] getContext
01:21:10 [2025-02-28T00:21:10.870Z] [Pipeline] }
01:21:10 [2025-02-28T00:21:10.885Z] [Pipeline] // stage
01:21:10 [2025-02-28T00:21:10.903Z] [Pipeline] stage
01:21:10 [2025-02-28T00:21:10.903Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:10 [2025-02-28T00:21:10.920Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-28T00:21:10.920Z] [Pipeline] getContext
01:21:10 [2025-02-28T00:21:10.922Z] [Pipeline] }
01:21:10 [2025-02-28T00:21:10.938Z] [Pipeline] // stage
01:21:10 [2025-02-28T00:21:10.988Z] [Pipeline] stage
01:21:10 [2025-02-28T00:21:10.989Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:11 [2025-02-28T00:21:11.008Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-28T00:21:11.009Z] [Pipeline] getContext
01:21:11 [2025-02-28T00:21:11.012Z] [Pipeline] }
01:21:11 [2025-02-28T00:21:11.029Z] [Pipeline] // stage
01:21:11 [2025-02-28T00:21:11.047Z] [Pipeline] stage
01:21:11 [2025-02-28T00:21:11.048Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:11 [2025-02-28T00:21:11.066Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-28T00:21:11.067Z] [Pipeline] getContext
01:21:11 [2025-02-28T00:21:11.068Z] [Pipeline] }
01:21:11 [2025-02-28T00:21:11.084Z] [Pipeline] // stage
01:21:11 [2025-02-28T00:21:11.103Z] [Pipeline] stage
01:21:11 [2025-02-28T00:21:11.104Z] [Pipeline] { (Publish Community Web Site)
01:21:11 [2025-02-28T00:21:11.121Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-28T00:21:11.122Z] [Pipeline] getContext
01:21:11 [2025-02-28T00:21:11.123Z] [Pipeline] }
01:21:11 [2025-02-28T00:21:11.152Z] [Pipeline] // stage
01:21:11 [2025-02-28T00:21:11.168Z] [Pipeline] }
01:21:11 [2025-02-28T00:21:11.182Z] [Pipeline] // stage
01:21:11 [2025-02-28T00:21:11.202Z] [Pipeline] stage
01:21:11 [2025-02-28T00:21:11.203Z] [Pipeline] { (Create YAML build report)
01:21:11 [2025-02-28T00:21:11.232Z] [Pipeline] script
01:21:11 [2025-02-28T00:21:11.239Z] [Pipeline] {
01:21:11 [2025-02-28T00:21:11.255Z] [Pipeline] sh
01:21:11 [2025-02-28T00:21:11.513Z] + mkdir -p target
01:21:11 [2025-02-28T00:21:11.516Z] [Pipeline] sh
01:21:11 [2025-02-28T00:21:11.773Z] + mv build.yaml target/
01:21:11 [2025-02-28T00:21:11.774Z] [Pipeline] }
01:21:11 [2025-02-28T00:21:11.790Z] [Pipeline] // script
01:21:11 [2025-02-28T00:21:11.806Z] [Pipeline] }
01:21:11 [2025-02-28T00:21:11.821Z] [Pipeline] // stage
01:21:11 [2025-02-28T00:21:11.846Z] [Pipeline] stage
01:21:11 [2025-02-28T00:21:11.847Z] [Pipeline] { (Declarative: Post Actions)
01:21:11 [2025-02-28T00:21:11.876Z] [Pipeline] step
01:21:11 [2025-02-28T00:21:11.904Z] [Pipeline] script
01:21:11 [2025-02-28T00:21:11.911Z] [Pipeline] {
01:21:11 [2025-02-28T00:21:11.944Z] [Pipeline] }
01:21:11 [2025-02-28T00:21:11.959Z] [Pipeline] // script
01:21:11 [2025-02-28T00:21:11.980Z] [Pipeline] archiveArtifacts
01:21:11 [2025-02-28T00:21:11.983Z] Archiving artifacts
01:21:11 [2025-02-28T00:21:11.999Z] Enregistrement des empreintes numériques
01:21:12 [2025-02-28T00:21:12.011Z] [Pipeline] sh
01:21:12 [2025-02-28T00:21:12.271Z] + rm -rf target
01:21:12 [2025-02-28T00:21:12.277Z] [Pipeline] }
01:21:12 [2025-02-28T00:21:12.293Z] [Pipeline] // stage
01:21:12 [2025-02-28T00:21:12.309Z] [Pipeline] }
01:21:12 [2025-02-28T00:21:12.324Z] [Pipeline] // withEnv
01:21:12 [2025-02-28T00:21:12.340Z] [Pipeline] }
01:21:12 [2025-02-28T00:21:12.341Z] $ docker stop --time=1 e1ded8de1bd9c9a5f76bb76023651d39a5edf41986cc84e932ec33fbe95e2a25
01:21:13 [2025-02-28T00:21:13.566Z] $ docker rm -f --volumes e1ded8de1bd9c9a5f76bb76023651d39a5edf41986cc84e932ec33fbe95e2a25
01:21:13 [2025-02-28T00:21:13.607Z] [Pipeline] // withDockerContainer
01:21:13 [2025-02-28T00:21:13.615Z] [Pipeline] }
01:21:13 [2025-02-28T00:21:13.622Z] [Pipeline] // withEnv
01:21:13 [2025-02-28T00:21:13.628Z] [Pipeline] }
01:21:13 [2025-02-28T00:21:13.636Z] [Pipeline] // node
01:21:13 [2025-02-28T00:21:13.651Z] [Pipeline] End of Pipeline
01:21:13 [2025-02-28T00:21:13.719Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #196
01:21:13 [2025-02-28T00:21:13.719Z] Finished: SUCCESS