SuccèsSortie de la console
01:21:00 [2024-11-08T00:21:00.533Z] Lancé par une alarme périodique
01:21:00 [2024-11-08T00:21:00.536Z] Running as userbuild
01:21:00 [2024-11-08T00:21:00.951Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2024-11-08T00:21:01.883Z] [Pipeline] Start of Pipeline
01:21:02 [2024-11-08T00:21:02.427Z] [Pipeline] node
01:21:02 [2024-11-08T00:21:02.431Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2024-11-08T00:21:02.434Z] [Pipeline] {
01:21:02 [2024-11-08T00:21:02.451Z] [Pipeline] stage
01:21:02 [2024-11-08T00:21:02.452Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2024-11-08T00:21:02.465Z] [Pipeline] checkout
01:21:02 [2024-11-08T00:21:02.468Z] Selected Git installation does not exist. Using Default
01:21:02 [2024-11-08T00:21:02.469Z] The recommended git tool is: NONE
01:21:02 [2024-11-08T00:21:02.469Z] No credentials specified
01:21:02 [2024-11-08T00:21:02.469Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:02 [2024-11-08T00:21:02.475Z] Fetching changes from the remote Git repository
01:21:02 [2024-11-08T00:21:02.478Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2024-11-08T00:21:02.483Z] Cleaning workspace
01:21:02 [2024-11-08T00:21:02.483Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2024-11-08T00:21:02.488Z] Resetting working tree
01:21:02 [2024-11-08T00:21:02.488Z] > /usr/bin/git reset --hard # timeout=10
01:21:02 [2024-11-08T00:21:02.499Z] > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2024-11-08T00:21:02.506Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2024-11-08T00:21:02.506Z] > /usr/bin/git --version # timeout=10
01:21:02 [2024-11-08T00:21:02.510Z] > git --version # 'git version 2.43.0'
01:21:02 [2024-11-08T00:21:02.510Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:02 [2024-11-08T00:21:02.834Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2024-11-08T00:21:02.841Z] Checking out Revision 3179768eb4867e1a8daf9a822f639564a912db59 (refs/remotes/origin/master)
01:21:02 [2024-11-08T00:21:02.841Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2024-11-08T00:21:02.848Z] > /usr/bin/git checkout -f 3179768eb4867e1a8daf9a822f639564a912db59 # timeout=10
01:21:02 [2024-11-08T00:21:02.864Z] 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:02 [2024-11-08T00:21:02.864Z] > /usr/bin/git rev-list --no-walk 3179768eb4867e1a8daf9a822f639564a912db59 # timeout=10
01:21:02 [2024-11-08T00:21:02.883Z] [Pipeline] }
01:21:02 [2024-11-08T00:21:02.890Z] [Pipeline] // stage
01:21:02 [2024-11-08T00:21:02.922Z] [Pipeline] withEnv
01:21:02 [2024-11-08T00:21:02.924Z] [Pipeline] {
01:21:03 [2024-11-08T00:21:03.168Z] [Pipeline] isUnix
01:21:03 [2024-11-08T00:21:03.170Z] [Pipeline] withEnv
01:21:03 [2024-11-08T00:21:03.171Z] [Pipeline] {
01:21:03 [2024-11-08T00:21:03.180Z] [Pipeline] sh
01:21:03 [2024-11-08T00:21:03.436Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2024-11-08T00:21:03.436Z] .
01:21:03 [2024-11-08T00:21:03.438Z] [Pipeline] }
01:21:03 [2024-11-08T00:21:03.449Z] [Pipeline] // withEnv
01:21:03 [2024-11-08T00:21:03.463Z] [Pipeline] withDockerContainer
01:21:03 [2024-11-08T00:21:03.501Z] Jenkins does not seem to be running inside a container
01:21:03 [2024-11-08T00:21:03.509Z] $ 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 [2024-11-08T00:21:03.878Z] $ docker top ddf21f9943d4cc9c7ef3f4f0cc7725c4115fbde8b6fde541ac4a879ce4fcf533 -eo pid,comm
01:21:03 [2024-11-08T00:21:03.922Z] [Pipeline] {
01:21:03 [2024-11-08T00:21:03.981Z] [Pipeline] withEnv
01:21:03 [2024-11-08T00:21:03.982Z] [Pipeline] {
01:21:04 [2024-11-08T00:21:04.017Z] [Pipeline] stage
01:21:04 [2024-11-08T00:21:04.019Z] [Pipeline] { (Prepare the job)
01:21:04 [2024-11-08T00:21:04.077Z] [Pipeline] sh
01:21:04 [2024-11-08T00:21:04.338Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2024-11-08T00:21:04.592Z] [Pipeline] script
01:21:04 [2024-11-08T00:21:04.598Z] [Pipeline] {
01:21:04 [2024-11-08T00:21:04.609Z] [Pipeline] readMavenPom
01:21:04 [2024-11-08T00:21:04.636Z] [Pipeline] sh
01:21:04 [2024-11-08T00:21:04.894Z] + rm -f pom.xml
01:21:04 [2024-11-08T00:21:04.896Z] [Pipeline] }
01:21:04 [2024-11-08T00:21:04.905Z] [Pipeline] // script
01:21:04 [2024-11-08T00:21:04.921Z] [Pipeline] }
01:21:04 [2024-11-08T00:21:04.934Z] [Pipeline] // stage
01:21:04 [2024-11-08T00:21:04.946Z] [Pipeline] stage
01:21:04 [2024-11-08T00:21:04.946Z] [Pipeline] { (Check POM parent version)
01:21:05 [2024-11-08T00:21:05.042Z] Stage "Check POM parent version" skipped due to when conditional
01:21:05 [2024-11-08T00:21:05.043Z] [Pipeline] getContext
01:21:05 [2024-11-08T00:21:05.058Z] [Pipeline] }
01:21:05 [2024-11-08T00:21:05.067Z] [Pipeline] // stage
01:21:05 [2024-11-08T00:21:05.078Z] [Pipeline] stage
01:21:05 [2024-11-08T00:21:05.079Z] [Pipeline] { (Checkout projects and check code changes)
01:21:05 [2024-11-08T00:21:05.102Z] [Pipeline] script
01:21:05 [2024-11-08T00:21:05.107Z] [Pipeline] {
01:21:05 [2024-11-08T00:21:05.128Z] [Pipeline] copyArtifacts
01:21:05 [2024-11-08T00:21:05.138Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 206
01:21:05 [2024-11-08T00:21:05.145Z] [Pipeline] readYaml
01:21:05 [2024-11-08T00:21:05.165Z] [Pipeline] dir
01:21:05 [2024-11-08T00:21:05.166Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:05 [2024-11-08T00:21:05.166Z] [Pipeline] {
01:21:05 [2024-11-08T00:21:05.180Z] [Pipeline] git
01:21:05 [2024-11-08T00:21:05.183Z] The recommended git tool is: /usr/bin/git
01:21:05 [2024-11-08T00:21:05.185Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2024-11-08T00:21:05.199Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@10bf7ca5; decorates hudson.Launcher$LocalLauncher@163e3b3 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2024-11-08T00:21:05.200Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core/.git # timeout=10
01:21:05 [2024-11-08T00:21:05.206Z] Fetching changes from the remote Git repository
01:21:05 [2024-11-08T00:21:05.209Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:05 [2024-11-08T00:21:05.214Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:05 [2024-11-08T00:21:05.215Z] > /usr/bin/git --version # timeout=10
01:21:05 [2024-11-08T00:21:05.221Z] > git --version # 'git version 2.43.0'
01:21:05 [2024-11-08T00:21:05.221Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2024-11-08T00:21:05.226Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2024-11-08T00:21:06.001Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2024-11-08T00:21:06.008Z] Checking out Revision e5b10bcad622cd1e31c6b95247c43004d00362b6 (refs/remotes/origin/6.3.x)
01:21:06 [2024-11-08T00:21:06.008Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2024-11-08T00:21:06.014Z] > /usr/bin/git checkout -f e5b10bcad622cd1e31c6b95247c43004d00362b6 # timeout=10
01:21:06 [2024-11-08T00:21:06.079Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2024-11-08T00:21:06.091Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2024-11-08T00:21:06.098Z] > /usr/bin/git checkout -b 6.3.x e5b10bcad622cd1e31c6b95247c43004d00362b6 # timeout=10
01:21:06 [2024-11-08T00:21:06.193Z] Commit message: "In the VariableScheduledValueTest unit test, the time zone in which the datetime are created isn't taken into account when asserting the period of validity of a variable, despite the datetimes in a Period object are stored, and hence returned, in UTC. Fix this."
01:21:06 [2024-11-08T00:21:06.193Z] > /usr/bin/git rev-list --no-walk e5b10bcad622cd1e31c6b95247c43004d00362b6 # timeout=10
01:21:06 [2024-11-08T00:21:06.213Z] [Pipeline] fileExists
01:21:06 [2024-11-08T00:21:06.222Z] [Pipeline] readMavenPom
01:21:06 [2024-11-08T00:21:06.245Z] [Pipeline] sh
01:21:06 [2024-11-08T00:21:06.505Z] + git rev-parse HEAD
01:21:06 [2024-11-08T00:21:06.509Z] [Pipeline] echo
01:21:06 [2024-11-08T00:21:06.510Z] Silverpeas-Core: current commit is e5b10bcad622cd1e31c6b95247c43004d00362b6 and last build commit is e5b10bcad622cd1e31c6b95247c43004d00362b6
01:21:06 [2024-11-08T00:21:06.512Z] [Pipeline] }
01:21:06 [2024-11-08T00:21:06.522Z] [Pipeline] // dir
01:21:06 [2024-11-08T00:21:06.533Z] [Pipeline] echo
01:21:06 [2024-11-08T00:21:06.534Z] Build skipped due to no changes have been done since the last build
01:21:06 [2024-11-08T00:21:06.551Z] [Pipeline] dir
01:21:06 [2024-11-08T00:21:06.551Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:06 [2024-11-08T00:21:06.552Z] [Pipeline] {
01:21:06 [2024-11-08T00:21:06.570Z] [Pipeline] git
01:21:06 [2024-11-08T00:21:06.573Z] The recommended git tool is: /usr/bin/git
01:21:06 [2024-11-08T00:21:06.574Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2024-11-08T00:21:06.585Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@21abc3f1; decorates hudson.Launcher$LocalLauncher@63b60b9b will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2024-11-08T00:21:06.586Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:06 [2024-11-08T00:21:06.593Z] Fetching changes from the remote Git repository
01:21:06 [2024-11-08T00:21:06.595Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:06 [2024-11-08T00:21:06.601Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:06 [2024-11-08T00:21:06.601Z] > /usr/bin/git --version # timeout=10
01:21:06 [2024-11-08T00:21:06.606Z] > git --version # 'git version 2.43.0'
01:21:06 [2024-11-08T00:21:06.606Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2024-11-08T00:21:06.611Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2024-11-08T00:21:07.291Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2024-11-08T00:21:07.299Z] Checking out Revision f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 (refs/remotes/origin/6.3.x)
01:21:07 [2024-11-08T00:21:07.300Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2024-11-08T00:21:07.305Z] > /usr/bin/git checkout -f f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:07 [2024-11-08T00:21:07.338Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2024-11-08T00:21:07.348Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2024-11-08T00:21:07.354Z] > /usr/bin/git checkout -b 6.3.x f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:07 [2024-11-08T00:21:07.391Z] 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:07 [2024-11-08T00:21:07.391Z] > /usr/bin/git rev-list --no-walk f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:07 [2024-11-08T00:21:07.414Z] [Pipeline] fileExists
01:21:07 [2024-11-08T00:21:07.429Z] [Pipeline] readMavenPom
01:21:07 [2024-11-08T00:21:07.451Z] [Pipeline] sh
01:21:07 [2024-11-08T00:21:07.711Z] + git rev-parse HEAD
01:21:07 [2024-11-08T00:21:07.716Z] [Pipeline] echo
01:21:07 [2024-11-08T00:21:07.717Z] Silverpeas-Components: current commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 and last build commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773
01:21:07 [2024-11-08T00:21:07.719Z] [Pipeline] }
01:21:07 [2024-11-08T00:21:07.734Z] [Pipeline] // dir
01:21:07 [2024-11-08T00:21:07.750Z] [Pipeline] echo
01:21:07 [2024-11-08T00:21:07.751Z] Build skipped due to no changes have been done since the last build
01:21:07 [2024-11-08T00:21:07.767Z] [Pipeline] dir
01:21:07 [2024-11-08T00:21:07.768Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:07 [2024-11-08T00:21:07.769Z] [Pipeline] {
01:21:07 [2024-11-08T00:21:07.789Z] [Pipeline] git
01:21:07 [2024-11-08T00:21:07.791Z] Selected Git installation does not exist. Using Default
01:21:07 [2024-11-08T00:21:07.792Z] The recommended git tool is: NONE
01:21:07 [2024-11-08T00:21:07.792Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2024-11-08T00:21:07.805Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@55b0856c; decorates hudson.Launcher$LocalLauncher@131f80bb will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2024-11-08T00:21:07.806Z] > /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 [2024-11-08T00:21:07.812Z] Fetching changes from the remote Git repository
01:21:07 [2024-11-08T00:21:07.814Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2024-11-08T00:21:07.820Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2024-11-08T00:21:07.820Z] > /usr/bin/git --version # timeout=10
01:21:07 [2024-11-08T00:21:07.824Z] > git --version # 'git version 2.43.0'
01:21:07 [2024-11-08T00:21:07.824Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2024-11-08T00:21:07.829Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2024-11-08T00:21:08.352Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2024-11-08T00:21:08.359Z] Checking out Revision 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 (refs/remotes/origin/6.3.x)
01:21:08 [2024-11-08T00:21:08.359Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2024-11-08T00:21:08.363Z] > /usr/bin/git checkout -f 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:08 [2024-11-08T00:21:08.374Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2024-11-08T00:21:08.382Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2024-11-08T00:21:08.388Z] > /usr/bin/git checkout -b 6.3.x 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:08 [2024-11-08T00:21:08.402Z] 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:08 [2024-11-08T00:21:08.402Z] > /usr/bin/git rev-list --no-walk 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:08 [2024-11-08T00:21:08.430Z] [Pipeline] fileExists
01:21:08 [2024-11-08T00:21:08.446Z] [Pipeline] readMavenPom
01:21:08 [2024-11-08T00:21:08.459Z] [Pipeline] sh
01:21:08 [2024-11-08T00:21:08.718Z] + git rev-parse HEAD
01:21:08 [2024-11-08T00:21:08.722Z] [Pipeline] echo
01:21:08 [2024-11-08T00:21:08.723Z] Silverpeas-Looks: current commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 and last build commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924
01:21:08 [2024-11-08T00:21:08.725Z] [Pipeline] }
01:21:08 [2024-11-08T00:21:08.741Z] [Pipeline] // dir
01:21:08 [2024-11-08T00:21:08.757Z] [Pipeline] echo
01:21:08 [2024-11-08T00:21:08.757Z] Build skipped due to no changes have been done since the last build
01:21:08 [2024-11-08T00:21:08.774Z] [Pipeline] dir
01:21:08 [2024-11-08T00:21:08.775Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:08 [2024-11-08T00:21:08.776Z] [Pipeline] {
01:21:08 [2024-11-08T00:21:08.797Z] [Pipeline] git
01:21:08 [2024-11-08T00:21:08.800Z] The recommended git tool is: NONE
01:21:08 [2024-11-08T00:21:08.801Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2024-11-08T00:21:08.810Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@31aabd8f; decorates hudson.Launcher$LocalLauncher@1fe81d23 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2024-11-08T00:21:08.811Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:08 [2024-11-08T00:21:08.816Z] Fetching changes from the remote Git repository
01:21:08 [2024-11-08T00:21:08.820Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:08 [2024-11-08T00:21:08.825Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:08 [2024-11-08T00:21:08.825Z] > /usr/bin/git --version # timeout=10
01:21:08 [2024-11-08T00:21:08.831Z] > git --version # 'git version 2.43.0'
01:21:08 [2024-11-08T00:21:08.831Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2024-11-08T00:21:08.837Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2024-11-08T00:21:09.218Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2024-11-08T00:21:09.224Z] Checking out Revision 146430cd63566b3be410c8dd534faa57033583b3 (refs/remotes/origin/6.3.x)
01:21:09 [2024-11-08T00:21:09.224Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2024-11-08T00:21:09.229Z] > /usr/bin/git checkout -f 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:09 [2024-11-08T00:21:09.240Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2024-11-08T00:21:09.249Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2024-11-08T00:21:09.258Z] > /usr/bin/git checkout -b 6.3.x 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:09 [2024-11-08T00:21:09.272Z] 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:09 [2024-11-08T00:21:09.273Z] > /usr/bin/git rev-list --no-walk 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:09 [2024-11-08T00:21:09.303Z] [Pipeline] fileExists
01:21:09 [2024-11-08T00:21:09.322Z] [Pipeline] sh
01:21:09 [2024-11-08T00:21:09.581Z] + git rev-parse HEAD
01:21:09 [2024-11-08T00:21:09.585Z] [Pipeline] echo
01:21:09 [2024-11-08T00:21:09.586Z] Silverpeas-Setup: current commit is 146430cd63566b3be410c8dd534faa57033583b3 and last build commit is 146430cd63566b3be410c8dd534faa57033583b3
01:21:09 [2024-11-08T00:21:09.588Z] [Pipeline] }
01:21:09 [2024-11-08T00:21:09.604Z] [Pipeline] // dir
01:21:09 [2024-11-08T00:21:09.620Z] [Pipeline] echo
01:21:09 [2024-11-08T00:21:09.621Z] Build skipped due to no changes have been done since the last build
01:21:09 [2024-11-08T00:21:09.638Z] [Pipeline] dir
01:21:09 [2024-11-08T00:21:09.639Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:09 [2024-11-08T00:21:09.639Z] [Pipeline] {
01:21:09 [2024-11-08T00:21:09.660Z] [Pipeline] git
01:21:09 [2024-11-08T00:21:09.663Z] The recommended git tool is: NONE
01:21:09 [2024-11-08T00:21:09.664Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2024-11-08T00:21:09.672Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@65ad0bc; decorates hudson.Launcher$LocalLauncher@8263add will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2024-11-08T00:21:09.672Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:09 [2024-11-08T00:21:09.678Z] Fetching changes from the remote Git repository
01:21:09 [2024-11-08T00:21:09.680Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:09 [2024-11-08T00:21:09.685Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:09 [2024-11-08T00:21:09.685Z] > /usr/bin/git --version # timeout=10
01:21:09 [2024-11-08T00:21:09.690Z] > git --version # 'git version 2.43.0'
01:21:09 [2024-11-08T00:21:09.690Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2024-11-08T00:21:09.695Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2024-11-08T00:21:10.105Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2024-11-08T00:21:10.112Z] Checking out Revision 10719018413e414cfa70c0f64a945a72670797f4 (refs/remotes/origin/6.3.x)
01:21:10 [2024-11-08T00:21:10.112Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2024-11-08T00:21:10.117Z] > /usr/bin/git checkout -f 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:10 [2024-11-08T00:21:10.128Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2024-11-08T00:21:10.135Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2024-11-08T00:21:10.143Z] > /usr/bin/git checkout -b 6.3.x 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:10 [2024-11-08T00:21:10.156Z] 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:10 [2024-11-08T00:21:10.156Z] > /usr/bin/git rev-list --no-walk 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:10 [2024-11-08T00:21:10.187Z] [Pipeline] fileExists
01:21:10 [2024-11-08T00:21:10.205Z] [Pipeline] readMavenPom
01:21:10 [2024-11-08T00:21:10.225Z] [Pipeline] sh
01:21:10 [2024-11-08T00:21:10.484Z] + git rev-parse HEAD
01:21:10 [2024-11-08T00:21:10.488Z] [Pipeline] echo
01:21:10 [2024-11-08T00:21:10.488Z] Silverpeas-Distribution: current commit is 10719018413e414cfa70c0f64a945a72670797f4 and last build commit is 10719018413e414cfa70c0f64a945a72670797f4
01:21:10 [2024-11-08T00:21:10.491Z] [Pipeline] }
01:21:10 [2024-11-08T00:21:10.508Z] [Pipeline] // dir
01:21:10 [2024-11-08T00:21:10.525Z] [Pipeline] echo
01:21:10 [2024-11-08T00:21:10.526Z] Build skipped due to no changes have been done since the last build
01:21:10 [2024-11-08T00:21:10.545Z] [Pipeline] dir
01:21:10 [2024-11-08T00:21:10.545Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:10 [2024-11-08T00:21:10.546Z] [Pipeline] {
01:21:10 [2024-11-08T00:21:10.558Z] [Pipeline] git
01:21:10 [2024-11-08T00:21:10.560Z] The recommended git tool is: NONE
01:21:10 [2024-11-08T00:21:10.561Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2024-11-08T00:21:10.573Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@287074ef; decorates hudson.Launcher$LocalLauncher@6505464 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2024-11-08T00:21:10.574Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:10 [2024-11-08T00:21:10.581Z] Fetching changes from the remote Git repository
01:21:10 [2024-11-08T00:21:10.584Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:10 [2024-11-08T00:21:10.591Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:10 [2024-11-08T00:21:10.591Z] > /usr/bin/git --version # timeout=10
01:21:10 [2024-11-08T00:21:10.595Z] > git --version # 'git version 2.43.0'
01:21:10 [2024-11-08T00:21:10.595Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2024-11-08T00:21:10.602Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2024-11-08T00:21:10.990Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2024-11-08T00:21:10.996Z] Checking out Revision e6cf90efb933ea1d65558af1cade3056ac4b6462 (refs/remotes/origin/6.3.x)
01:21:10 [2024-11-08T00:21:10.997Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:11 [2024-11-08T00:21:11.002Z] > /usr/bin/git checkout -f e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:11 [2024-11-08T00:21:11.012Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:11 [2024-11-08T00:21:11.022Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:11 [2024-11-08T00:21:11.028Z] > /usr/bin/git checkout -b 6.3.x e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:11 [2024-11-08T00:21:11.037Z] 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:11 [2024-11-08T00:21:11.037Z] > /usr/bin/git rev-list --no-walk e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:11 [2024-11-08T00:21:11.059Z] [Pipeline] fileExists
01:21:11 [2024-11-08T00:21:11.073Z] [Pipeline] readMavenPom
01:21:11 [2024-11-08T00:21:11.095Z] [Pipeline] sh
01:21:11 [2024-11-08T00:21:11.353Z] + git rev-parse HEAD
01:21:11 [2024-11-08T00:21:11.371Z] [Pipeline] echo
01:21:11 [2024-11-08T00:21:11.372Z] Silverpeas-Assembly: current commit is e6cf90efb933ea1d65558af1cade3056ac4b6462 and last build commit is e6cf90efb933ea1d65558af1cade3056ac4b6462
01:21:11 [2024-11-08T00:21:11.374Z] [Pipeline] }
01:21:11 [2024-11-08T00:21:11.391Z] [Pipeline] // dir
01:21:11 [2024-11-08T00:21:11.409Z] [Pipeline] echo
01:21:11 [2024-11-08T00:21:11.410Z] Build skipped due to no changes have been done since the last build
01:21:11 [2024-11-08T00:21:11.410Z] [Pipeline] }
01:21:11 [2024-11-08T00:21:11.427Z] [Pipeline] // script
01:21:11 [2024-11-08T00:21:11.444Z] [Pipeline] }
01:21:11 [2024-11-08T00:21:11.459Z] [Pipeline] // stage
01:21:11 [2024-11-08T00:21:11.480Z] [Pipeline] stage
01:21:11 [2024-11-08T00:21:11.481Z] [Pipeline] { (Build Silverpeas)
01:21:11 [2024-11-08T00:21:11.519Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-08T00:21:11.520Z] [Pipeline] getContext
01:21:11 [2024-11-08T00:21:11.558Z] [Pipeline] stage
01:21:11 [2024-11-08T00:21:11.559Z] [Pipeline] { (Build Silverpeas-Core)
01:21:11 [2024-11-08T00:21:11.577Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-08T00:21:11.578Z] [Pipeline] getContext
01:21:11 [2024-11-08T00:21:11.580Z] [Pipeline] }
01:21:11 [2024-11-08T00:21:11.597Z] [Pipeline] // stage
01:21:11 [2024-11-08T00:21:11.616Z] [Pipeline] stage
01:21:11 [2024-11-08T00:21:11.617Z] [Pipeline] { (Build Silverpeas-Components)
01:21:11 [2024-11-08T00:21:11.635Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-08T00:21:11.636Z] [Pipeline] getContext
01:21:11 [2024-11-08T00:21:11.638Z] [Pipeline] }
01:21:11 [2024-11-08T00:21:11.655Z] [Pipeline] // stage
01:21:11 [2024-11-08T00:21:11.675Z] [Pipeline] stage
01:21:11 [2024-11-08T00:21:11.675Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:11 [2024-11-08T00:21:11.693Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-08T00:21:11.694Z] [Pipeline] getContext
01:21:11 [2024-11-08T00:21:11.696Z] [Pipeline] }
01:21:11 [2024-11-08T00:21:11.713Z] [Pipeline] // stage
01:21:11 [2024-11-08T00:21:11.732Z] [Pipeline] stage
01:21:11 [2024-11-08T00:21:11.732Z] [Pipeline] { (Build Silverpeas Setup)
01:21:11 [2024-11-08T00:21:11.750Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-08T00:21:11.751Z] [Pipeline] getContext
01:21:11 [2024-11-08T00:21:11.753Z] [Pipeline] }
01:21:11 [2024-11-08T00:21:11.770Z] [Pipeline] // stage
01:21:11 [2024-11-08T00:21:11.789Z] [Pipeline] stage
01:21:11 [2024-11-08T00:21:11.790Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:11 [2024-11-08T00:21:11.808Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-08T00:21:11.809Z] [Pipeline] getContext
01:21:11 [2024-11-08T00:21:11.811Z] [Pipeline] }
01:21:11 [2024-11-08T00:21:11.828Z] [Pipeline] // stage
01:21:11 [2024-11-08T00:21:11.848Z] [Pipeline] stage
01:21:11 [2024-11-08T00:21:11.849Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:11 [2024-11-08T00:21:11.868Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-08T00:21:11.869Z] [Pipeline] getContext
01:21:11 [2024-11-08T00:21:11.871Z] [Pipeline] }
01:21:11 [2024-11-08T00:21:11.888Z] [Pipeline] // stage
01:21:11 [2024-11-08T00:21:11.906Z] [Pipeline] stage
01:21:11 [2024-11-08T00:21:11.907Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:11 [2024-11-08T00:21:11.925Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-08T00:21:11.926Z] [Pipeline] getContext
01:21:11 [2024-11-08T00:21:11.928Z] [Pipeline] }
01:21:11 [2024-11-08T00:21:11.945Z] [Pipeline] // stage
01:21:11 [2024-11-08T00:21:11.964Z] [Pipeline] stage
01:21:11 [2024-11-08T00:21:11.965Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:11 [2024-11-08T00:21:11.983Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-08T00:21:11.985Z] [Pipeline] getContext
01:21:11 [2024-11-08T00:21:11.987Z] [Pipeline] }
01:21:12 [2024-11-08T00:21:12.004Z] [Pipeline] // stage
01:21:12 [2024-11-08T00:21:12.024Z] [Pipeline] stage
01:21:12 [2024-11-08T00:21:12.025Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:12 [2024-11-08T00:21:12.043Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2024-11-08T00:21:12.044Z] [Pipeline] getContext
01:21:12 [2024-11-08T00:21:12.047Z] [Pipeline] }
01:21:12 [2024-11-08T00:21:12.064Z] [Pipeline] // stage
01:21:12 [2024-11-08T00:21:12.083Z] [Pipeline] stage
01:21:12 [2024-11-08T00:21:12.084Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:12 [2024-11-08T00:21:12.103Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2024-11-08T00:21:12.104Z] [Pipeline] getContext
01:21:12 [2024-11-08T00:21:12.106Z] [Pipeline] }
01:21:12 [2024-11-08T00:21:12.123Z] [Pipeline] // stage
01:21:12 [2024-11-08T00:21:12.142Z] [Pipeline] stage
01:21:12 [2024-11-08T00:21:12.143Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:12 [2024-11-08T00:21:12.161Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2024-11-08T00:21:12.162Z] [Pipeline] getContext
01:21:12 [2024-11-08T00:21:12.164Z] [Pipeline] }
01:21:12 [2024-11-08T00:21:12.181Z] [Pipeline] // stage
01:21:12 [2024-11-08T00:21:12.200Z] [Pipeline] stage
01:21:12 [2024-11-08T00:21:12.201Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:12 [2024-11-08T00:21:12.219Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2024-11-08T00:21:12.220Z] [Pipeline] getContext
01:21:12 [2024-11-08T00:21:12.222Z] [Pipeline] }
01:21:12 [2024-11-08T00:21:12.239Z] [Pipeline] // stage
01:21:12 [2024-11-08T00:21:12.258Z] [Pipeline] stage
01:21:12 [2024-11-08T00:21:12.259Z] [Pipeline] { (Publish Community Web Site)
01:21:12 [2024-11-08T00:21:12.277Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2024-11-08T00:21:12.278Z] [Pipeline] getContext
01:21:12 [2024-11-08T00:21:12.280Z] [Pipeline] }
01:21:12 [2024-11-08T00:21:12.297Z] [Pipeline] // stage
01:21:12 [2024-11-08T00:21:12.314Z] [Pipeline] }
01:21:12 [2024-11-08T00:21:12.329Z] [Pipeline] // stage
01:21:12 [2024-11-08T00:21:12.349Z] [Pipeline] stage
01:21:12 [2024-11-08T00:21:12.350Z] [Pipeline] { (Create YAML build report)
01:21:12 [2024-11-08T00:21:12.390Z] [Pipeline] script
01:21:12 [2024-11-08T00:21:12.400Z] [Pipeline] {
01:21:12 [2024-11-08T00:21:12.415Z] [Pipeline] sh
01:21:12 [2024-11-08T00:21:12.672Z] + mkdir -p target
01:21:12 [2024-11-08T00:21:12.675Z] [Pipeline] sh
01:21:12 [2024-11-08T00:21:12.932Z] + mv build.yaml target/
01:21:12 [2024-11-08T00:21:12.933Z] [Pipeline] }
01:21:12 [2024-11-08T00:21:12.951Z] [Pipeline] // script
01:21:12 [2024-11-08T00:21:12.959Z] [Pipeline] }
01:21:12 [2024-11-08T00:21:12.975Z] [Pipeline] // stage
01:21:13 [2024-11-08T00:21:13.003Z] [Pipeline] stage
01:21:13 [2024-11-08T00:21:13.004Z] [Pipeline] { (Declarative: Post Actions)
01:21:13 [2024-11-08T00:21:13.031Z] [Pipeline] step
01:21:13 [2024-11-08T00:21:13.060Z] [Pipeline] script
01:21:13 [2024-11-08T00:21:13.066Z] [Pipeline] {
01:21:13 [2024-11-08T00:21:13.106Z] [Pipeline] }
01:21:13 [2024-11-08T00:21:13.118Z] [Pipeline] // script
01:21:13 [2024-11-08T00:21:13.167Z] [Pipeline] archiveArtifacts
01:21:13 [2024-11-08T00:21:13.170Z] Archiving artifacts
01:21:13 [2024-11-08T00:21:13.200Z] Enregistrement des empreintes numériques
01:21:13 [2024-11-08T00:21:13.217Z] [Pipeline] sh
01:21:13 [2024-11-08T00:21:13.478Z] + rm -rf target
01:21:13 [2024-11-08T00:21:13.484Z] [Pipeline] }
01:21:13 [2024-11-08T00:21:13.500Z] [Pipeline] // stage
01:21:13 [2024-11-08T00:21:13.517Z] [Pipeline] }
01:21:13 [2024-11-08T00:21:13.535Z] [Pipeline] // withEnv
01:21:13 [2024-11-08T00:21:13.549Z] [Pipeline] }
01:21:13 [2024-11-08T00:21:13.550Z] $ docker stop --time=1 ddf21f9943d4cc9c7ef3f4f0cc7725c4115fbde8b6fde541ac4a879ce4fcf533
01:21:14 [2024-11-08T00:21:14.766Z] $ docker rm -f --volumes ddf21f9943d4cc9c7ef3f4f0cc7725c4115fbde8b6fde541ac4a879ce4fcf533
01:21:14 [2024-11-08T00:21:14.807Z] [Pipeline] // withDockerContainer
01:21:14 [2024-11-08T00:21:14.814Z] [Pipeline] }
01:21:14 [2024-11-08T00:21:14.821Z] [Pipeline] // withEnv
01:21:14 [2024-11-08T00:21:14.830Z] [Pipeline] }
01:21:14 [2024-11-08T00:21:14.849Z] [Pipeline] // node
01:21:14 [2024-11-08T00:21:14.865Z] [Pipeline] End of Pipeline
01:21:14 [2024-11-08T00:21:14.943Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #179
01:21:14 [2024-11-08T00:21:14.944Z] Finished: SUCCESS