01:21:00 [2025-02-21T00:21:00.240Z] Lancé par une alarme périodique
01:21:00 [2025-02-21T00:21:00.241Z] Running as userbuild
01:21:00 [2025-02-21T00:21:00.612Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2025-02-21T00:21:01.160Z] [Pipeline] Start of Pipeline
01:21:01 [2025-02-21T00:21:01.545Z] [Pipeline] node
01:21:01 [2025-02-21T00:21:01.548Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:01 [2025-02-21T00:21:01.555Z] [Pipeline] {
01:21:01 [2025-02-21T00:21:01.577Z] [Pipeline] stage
01:21:01 [2025-02-21T00:21:01.578Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:01 [2025-02-21T00:21:01.592Z] [Pipeline] checkout
01:21:01 [2025-02-21T00:21:01.595Z] Selected Git installation does not exist. Using Default
01:21:01 [2025-02-21T00:21:01.595Z] The recommended git tool is: NONE
01:21:01 [2025-02-21T00:21:01.595Z] No credentials specified
01:21:01 [2025-02-21T00:21:01.595Z] > /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-21T00:21:01.601Z] Fetching changes from the remote Git repository
01:21:01 [2025-02-21T00:21:01.606Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:01 [2025-02-21T00:21:01.613Z] Cleaning workspace
01:21:01 [2025-02-21T00:21:01.613Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:01 [2025-02-21T00:21:01.618Z] Resetting working tree
01:21:01 [2025-02-21T00:21:01.618Z] > /usr/bin/git reset --hard # timeout=10
01:21:01 [2025-02-21T00:21:01.629Z] > /usr/bin/git clean -fdx # timeout=10
01:21:01 [2025-02-21T00:21:01.636Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2025-02-21T00:21:01.636Z] > /usr/bin/git --version # timeout=10
01:21:01 [2025-02-21T00:21:01.641Z] > git --version # 'git version 2.43.0'
01:21:01 [2025-02-21T00:21:01.641Z] > /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-21T00:21:02.021Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2025-02-21T00:21:02.027Z] Checking out Revision e8468bf49647ac63ce0c1464a25fb5c963108a3f (refs/remotes/origin/master)
01:21:02 [2025-02-21T00:21:02.027Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2025-02-21T00:21:02.033Z] > /usr/bin/git checkout -f e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10
01:21:02 [2025-02-21T00:21:02.046Z] 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-21T00:21:02.047Z] > /usr/bin/git rev-list --no-walk e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10
01:21:02 [2025-02-21T00:21:02.074Z] [Pipeline] }
01:21:02 [2025-02-21T00:21:02.086Z] [Pipeline] // stage
01:21:02 [2025-02-21T00:21:02.111Z] [Pipeline] withEnv
01:21:02 [2025-02-21T00:21:02.111Z] [Pipeline] {
01:21:02 [2025-02-21T00:21:02.337Z] [Pipeline] isUnix
01:21:02 [2025-02-21T00:21:02.338Z] [Pipeline] withEnv
01:21:02 [2025-02-21T00:21:02.338Z] [Pipeline] {
01:21:02 [2025-02-21T00:21:02.355Z] [Pipeline] sh
01:21:02 [2025-02-21T00:21:02.612Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:02 [2025-02-21T00:21:02.612Z] .
01:21:02 [2025-02-21T00:21:02.613Z] [Pipeline] }
01:21:02 [2025-02-21T00:21:02.626Z] [Pipeline] // withEnv
01:21:02 [2025-02-21T00:21:02.641Z] [Pipeline] withDockerContainer
01:21:02 [2025-02-21T00:21:02.676Z] Jenkins does not seem to be running inside a container
01:21:02 [2025-02-21T00:21:02.684Z] $ 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-21T00:21:03.097Z] $ docker top 394f41c90ae5ba775450137ffcea4fc63f433c05334d831f6d1b3b2ff6d0a540 -eo pid,comm
01:21:03 [2025-02-21T00:21:03.137Z] [Pipeline] {
01:21:03 [2025-02-21T00:21:03.157Z] [Pipeline] withEnv
01:21:03 [2025-02-21T00:21:03.158Z] [Pipeline] {
01:21:03 [2025-02-21T00:21:03.177Z] [Pipeline] stage
01:21:03 [2025-02-21T00:21:03.178Z] [Pipeline] { (Prepare the job)
01:21:03 [2025-02-21T00:21:03.228Z] [Pipeline] sh
01:21:03 [2025-02-21T00:21:03.486Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:03 [2025-02-21T00:21:03.739Z] [Pipeline] script
01:21:03 [2025-02-21T00:21:03.745Z] [Pipeline] {
01:21:03 [2025-02-21T00:21:03.762Z] [Pipeline] readMavenPom
01:21:03 [2025-02-21T00:21:03.793Z] [Pipeline] sh
01:21:04 [2025-02-21T00:21:04.051Z] + rm -f pom.xml
01:21:04 [2025-02-21T00:21:04.052Z] [Pipeline] }
01:21:04 [2025-02-21T00:21:04.066Z] [Pipeline] // script
01:21:04 [2025-02-21T00:21:04.082Z] [Pipeline] }
01:21:04 [2025-02-21T00:21:04.095Z] [Pipeline] // stage
01:21:04 [2025-02-21T00:21:04.112Z] [Pipeline] stage
01:21:04 [2025-02-21T00:21:04.113Z] [Pipeline] { (Check POM parent version)
01:21:04 [2025-02-21T00:21:04.182Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2025-02-21T00:21:04.182Z] [Pipeline] getContext
01:21:04 [2025-02-21T00:21:04.195Z] [Pipeline] }
01:21:04 [2025-02-21T00:21:04.209Z] [Pipeline] // stage
01:21:04 [2025-02-21T00:21:04.224Z] [Pipeline] stage
01:21:04 [2025-02-21T00:21:04.225Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2025-02-21T00:21:04.254Z] [Pipeline] script
01:21:04 [2025-02-21T00:21:04.260Z] [Pipeline] {
01:21:04 [2025-02-21T00:21:04.282Z] [Pipeline] copyArtifacts
01:21:04 [2025-02-21T00:21:04.290Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 222
01:21:04 [2025-02-21T00:21:04.300Z] [Pipeline] fileExists
01:21:04 [2025-02-21T00:21:04.318Z] [Pipeline] readYaml
01:21:04 [2025-02-21T00:21:04.334Z] [Pipeline] dir
01:21:04 [2025-02-21T00:21:04.335Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2025-02-21T00:21:04.335Z] [Pipeline] {
01:21:04 [2025-02-21T00:21:04.353Z] [Pipeline] git
01:21:04 [2025-02-21T00:21:04.355Z] The recommended git tool is: /usr/bin/git
01:21:04 [2025-02-21T00:21:04.357Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2025-02-21T00:21:04.372Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@24b3dec0; decorates hudson.Launcher$LocalLauncher@1a2ef3e1 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2025-02-21T00:21:04.372Z] > /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-21T00:21:04.378Z] Fetching changes from the remote Git repository
01:21:04 [2025-02-21T00:21:04.382Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2025-02-21T00:21:04.387Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2025-02-21T00:21:04.387Z] > /usr/bin/git --version # timeout=10
01:21:04 [2025-02-21T00:21:04.392Z] > git --version # 'git version 2.43.0'
01:21:04 [2025-02-21T00:21:04.392Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2025-02-21T00:21:04.398Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2025-02-21T00:21:05.206Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2025-02-21T00:21:05.213Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:05 [2025-02-21T00:21:05.213Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2025-02-21T00:21:05.218Z] > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2025-02-21T00:21:05.278Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2025-02-21T00:21:05.290Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2025-02-21T00:21:05.299Z] > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2025-02-21T00:21:05.351Z] 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-21T00:21:05.351Z] > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2025-02-21T00:21:05.380Z] [Pipeline] fileExists
01:21:05 [2025-02-21T00:21:05.388Z] [Pipeline] readMavenPom
01:21:05 [2025-02-21T00:21:05.408Z] [Pipeline] sh
01:21:05 [2025-02-21T00:21:05.664Z] + git rev-parse HEAD
01:21:05 [2025-02-21T00:21:05.667Z] [Pipeline] echo
01:21:05 [2025-02-21T00:21:05.668Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:05 [2025-02-21T00:21:05.670Z] [Pipeline] }
01:21:05 [2025-02-21T00:21:05.684Z] [Pipeline] // dir
01:21:05 [2025-02-21T00:21:05.698Z] [Pipeline] echo
01:21:05 [2025-02-21T00:21:05.698Z] Build skipped due to no changes have been done since the last build
01:21:05 [2025-02-21T00:21:05.713Z] [Pipeline] dir
01:21:05 [2025-02-21T00:21:05.714Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:05 [2025-02-21T00:21:05.714Z] [Pipeline] {
01:21:05 [2025-02-21T00:21:05.732Z] [Pipeline] git
01:21:05 [2025-02-21T00:21:05.734Z] The recommended git tool is: /usr/bin/git
01:21:05 [2025-02-21T00:21:05.735Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2025-02-21T00:21:05.746Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@32b9049; decorates hudson.Launcher$LocalLauncher@14a25065 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2025-02-21T00:21:05.746Z] > /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-21T00:21:05.752Z] Fetching changes from the remote Git repository
01:21:05 [2025-02-21T00:21:05.755Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:05 [2025-02-21T00:21:05.760Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:05 [2025-02-21T00:21:05.760Z] > /usr/bin/git --version # timeout=10
01:21:05 [2025-02-21T00:21:05.765Z] > git --version # 'git version 2.43.0'
01:21:05 [2025-02-21T00:21:05.765Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2025-02-21T00:21:05.771Z] > /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-21T00:21:06.532Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2025-02-21T00:21:06.539Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:06 [2025-02-21T00:21:06.539Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2025-02-21T00:21:06.545Z] > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2025-02-21T00:21:06.593Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2025-02-21T00:21:06.606Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2025-02-21T00:21:06.613Z] > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2025-02-21T00:21:06.652Z] 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-21T00:21:06.652Z] > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2025-02-21T00:21:06.674Z] [Pipeline] fileExists
01:21:06 [2025-02-21T00:21:06.685Z] [Pipeline] readMavenPom
01:21:06 [2025-02-21T00:21:06.696Z] [Pipeline] sh
01:21:06 [2025-02-21T00:21:06.954Z] + git rev-parse HEAD
01:21:06 [2025-02-21T00:21:06.957Z] [Pipeline] echo
01:21:06 [2025-02-21T00:21:06.958Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:06 [2025-02-21T00:21:06.960Z] [Pipeline] }
01:21:06 [2025-02-21T00:21:06.977Z] [Pipeline] // dir
01:21:06 [2025-02-21T00:21:06.991Z] [Pipeline] echo
01:21:06 [2025-02-21T00:21:06.992Z] Build skipped due to no changes have been done since the last build
01:21:07 [2025-02-21T00:21:07.007Z] [Pipeline] dir
01:21:07 [2025-02-21T00:21:07.008Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:07 [2025-02-21T00:21:07.008Z] [Pipeline] {
01:21:07 [2025-02-21T00:21:07.028Z] [Pipeline] git
01:21:07 [2025-02-21T00:21:07.030Z] Selected Git installation does not exist. Using Default
01:21:07 [2025-02-21T00:21:07.030Z] The recommended git tool is: NONE
01:21:07 [2025-02-21T00:21:07.031Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2025-02-21T00:21:07.053Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@31c04bed; decorates hudson.Launcher$LocalLauncher@35538b96 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2025-02-21T00:21:07.053Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:07 [2025-02-21T00:21:07.060Z] Fetching changes from the remote Git repository
01:21:07 [2025-02-21T00:21:07.064Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2025-02-21T00:21:07.070Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2025-02-21T00:21:07.070Z] > /usr/bin/git --version # timeout=10
01:21:07 [2025-02-21T00:21:07.076Z] > git --version # 'git version 2.43.0'
01:21:07 [2025-02-21T00:21:07.076Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2025-02-21T00:21:07.082Z] > /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-21T00:21:07.508Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2025-02-21T00:21:07.514Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:07 [2025-02-21T00:21:07.515Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2025-02-21T00:21:07.521Z] > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2025-02-21T00:21:07.535Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2025-02-21T00:21:07.544Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2025-02-21T00:21:07.552Z] > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2025-02-21T00:21:07.569Z] 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-21T00:21:07.569Z] > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2025-02-21T00:21:07.601Z] [Pipeline] fileExists
01:21:07 [2025-02-21T00:21:07.617Z] [Pipeline] readMavenPom
01:21:07 [2025-02-21T00:21:07.638Z] [Pipeline] sh
01:21:07 [2025-02-21T00:21:07.897Z] + git rev-parse HEAD
01:21:07 [2025-02-21T00:21:07.899Z] [Pipeline] echo
01:21:07 [2025-02-21T00:21:07.900Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:07 [2025-02-21T00:21:07.902Z] [Pipeline] }
01:21:07 [2025-02-21T00:21:07.917Z] [Pipeline] // dir
01:21:07 [2025-02-21T00:21:07.933Z] [Pipeline] echo
01:21:07 [2025-02-21T00:21:07.933Z] Build skipped due to no changes have been done since the last build
01:21:07 [2025-02-21T00:21:07.949Z] [Pipeline] dir
01:21:07 [2025-02-21T00:21:07.950Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:07 [2025-02-21T00:21:07.950Z] [Pipeline] {
01:21:07 [2025-02-21T00:21:07.970Z] [Pipeline] git
01:21:07 [2025-02-21T00:21:07.972Z] The recommended git tool is: NONE
01:21:07 [2025-02-21T00:21:07.973Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2025-02-21T00:21:07.984Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@46e67cf7; decorates hudson.Launcher$LocalLauncher@37d46ae1 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2025-02-21T00:21:07.984Z] > /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-21T00:21:07.991Z] Fetching changes from the remote Git repository
01:21:07 [2025-02-21T00:21:07.995Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:08 [2025-02-21T00:21:08.001Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:08 [2025-02-21T00:21:08.001Z] > /usr/bin/git --version # timeout=10
01:21:08 [2025-02-21T00:21:08.007Z] > git --version # 'git version 2.43.0'
01:21:08 [2025-02-21T00:21:08.007Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2025-02-21T00:21:08.013Z] > /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-21T00:21:08.407Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2025-02-21T00:21:08.413Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:08 [2025-02-21T00:21:08.413Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2025-02-21T00:21:08.419Z] > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2025-02-21T00:21:08.431Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2025-02-21T00:21:08.441Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2025-02-21T00:21:08.449Z] > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2025-02-21T00:21:08.464Z] 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-21T00:21:08.465Z] > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2025-02-21T00:21:08.495Z] [Pipeline] fileExists
01:21:08 [2025-02-21T00:21:08.510Z] [Pipeline] sh
01:21:08 [2025-02-21T00:21:08.768Z] + git rev-parse HEAD
01:21:08 [2025-02-21T00:21:08.771Z] [Pipeline] echo
01:21:08 [2025-02-21T00:21:08.771Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:08 [2025-02-21T00:21:08.773Z] [Pipeline] }
01:21:08 [2025-02-21T00:21:08.791Z] [Pipeline] // dir
01:21:08 [2025-02-21T00:21:08.807Z] [Pipeline] echo
01:21:08 [2025-02-21T00:21:08.807Z] Build skipped due to no changes have been done since the last build
01:21:08 [2025-02-21T00:21:08.824Z] [Pipeline] dir
01:21:08 [2025-02-21T00:21:08.824Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:08 [2025-02-21T00:21:08.825Z] [Pipeline] {
01:21:08 [2025-02-21T00:21:08.845Z] [Pipeline] git
01:21:08 [2025-02-21T00:21:08.848Z] The recommended git tool is: NONE
01:21:08 [2025-02-21T00:21:08.848Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2025-02-21T00:21:08.860Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@62b22e48; decorates hudson.Launcher$LocalLauncher@4b1225f0 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2025-02-21T00:21:08.860Z] > /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-21T00:21:08.867Z] Fetching changes from the remote Git repository
01:21:08 [2025-02-21T00:21:08.870Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:08 [2025-02-21T00:21:08.877Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:08 [2025-02-21T00:21:08.877Z] > /usr/bin/git --version # timeout=10
01:21:08 [2025-02-21T00:21:08.882Z] > git --version # 'git version 2.43.0'
01:21:08 [2025-02-21T00:21:08.882Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2025-02-21T00:21:08.889Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2025-02-21T00:21:09.259Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2025-02-21T00:21:09.265Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:09 [2025-02-21T00:21:09.266Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2025-02-21T00:21:09.271Z] > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2025-02-21T00:21:09.281Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2025-02-21T00:21:09.290Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2025-02-21T00:21:09.297Z] > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2025-02-21T00:21:09.312Z] 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-21T00:21:09.312Z] > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2025-02-21T00:21:09.334Z] [Pipeline] fileExists
01:21:09 [2025-02-21T00:21:09.345Z] [Pipeline] readMavenPom
01:21:09 [2025-02-21T00:21:09.365Z] [Pipeline] sh
01:21:09 [2025-02-21T00:21:09.623Z] + git rev-parse HEAD
01:21:09 [2025-02-21T00:21:09.626Z] [Pipeline] echo
01:21:09 [2025-02-21T00:21:09.627Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:09 [2025-02-21T00:21:09.629Z] [Pipeline] }
01:21:09 [2025-02-21T00:21:09.645Z] [Pipeline] // dir
01:21:09 [2025-02-21T00:21:09.661Z] [Pipeline] echo
01:21:09 [2025-02-21T00:21:09.661Z] Build skipped due to no changes have been done since the last build
01:21:09 [2025-02-21T00:21:09.679Z] [Pipeline] dir
01:21:09 [2025-02-21T00:21:09.679Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:09 [2025-02-21T00:21:09.680Z] [Pipeline] {
01:21:09 [2025-02-21T00:21:09.700Z] [Pipeline] git
01:21:09 [2025-02-21T00:21:09.703Z] The recommended git tool is: NONE
01:21:09 [2025-02-21T00:21:09.703Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2025-02-21T00:21:09.712Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1832b37c; decorates hudson.Launcher$LocalLauncher@329f955a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2025-02-21T00:21:09.712Z] > /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-21T00:21:09.719Z] Fetching changes from the remote Git repository
01:21:09 [2025-02-21T00:21:09.721Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:09 [2025-02-21T00:21:09.726Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:09 [2025-02-21T00:21:09.726Z] > /usr/bin/git --version # timeout=10
01:21:09 [2025-02-21T00:21:09.731Z] > git --version # 'git version 2.43.0'
01:21:09 [2025-02-21T00:21:09.731Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2025-02-21T00:21:09.737Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2025-02-21T00:21:10.139Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2025-02-21T00:21:10.146Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:10 [2025-02-21T00:21:10.146Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2025-02-21T00:21:10.151Z] > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2025-02-21T00:21:10.161Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2025-02-21T00:21:10.172Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2025-02-21T00:21:10.179Z] > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2025-02-21T00:21:10.189Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (e6cf90efb933ea1d65558af1cade3056ac4b6462).Prepare for development iteration of next version 6.3.7"
01:21:10 [2025-02-21T00:21:10.189Z] > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2025-02-21T00:21:10.210Z] [Pipeline] fileExists
01:21:10 [2025-02-21T00:21:10.228Z] [Pipeline] readMavenPom
01:21:10 [2025-02-21T00:21:10.250Z] [Pipeline] sh
01:21:10 [2025-02-21T00:21:10.508Z] + git rev-parse HEAD
01:21:10 [2025-02-21T00:21:10.511Z] [Pipeline] echo
01:21:10 [2025-02-21T00:21:10.511Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:10 [2025-02-21T00:21:10.513Z] [Pipeline] }
01:21:10 [2025-02-21T00:21:10.530Z] [Pipeline] // dir
01:21:10 [2025-02-21T00:21:10.547Z] [Pipeline] echo
01:21:10 [2025-02-21T00:21:10.547Z] Build skipped due to no changes have been done since the last build
01:21:10 [2025-02-21T00:21:10.548Z] [Pipeline] }
01:21:10 [2025-02-21T00:21:10.564Z] [Pipeline] // script
01:21:10 [2025-02-21T00:21:10.580Z] [Pipeline] }
01:21:10 [2025-02-21T00:21:10.595Z] [Pipeline] // stage
01:21:10 [2025-02-21T00:21:10.612Z] [Pipeline] stage
01:21:10 [2025-02-21T00:21:10.613Z] [Pipeline] { (Build Silverpeas)
01:21:10 [2025-02-21T00:21:10.640Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-21T00:21:10.641Z] [Pipeline] getContext
01:21:10 [2025-02-21T00:21:10.675Z] [Pipeline] stage
01:21:10 [2025-02-21T00:21:10.675Z] [Pipeline] { (Build Silverpeas-Core)
01:21:10 [2025-02-21T00:21:10.692Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-21T00:21:10.693Z] [Pipeline] getContext
01:21:10 [2025-02-21T00:21:10.695Z] [Pipeline] }
01:21:10 [2025-02-21T00:21:10.711Z] [Pipeline] // stage
01:21:10 [2025-02-21T00:21:10.729Z] [Pipeline] stage
01:21:10 [2025-02-21T00:21:10.730Z] [Pipeline] { (Build Silverpeas-Components)
01:21:10 [2025-02-21T00:21:10.747Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-21T00:21:10.748Z] [Pipeline] getContext
01:21:10 [2025-02-21T00:21:10.750Z] [Pipeline] }
01:21:10 [2025-02-21T00:21:10.766Z] [Pipeline] // stage
01:21:10 [2025-02-21T00:21:10.785Z] [Pipeline] stage
01:21:10 [2025-02-21T00:21:10.786Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:10 [2025-02-21T00:21:10.803Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-21T00:21:10.804Z] [Pipeline] getContext
01:21:10 [2025-02-21T00:21:10.805Z] [Pipeline] }
01:21:10 [2025-02-21T00:21:10.821Z] [Pipeline] // stage
01:21:10 [2025-02-21T00:21:10.839Z] [Pipeline] stage
01:21:10 [2025-02-21T00:21:10.840Z] [Pipeline] { (Build Silverpeas Setup)
01:21:10 [2025-02-21T00:21:10.855Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-21T00:21:10.856Z] [Pipeline] getContext
01:21:10 [2025-02-21T00:21:10.857Z] [Pipeline] }
01:21:10 [2025-02-21T00:21:10.874Z] [Pipeline] // stage
01:21:10 [2025-02-21T00:21:10.891Z] [Pipeline] stage
01:21:10 [2025-02-21T00:21:10.892Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:10 [2025-02-21T00:21:10.907Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-21T00:21:10.908Z] [Pipeline] getContext
01:21:10 [2025-02-21T00:21:10.910Z] [Pipeline] }
01:21:10 [2025-02-21T00:21:10.926Z] [Pipeline] // stage
01:21:10 [2025-02-21T00:21:10.944Z] [Pipeline] stage
01:21:10 [2025-02-21T00:21:10.945Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:10 [2025-02-21T00:21:10.960Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-02-21T00:21:10.961Z] [Pipeline] getContext
01:21:10 [2025-02-21T00:21:10.963Z] [Pipeline] }
01:21:10 [2025-02-21T00:21:10.979Z] [Pipeline] // stage
01:21:10 [2025-02-21T00:21:10.997Z] [Pipeline] stage
01:21:10 [2025-02-21T00:21:10.998Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:11 [2025-02-21T00:21:11.013Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-21T00:21:11.014Z] [Pipeline] getContext
01:21:11 [2025-02-21T00:21:11.016Z] [Pipeline] }
01:21:11 [2025-02-21T00:21:11.032Z] [Pipeline] // stage
01:21:11 [2025-02-21T00:21:11.050Z] [Pipeline] stage
01:21:11 [2025-02-21T00:21:11.051Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:11 [2025-02-21T00:21:11.092Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-21T00:21:11.094Z] [Pipeline] getContext
01:21:11 [2025-02-21T00:21:11.095Z] [Pipeline] }
01:21:11 [2025-02-21T00:21:11.113Z] [Pipeline] // stage
01:21:11 [2025-02-21T00:21:11.133Z] [Pipeline] stage
01:21:11 [2025-02-21T00:21:11.134Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:11 [2025-02-21T00:21:11.146Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-21T00:21:11.147Z] [Pipeline] getContext
01:21:11 [2025-02-21T00:21:11.148Z] [Pipeline] }
01:21:11 [2025-02-21T00:21:11.165Z] [Pipeline] // stage
01:21:11 [2025-02-21T00:21:11.184Z] [Pipeline] stage
01:21:11 [2025-02-21T00:21:11.185Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:11 [2025-02-21T00:21:11.197Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-21T00:21:11.197Z] [Pipeline] getContext
01:21:11 [2025-02-21T00:21:11.198Z] [Pipeline] }
01:21:11 [2025-02-21T00:21:11.215Z] [Pipeline] // stage
01:21:11 [2025-02-21T00:21:11.255Z] [Pipeline] stage
01:21:11 [2025-02-21T00:21:11.256Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:11 [2025-02-21T00:21:11.268Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-21T00:21:11.269Z] [Pipeline] getContext
01:21:11 [2025-02-21T00:21:11.270Z] [Pipeline] }
01:21:11 [2025-02-21T00:21:11.286Z] [Pipeline] // stage
01:21:11 [2025-02-21T00:21:11.303Z] [Pipeline] stage
01:21:11 [2025-02-21T00:21:11.304Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:11 [2025-02-21T00:21:11.315Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-21T00:21:11.316Z] [Pipeline] getContext
01:21:11 [2025-02-21T00:21:11.316Z] [Pipeline] }
01:21:11 [2025-02-21T00:21:11.332Z] [Pipeline] // stage
01:21:11 [2025-02-21T00:21:11.350Z] [Pipeline] stage
01:21:11 [2025-02-21T00:21:11.351Z] [Pipeline] { (Publish Community Web Site)
01:21:11 [2025-02-21T00:21:11.367Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-02-21T00:21:11.368Z] [Pipeline] getContext
01:21:11 [2025-02-21T00:21:11.370Z] [Pipeline] }
01:21:11 [2025-02-21T00:21:11.386Z] [Pipeline] // stage
01:21:11 [2025-02-21T00:21:11.402Z] [Pipeline] }
01:21:11 [2025-02-21T00:21:11.416Z] [Pipeline] // stage
01:21:11 [2025-02-21T00:21:11.434Z] [Pipeline] stage
01:21:11 [2025-02-21T00:21:11.435Z] [Pipeline] { (Create YAML build report)
01:21:11 [2025-02-21T00:21:11.466Z] [Pipeline] script
01:21:11 [2025-02-21T00:21:11.473Z] [Pipeline] {
01:21:11 [2025-02-21T00:21:11.491Z] [Pipeline] sh
01:21:11 [2025-02-21T00:21:11.749Z] + mkdir -p target
01:21:11 [2025-02-21T00:21:11.752Z] [Pipeline] sh
01:21:12 [2025-02-21T00:21:12.010Z] + mv build.yaml target/
01:21:12 [2025-02-21T00:21:12.011Z] [Pipeline] }
01:21:12 [2025-02-21T00:21:12.028Z] [Pipeline] // script
01:21:12 [2025-02-21T00:21:12.045Z] [Pipeline] }
01:21:12 [2025-02-21T00:21:12.061Z] [Pipeline] // stage
01:21:12 [2025-02-21T00:21:12.086Z] [Pipeline] stage
01:21:12 [2025-02-21T00:21:12.086Z] [Pipeline] { (Declarative: Post Actions)
01:21:12 [2025-02-21T00:21:12.117Z] [Pipeline] step
01:21:12 [2025-02-21T00:21:12.145Z] [Pipeline] script
01:21:12 [2025-02-21T00:21:12.152Z] [Pipeline] {
01:21:12 [2025-02-21T00:21:12.186Z] [Pipeline] }
01:21:12 [2025-02-21T00:21:12.201Z] [Pipeline] // script
01:21:12 [2025-02-21T00:21:12.223Z] [Pipeline] archiveArtifacts
01:21:12 [2025-02-21T00:21:12.226Z] Archiving artifacts
01:21:12 [2025-02-21T00:21:12.243Z] Enregistrement des empreintes numériques
01:21:12 [2025-02-21T00:21:12.256Z] [Pipeline] sh
01:21:12 [2025-02-21T00:21:12.517Z] + rm -rf target
01:21:12 [2025-02-21T00:21:12.522Z] [Pipeline] }
01:21:12 [2025-02-21T00:21:12.538Z] [Pipeline] // stage
01:21:12 [2025-02-21T00:21:12.554Z] [Pipeline] }
01:21:12 [2025-02-21T00:21:12.571Z] [Pipeline] // withEnv
01:21:12 [2025-02-21T00:21:12.587Z] [Pipeline] }
01:21:12 [2025-02-21T00:21:12.588Z] $ docker stop --time=1 394f41c90ae5ba775450137ffcea4fc63f433c05334d831f6d1b3b2ff6d0a540
01:21:13 [2025-02-21T00:21:13.845Z] $ docker rm -f --volumes 394f41c90ae5ba775450137ffcea4fc63f433c05334d831f6d1b3b2ff6d0a540
01:21:13 [2025-02-21T00:21:13.886Z] [Pipeline] // withDockerContainer
01:21:13 [2025-02-21T00:21:13.894Z] [Pipeline] }
01:21:13 [2025-02-21T00:21:13.902Z] [Pipeline] // withEnv
01:21:13 [2025-02-21T00:21:13.918Z] [Pipeline] }
01:21:13 [2025-02-21T00:21:13.935Z] [Pipeline] // node
01:21:13 [2025-02-21T00:21:13.952Z] [Pipeline] End of Pipeline
01:21:14 [2025-02-21T00:21:14.021Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #195
01:21:14 [2025-02-21T00:21:14.021Z] Finished: SUCCESS