SuccèsSortie de la console
01:21:00 [2024-11-01T00:21:00.618Z] Lancé par une alarme périodique
01:21:00 [2024-11-01T00:21:00.620Z] Running as userbuild
01:21:01 [2024-11-01T00:21:01.008Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2024-11-01T00:21:01.596Z] [Pipeline] Start of Pipeline
01:21:02 [2024-11-01T00:21:02.042Z] [Pipeline] node
01:21:02 [2024-11-01T00:21:02.046Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2024-11-01T00:21:02.050Z] [Pipeline] {
01:21:02 [2024-11-01T00:21:02.074Z] [Pipeline] stage
01:21:02 [2024-11-01T00:21:02.075Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2024-11-01T00:21:02.092Z] [Pipeline] checkout
01:21:02 [2024-11-01T00:21:02.094Z] Selected Git installation does not exist. Using Default
01:21:02 [2024-11-01T00:21:02.094Z] The recommended git tool is: NONE
01:21:02 [2024-11-01T00:21:02.094Z] No credentials specified
01:21:02 [2024-11-01T00:21:02.095Z] > /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-01T00:21:02.100Z] Fetching changes from the remote Git repository
01:21:02 [2024-11-01T00:21:02.102Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2024-11-01T00:21:02.109Z] Cleaning workspace
01:21:02 [2024-11-01T00:21:02.109Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2024-11-01T00:21:02.115Z] Resetting working tree
01:21:02 [2024-11-01T00:21:02.115Z] > /usr/bin/git reset --hard # timeout=10
01:21:02 [2024-11-01T00:21:02.122Z] > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2024-11-01T00:21:02.129Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2024-11-01T00:21:02.129Z] > /usr/bin/git --version # timeout=10
01:21:02 [2024-11-01T00:21:02.133Z] > git --version # 'git version 2.43.0'
01:21:02 [2024-11-01T00:21:02.134Z] > /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-01T00:21:02.481Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2024-11-01T00:21:02.488Z] Checking out Revision 3179768eb4867e1a8daf9a822f639564a912db59 (refs/remotes/origin/master)
01:21:02 [2024-11-01T00:21:02.488Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2024-11-01T00:21:02.493Z] > /usr/bin/git checkout -f 3179768eb4867e1a8daf9a822f639564a912db59 # timeout=10
01:21:02 [2024-11-01T00:21:02.508Z] 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-01T00:21:02.508Z] > /usr/bin/git rev-list --no-walk 3179768eb4867e1a8daf9a822f639564a912db59 # timeout=10
01:21:02 [2024-11-01T00:21:02.540Z] [Pipeline] }
01:21:02 [2024-11-01T00:21:02.552Z] [Pipeline] // stage
01:21:02 [2024-11-01T00:21:02.586Z] [Pipeline] withEnv
01:21:02 [2024-11-01T00:21:02.587Z] [Pipeline] {
01:21:02 [2024-11-01T00:21:02.792Z] [Pipeline] isUnix
01:21:02 [2024-11-01T00:21:02.794Z] [Pipeline] withEnv
01:21:02 [2024-11-01T00:21:02.794Z] [Pipeline] {
01:21:02 [2024-11-01T00:21:02.813Z] [Pipeline] sh
01:21:03 [2024-11-01T00:21:03.070Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2024-11-01T00:21:03.070Z] .
01:21:03 [2024-11-01T00:21:03.072Z] [Pipeline] }
01:21:03 [2024-11-01T00:21:03.088Z] [Pipeline] // withEnv
01:21:03 [2024-11-01T00:21:03.104Z] [Pipeline] withDockerContainer
01:21:03 [2024-11-01T00:21:03.142Z] Jenkins does not seem to be running inside a container
01:21:03 [2024-11-01T00:21:03.150Z] $ 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-01T00:21:03.505Z] $ docker top 4a727edbbf0f5099db2ff539ffdae2caf6643b83fadf4e3723d98d583f23a4cf -eo pid,comm
01:21:03 [2024-11-01T00:21:03.544Z] [Pipeline] {
01:21:03 [2024-11-01T00:21:03.584Z] [Pipeline] withEnv
01:21:03 [2024-11-01T00:21:03.585Z] [Pipeline] {
01:21:03 [2024-11-01T00:21:03.616Z] [Pipeline] stage
01:21:03 [2024-11-01T00:21:03.617Z] [Pipeline] { (Prepare the job)
01:21:03 [2024-11-01T00:21:03.672Z] [Pipeline] sh
01:21:03 [2024-11-01T00:21:03.932Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2024-11-01T00:21:04.186Z] [Pipeline] script
01:21:04 [2024-11-01T00:21:04.195Z] [Pipeline] {
01:21:04 [2024-11-01T00:21:04.213Z] [Pipeline] readMavenPom
01:21:04 [2024-11-01T00:21:04.246Z] [Pipeline] sh
01:21:04 [2024-11-01T00:21:04.505Z] + rm -f pom.xml
01:21:04 [2024-11-01T00:21:04.507Z] [Pipeline] }
01:21:04 [2024-11-01T00:21:04.523Z] [Pipeline] // script
01:21:04 [2024-11-01T00:21:04.540Z] [Pipeline] }
01:21:04 [2024-11-01T00:21:04.553Z] [Pipeline] // stage
01:21:04 [2024-11-01T00:21:04.569Z] [Pipeline] stage
01:21:04 [2024-11-01T00:21:04.570Z] [Pipeline] { (Check POM parent version)
01:21:04 [2024-11-01T00:21:04.643Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2024-11-01T00:21:04.645Z] [Pipeline] getContext
01:21:04 [2024-11-01T00:21:04.656Z] [Pipeline] }
01:21:04 [2024-11-01T00:21:04.668Z] [Pipeline] // stage
01:21:04 [2024-11-01T00:21:04.681Z] [Pipeline] stage
01:21:04 [2024-11-01T00:21:04.682Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2024-11-01T00:21:04.712Z] [Pipeline] script
01:21:04 [2024-11-01T00:21:04.719Z] [Pipeline] {
01:21:04 [2024-11-01T00:21:04.742Z] [Pipeline] copyArtifacts
01:21:04 [2024-11-01T00:21:04.751Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 205
01:21:04 [2024-11-01T00:21:04.760Z] [Pipeline] readYaml
01:21:04 [2024-11-01T00:21:04.781Z] [Pipeline] dir
01:21:04 [2024-11-01T00:21:04.781Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2024-11-01T00:21:04.782Z] [Pipeline] {
01:21:04 [2024-11-01T00:21:04.801Z] [Pipeline] git
01:21:04 [2024-11-01T00:21:04.803Z] The recommended git tool is: /usr/bin/git
01:21:04 [2024-11-01T00:21:04.805Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2024-11-01T00:21:04.815Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@651c1942; decorates hudson.Launcher$LocalLauncher@5a90a00e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2024-11-01T00:21:04.815Z] > /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 [2024-11-01T00:21:04.821Z] Fetching changes from the remote Git repository
01:21:04 [2024-11-01T00:21:04.825Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2024-11-01T00:21:04.831Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2024-11-01T00:21:04.831Z] > /usr/bin/git --version # timeout=10
01:21:04 [2024-11-01T00:21:04.837Z] > git --version # 'git version 2.43.0'
01:21:04 [2024-11-01T00:21:04.837Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2024-11-01T00:21:04.843Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2024-11-01T00:21:05.464Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2024-11-01T00:21:05.471Z] Checking out Revision e5b10bcad622cd1e31c6b95247c43004d00362b6 (refs/remotes/origin/6.3.x)
01:21:05 [2024-11-01T00:21:05.471Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2024-11-01T00:21:05.476Z] > /usr/bin/git checkout -f e5b10bcad622cd1e31c6b95247c43004d00362b6 # timeout=10
01:21:05 [2024-11-01T00:21:05.533Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2024-11-01T00:21:05.544Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2024-11-01T00:21:05.551Z] > /usr/bin/git checkout -b 6.3.x e5b10bcad622cd1e31c6b95247c43004d00362b6 # timeout=10
01:21:05 [2024-11-01T00:21:05.643Z] 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:05 [2024-11-01T00:21:05.644Z] > /usr/bin/git rev-list --no-walk e5b10bcad622cd1e31c6b95247c43004d00362b6 # timeout=10
01:21:05 [2024-11-01T00:21:05.674Z] [Pipeline] fileExists
01:21:05 [2024-11-01T00:21:05.690Z] [Pipeline] readMavenPom
01:21:05 [2024-11-01T00:21:05.714Z] [Pipeline] sh
01:21:05 [2024-11-01T00:21:05.973Z] + git rev-parse HEAD
01:21:05 [2024-11-01T00:21:05.977Z] [Pipeline] echo
01:21:05 [2024-11-01T00:21:05.978Z] Silverpeas-Core: current commit is e5b10bcad622cd1e31c6b95247c43004d00362b6 and last build commit is e5b10bcad622cd1e31c6b95247c43004d00362b6
01:21:05 [2024-11-01T00:21:05.983Z] [Pipeline] }
01:21:05 [2024-11-01T00:21:05.998Z] [Pipeline] // dir
01:21:06 [2024-11-01T00:21:06.014Z] [Pipeline] echo
01:21:06 [2024-11-01T00:21:06.015Z] Build skipped due to no changes have been done since the last build
01:21:06 [2024-11-01T00:21:06.032Z] [Pipeline] dir
01:21:06 [2024-11-01T00:21:06.033Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:06 [2024-11-01T00:21:06.034Z] [Pipeline] {
01:21:06 [2024-11-01T00:21:06.054Z] [Pipeline] git
01:21:06 [2024-11-01T00:21:06.057Z] The recommended git tool is: /usr/bin/git
01:21:06 [2024-11-01T00:21:06.058Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2024-11-01T00:21:06.069Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3818fbdd; decorates hudson.Launcher$LocalLauncher@72b8b141 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2024-11-01T00:21:06.069Z] > /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-01T00:21:06.076Z] Fetching changes from the remote Git repository
01:21:06 [2024-11-01T00:21:06.079Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:06 [2024-11-01T00:21:06.085Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:06 [2024-11-01T00:21:06.085Z] > /usr/bin/git --version # timeout=10
01:21:06 [2024-11-01T00:21:06.090Z] > git --version # 'git version 2.43.0'
01:21:06 [2024-11-01T00:21:06.090Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2024-11-01T00:21:06.095Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2024-11-01T00:21:06.667Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2024-11-01T00:21:06.674Z] Checking out Revision f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 (refs/remotes/origin/6.3.x)
01:21:06 [2024-11-01T00:21:06.675Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2024-11-01T00:21:06.681Z] > /usr/bin/git checkout -f f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:06 [2024-11-01T00:21:06.714Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2024-11-01T00:21:06.725Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2024-11-01T00:21:06.732Z] > /usr/bin/git checkout -b 6.3.x f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:06 [2024-11-01T00:21:06.774Z] 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:06 [2024-11-01T00:21:06.774Z] > /usr/bin/git rev-list --no-walk f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:06 [2024-11-01T00:21:06.795Z] [Pipeline] fileExists
01:21:06 [2024-11-01T00:21:06.804Z] [Pipeline] readMavenPom
01:21:06 [2024-11-01T00:21:06.819Z] [Pipeline] sh
01:21:07 [2024-11-01T00:21:07.079Z] + git rev-parse HEAD
01:21:07 [2024-11-01T00:21:07.082Z] [Pipeline] echo
01:21:07 [2024-11-01T00:21:07.082Z] Silverpeas-Components: current commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 and last build commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773
01:21:07 [2024-11-01T00:21:07.085Z] [Pipeline] }
01:21:07 [2024-11-01T00:21:07.104Z] [Pipeline] // dir
01:21:07 [2024-11-01T00:21:07.124Z] [Pipeline] echo
01:21:07 [2024-11-01T00:21:07.125Z] Build skipped due to no changes have been done since the last build
01:21:07 [2024-11-01T00:21:07.140Z] [Pipeline] dir
01:21:07 [2024-11-01T00:21:07.141Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:07 [2024-11-01T00:21:07.142Z] [Pipeline] {
01:21:07 [2024-11-01T00:21:07.161Z] [Pipeline] git
01:21:07 [2024-11-01T00:21:07.163Z] Selected Git installation does not exist. Using Default
01:21:07 [2024-11-01T00:21:07.163Z] The recommended git tool is: NONE
01:21:07 [2024-11-01T00:21:07.164Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2024-11-01T00:21:07.190Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4db70f3d; decorates hudson.Launcher$LocalLauncher@7d85dc1a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2024-11-01T00:21:07.192Z] > /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-01T00:21:07.198Z] Fetching changes from the remote Git repository
01:21:07 [2024-11-01T00:21:07.202Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2024-11-01T00:21:07.209Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2024-11-01T00:21:07.209Z] > /usr/bin/git --version # timeout=10
01:21:07 [2024-11-01T00:21:07.213Z] > git --version # 'git version 2.43.0'
01:21:07 [2024-11-01T00:21:07.213Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2024-11-01T00:21:07.219Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2024-11-01T00:21:07.568Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2024-11-01T00:21:07.574Z] Checking out Revision 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 (refs/remotes/origin/6.3.x)
01:21:07 [2024-11-01T00:21:07.574Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2024-11-01T00:21:07.579Z] > /usr/bin/git checkout -f 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:07 [2024-11-01T00:21:07.590Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2024-11-01T00:21:07.598Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2024-11-01T00:21:07.604Z] > /usr/bin/git checkout -b 6.3.x 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:07 [2024-11-01T00:21:07.615Z] 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:07 [2024-11-01T00:21:07.616Z] > /usr/bin/git rev-list --no-walk 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:07 [2024-11-01T00:21:07.635Z] [Pipeline] fileExists
01:21:07 [2024-11-01T00:21:07.652Z] [Pipeline] readMavenPom
01:21:07 [2024-11-01T00:21:07.675Z] [Pipeline] sh
01:21:07 [2024-11-01T00:21:07.934Z] + git rev-parse HEAD
01:21:07 [2024-11-01T00:21:07.938Z] [Pipeline] echo
01:21:07 [2024-11-01T00:21:07.939Z] Silverpeas-Looks: current commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 and last build commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924
01:21:07 [2024-11-01T00:21:07.942Z] [Pipeline] }
01:21:07 [2024-11-01T00:21:07.957Z] [Pipeline] // dir
01:21:07 [2024-11-01T00:21:07.974Z] [Pipeline] echo
01:21:07 [2024-11-01T00:21:07.974Z] Build skipped due to no changes have been done since the last build
01:21:07 [2024-11-01T00:21:07.991Z] [Pipeline] dir
01:21:07 [2024-11-01T00:21:07.992Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:07 [2024-11-01T00:21:07.992Z] [Pipeline] {
01:21:08 [2024-11-01T00:21:08.014Z] [Pipeline] git
01:21:08 [2024-11-01T00:21:08.017Z] The recommended git tool is: NONE
01:21:08 [2024-11-01T00:21:08.018Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2024-11-01T00:21:08.033Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@46c3869e; decorates hudson.Launcher$LocalLauncher@af3e4ea will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2024-11-01T00:21:08.034Z] > /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-01T00:21:08.039Z] Fetching changes from the remote Git repository
01:21:08 [2024-11-01T00:21:08.041Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:08 [2024-11-01T00:21:08.048Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:08 [2024-11-01T00:21:08.048Z] > /usr/bin/git --version # timeout=10
01:21:08 [2024-11-01T00:21:08.053Z] > git --version # 'git version 2.43.0'
01:21:08 [2024-11-01T00:21:08.053Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2024-11-01T00:21:08.058Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2024-11-01T00:21:08.432Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2024-11-01T00:21:08.440Z] Checking out Revision 146430cd63566b3be410c8dd534faa57033583b3 (refs/remotes/origin/6.3.x)
01:21:08 [2024-11-01T00:21:08.440Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2024-11-01T00:21:08.445Z] > /usr/bin/git checkout -f 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:08 [2024-11-01T00:21:08.455Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2024-11-01T00:21:08.464Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2024-11-01T00:21:08.470Z] > /usr/bin/git checkout -b 6.3.x 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:08 [2024-11-01T00:21:08.481Z] 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:08 [2024-11-01T00:21:08.481Z] > /usr/bin/git rev-list --no-walk 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:08 [2024-11-01T00:21:08.501Z] [Pipeline] fileExists
01:21:08 [2024-11-01T00:21:08.512Z] [Pipeline] sh
01:21:08 [2024-11-01T00:21:08.772Z] + git rev-parse HEAD
01:21:08 [2024-11-01T00:21:08.775Z] [Pipeline] echo
01:21:08 [2024-11-01T00:21:08.775Z] Silverpeas-Setup: current commit is 146430cd63566b3be410c8dd534faa57033583b3 and last build commit is 146430cd63566b3be410c8dd534faa57033583b3
01:21:08 [2024-11-01T00:21:08.778Z] [Pipeline] }
01:21:08 [2024-11-01T00:21:08.792Z] [Pipeline] // dir
01:21:08 [2024-11-01T00:21:08.809Z] [Pipeline] echo
01:21:08 [2024-11-01T00:21:08.809Z] Build skipped due to no changes have been done since the last build
01:21:08 [2024-11-01T00:21:08.826Z] [Pipeline] dir
01:21:08 [2024-11-01T00:21:08.827Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:08 [2024-11-01T00:21:08.827Z] [Pipeline] {
01:21:08 [2024-11-01T00:21:08.848Z] [Pipeline] git
01:21:08 [2024-11-01T00:21:08.850Z] The recommended git tool is: NONE
01:21:08 [2024-11-01T00:21:08.851Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2024-11-01T00:21:08.862Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@a3e3ce6; decorates hudson.Launcher$LocalLauncher@eff61f5 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2024-11-01T00:21:08.862Z] > /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 [2024-11-01T00:21:08.868Z] Fetching changes from the remote Git repository
01:21:08 [2024-11-01T00:21:08.872Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:08 [2024-11-01T00:21:08.878Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:08 [2024-11-01T00:21:08.878Z] > /usr/bin/git --version # timeout=10
01:21:08 [2024-11-01T00:21:08.883Z] > git --version # 'git version 2.43.0'
01:21:08 [2024-11-01T00:21:08.883Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2024-11-01T00:21:08.887Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2024-11-01T00:21:09.239Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2024-11-01T00:21:09.244Z] Checking out Revision 10719018413e414cfa70c0f64a945a72670797f4 (refs/remotes/origin/6.3.x)
01:21:09 [2024-11-01T00:21:09.244Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2024-11-01T00:21:09.249Z] > /usr/bin/git checkout -f 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:09 [2024-11-01T00:21:09.259Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2024-11-01T00:21:09.266Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2024-11-01T00:21:09.273Z] > /usr/bin/git checkout -b 6.3.x 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:09 [2024-11-01T00:21:09.283Z] 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:09 [2024-11-01T00:21:09.283Z] > /usr/bin/git rev-list --no-walk 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:09 [2024-11-01T00:21:09.313Z] [Pipeline] fileExists
01:21:09 [2024-11-01T00:21:09.330Z] [Pipeline] readMavenPom
01:21:09 [2024-11-01T00:21:09.351Z] [Pipeline] sh
01:21:09 [2024-11-01T00:21:09.609Z] + git rev-parse HEAD
01:21:09 [2024-11-01T00:21:09.612Z] [Pipeline] echo
01:21:09 [2024-11-01T00:21:09.613Z] Silverpeas-Distribution: current commit is 10719018413e414cfa70c0f64a945a72670797f4 and last build commit is 10719018413e414cfa70c0f64a945a72670797f4
01:21:09 [2024-11-01T00:21:09.616Z] [Pipeline] }
01:21:09 [2024-11-01T00:21:09.632Z] [Pipeline] // dir
01:21:09 [2024-11-01T00:21:09.648Z] [Pipeline] echo
01:21:09 [2024-11-01T00:21:09.649Z] Build skipped due to no changes have been done since the last build
01:21:09 [2024-11-01T00:21:09.667Z] [Pipeline] dir
01:21:09 [2024-11-01T00:21:09.667Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:09 [2024-11-01T00:21:09.668Z] [Pipeline] {
01:21:09 [2024-11-01T00:21:09.688Z] [Pipeline] git
01:21:09 [2024-11-01T00:21:09.691Z] The recommended git tool is: NONE
01:21:09 [2024-11-01T00:21:09.691Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2024-11-01T00:21:09.705Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6d1d5a28; decorates hudson.Launcher$LocalLauncher@23b6ae91 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2024-11-01T00:21:09.706Z] > /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 [2024-11-01T00:21:09.712Z] Fetching changes from the remote Git repository
01:21:09 [2024-11-01T00:21:09.716Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:09 [2024-11-01T00:21:09.721Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:09 [2024-11-01T00:21:09.722Z] > /usr/bin/git --version # timeout=10
01:21:09 [2024-11-01T00:21:09.727Z] > git --version # 'git version 2.43.0'
01:21:09 [2024-11-01T00:21:09.727Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2024-11-01T00:21:09.733Z] > /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-01T00:21:10.153Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2024-11-01T00:21:10.159Z] Checking out Revision e6cf90efb933ea1d65558af1cade3056ac4b6462 (refs/remotes/origin/6.3.x)
01:21:10 [2024-11-01T00:21:10.159Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2024-11-01T00:21:10.165Z] > /usr/bin/git checkout -f e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:10 [2024-11-01T00:21:10.175Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2024-11-01T00:21:10.186Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2024-11-01T00:21:10.193Z] > /usr/bin/git checkout -b 6.3.x e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:10 [2024-11-01T00:21:10.207Z] 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:10 [2024-11-01T00:21:10.207Z] > /usr/bin/git rev-list --no-walk e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:10 [2024-11-01T00:21:10.238Z] [Pipeline] fileExists
01:21:10 [2024-11-01T00:21:10.256Z] [Pipeline] readMavenPom
01:21:10 [2024-11-01T00:21:10.279Z] [Pipeline] sh
01:21:10 [2024-11-01T00:21:10.539Z] + git rev-parse HEAD
01:21:10 [2024-11-01T00:21:10.543Z] [Pipeline] echo
01:21:10 [2024-11-01T00:21:10.543Z] Silverpeas-Assembly: current commit is e6cf90efb933ea1d65558af1cade3056ac4b6462 and last build commit is e6cf90efb933ea1d65558af1cade3056ac4b6462
01:21:10 [2024-11-01T00:21:10.545Z] [Pipeline] }
01:21:10 [2024-11-01T00:21:10.566Z] [Pipeline] // dir
01:21:10 [2024-11-01T00:21:10.583Z] [Pipeline] echo
01:21:10 [2024-11-01T00:21:10.584Z] Build skipped due to no changes have been done since the last build
01:21:10 [2024-11-01T00:21:10.584Z] [Pipeline] }
01:21:10 [2024-11-01T00:21:10.600Z] [Pipeline] // script
01:21:10 [2024-11-01T00:21:10.617Z] [Pipeline] }
01:21:10 [2024-11-01T00:21:10.634Z] [Pipeline] // stage
01:21:10 [2024-11-01T00:21:10.654Z] [Pipeline] stage
01:21:10 [2024-11-01T00:21:10.655Z] [Pipeline] { (Build Silverpeas)
01:21:10 [2024-11-01T00:21:10.691Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-01T00:21:10.693Z] [Pipeline] getContext
01:21:10 [2024-11-01T00:21:10.718Z] [Pipeline] stage
01:21:10 [2024-11-01T00:21:10.719Z] [Pipeline] { (Build Silverpeas-Core)
01:21:10 [2024-11-01T00:21:10.737Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-01T00:21:10.738Z] [Pipeline] getContext
01:21:10 [2024-11-01T00:21:10.739Z] [Pipeline] }
01:21:10 [2024-11-01T00:21:10.756Z] [Pipeline] // stage
01:21:10 [2024-11-01T00:21:10.771Z] [Pipeline] stage
01:21:10 [2024-11-01T00:21:10.772Z] [Pipeline] { (Build Silverpeas-Components)
01:21:10 [2024-11-01T00:21:10.782Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-01T00:21:10.783Z] [Pipeline] getContext
01:21:10 [2024-11-01T00:21:10.784Z] [Pipeline] }
01:21:10 [2024-11-01T00:21:10.800Z] [Pipeline] // stage
01:21:10 [2024-11-01T00:21:10.818Z] [Pipeline] stage
01:21:10 [2024-11-01T00:21:10.819Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:10 [2024-11-01T00:21:10.836Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-01T00:21:10.837Z] [Pipeline] getContext
01:21:10 [2024-11-01T00:21:10.839Z] [Pipeline] }
01:21:10 [2024-11-01T00:21:10.857Z] [Pipeline] // stage
01:21:10 [2024-11-01T00:21:10.875Z] [Pipeline] stage
01:21:10 [2024-11-01T00:21:10.876Z] [Pipeline] { (Build Silverpeas Setup)
01:21:10 [2024-11-01T00:21:10.893Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-01T00:21:10.894Z] [Pipeline] getContext
01:21:10 [2024-11-01T00:21:10.895Z] [Pipeline] }
01:21:10 [2024-11-01T00:21:10.911Z] [Pipeline] // stage
01:21:10 [2024-11-01T00:21:10.930Z] [Pipeline] stage
01:21:10 [2024-11-01T00:21:10.931Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:10 [2024-11-01T00:21:10.948Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-01T00:21:10.949Z] [Pipeline] getContext
01:21:10 [2024-11-01T00:21:10.951Z] [Pipeline] }
01:21:10 [2024-11-01T00:21:10.969Z] [Pipeline] // stage
01:21:10 [2024-11-01T00:21:10.990Z] [Pipeline] stage
01:21:10 [2024-11-01T00:21:10.991Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:11 [2024-11-01T00:21:11.009Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-01T00:21:11.010Z] [Pipeline] getContext
01:21:11 [2024-11-01T00:21:11.012Z] [Pipeline] }
01:21:11 [2024-11-01T00:21:11.031Z] [Pipeline] // stage
01:21:11 [2024-11-01T00:21:11.049Z] [Pipeline] stage
01:21:11 [2024-11-01T00:21:11.051Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:11 [2024-11-01T00:21:11.068Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-01T00:21:11.069Z] [Pipeline] getContext
01:21:11 [2024-11-01T00:21:11.071Z] [Pipeline] }
01:21:11 [2024-11-01T00:21:11.087Z] [Pipeline] // stage
01:21:11 [2024-11-01T00:21:11.107Z] [Pipeline] stage
01:21:11 [2024-11-01T00:21:11.108Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:11 [2024-11-01T00:21:11.124Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-01T00:21:11.126Z] [Pipeline] getContext
01:21:11 [2024-11-01T00:21:11.127Z] [Pipeline] }
01:21:11 [2024-11-01T00:21:11.145Z] [Pipeline] // stage
01:21:11 [2024-11-01T00:21:11.165Z] [Pipeline] stage
01:21:11 [2024-11-01T00:21:11.166Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:11 [2024-11-01T00:21:11.183Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-01T00:21:11.185Z] [Pipeline] getContext
01:21:11 [2024-11-01T00:21:11.187Z] [Pipeline] }
01:21:11 [2024-11-01T00:21:11.206Z] [Pipeline] // stage
01:21:11 [2024-11-01T00:21:11.232Z] [Pipeline] stage
01:21:11 [2024-11-01T00:21:11.233Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:11 [2024-11-01T00:21:11.251Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-01T00:21:11.252Z] [Pipeline] getContext
01:21:11 [2024-11-01T00:21:11.254Z] [Pipeline] }
01:21:11 [2024-11-01T00:21:11.270Z] [Pipeline] // stage
01:21:11 [2024-11-01T00:21:11.291Z] [Pipeline] stage
01:21:11 [2024-11-01T00:21:11.291Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:11 [2024-11-01T00:21:11.308Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-01T00:21:11.309Z] [Pipeline] getContext
01:21:11 [2024-11-01T00:21:11.311Z] [Pipeline] }
01:21:11 [2024-11-01T00:21:11.329Z] [Pipeline] // stage
01:21:11 [2024-11-01T00:21:11.351Z] [Pipeline] stage
01:21:11 [2024-11-01T00:21:11.352Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:11 [2024-11-01T00:21:11.369Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-01T00:21:11.370Z] [Pipeline] getContext
01:21:11 [2024-11-01T00:21:11.372Z] [Pipeline] }
01:21:11 [2024-11-01T00:21:11.397Z] [Pipeline] // stage
01:21:11 [2024-11-01T00:21:11.415Z] [Pipeline] stage
01:21:11 [2024-11-01T00:21:11.416Z] [Pipeline] { (Publish Community Web Site)
01:21:11 [2024-11-01T00:21:11.434Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2024-11-01T00:21:11.435Z] [Pipeline] getContext
01:21:11 [2024-11-01T00:21:11.436Z] [Pipeline] }
01:21:11 [2024-11-01T00:21:11.461Z] [Pipeline] // stage
01:21:11 [2024-11-01T00:21:11.477Z] [Pipeline] }
01:21:11 [2024-11-01T00:21:11.493Z] [Pipeline] // stage
01:21:11 [2024-11-01T00:21:11.512Z] [Pipeline] stage
01:21:11 [2024-11-01T00:21:11.513Z] [Pipeline] { (Create YAML build report)
01:21:11 [2024-11-01T00:21:11.558Z] [Pipeline] script
01:21:11 [2024-11-01T00:21:11.566Z] [Pipeline] {
01:21:11 [2024-11-01T00:21:11.596Z] [Pipeline] sh
01:21:11 [2024-11-01T00:21:11.857Z] + mkdir -p target
01:21:11 [2024-11-01T00:21:11.859Z] [Pipeline] sh
01:21:12 [2024-11-01T00:21:12.116Z] + mv build.yaml target/
01:21:12 [2024-11-01T00:21:12.117Z] [Pipeline] }
01:21:12 [2024-11-01T00:21:12.136Z] [Pipeline] // script
01:21:12 [2024-11-01T00:21:12.155Z] [Pipeline] }
01:21:12 [2024-11-01T00:21:12.170Z] [Pipeline] // stage
01:21:12 [2024-11-01T00:21:12.198Z] [Pipeline] stage
01:21:12 [2024-11-01T00:21:12.199Z] [Pipeline] { (Declarative: Post Actions)
01:21:12 [2024-11-01T00:21:12.233Z] [Pipeline] step
01:21:12 [2024-11-01T00:21:12.277Z] [Pipeline] script
01:21:12 [2024-11-01T00:21:12.286Z] [Pipeline] {
01:21:12 [2024-11-01T00:21:12.326Z] [Pipeline] }
01:21:12 [2024-11-01T00:21:12.345Z] [Pipeline] // script
01:21:12 [2024-11-01T00:21:12.368Z] [Pipeline] archiveArtifacts
01:21:12 [2024-11-01T00:21:12.371Z] Archiving artifacts
01:21:12 [2024-11-01T00:21:12.390Z] Enregistrement des empreintes numériques
01:21:12 [2024-11-01T00:21:12.409Z] [Pipeline] sh
01:21:12 [2024-11-01T00:21:12.670Z] + rm -rf target
01:21:12 [2024-11-01T00:21:12.677Z] [Pipeline] }
01:21:12 [2024-11-01T00:21:12.694Z] [Pipeline] // stage
01:21:12 [2024-11-01T00:21:12.712Z] [Pipeline] }
01:21:12 [2024-11-01T00:21:12.727Z] [Pipeline] // withEnv
01:21:12 [2024-11-01T00:21:12.743Z] [Pipeline] }
01:21:12 [2024-11-01T00:21:12.744Z] $ docker stop --time=1 4a727edbbf0f5099db2ff539ffdae2caf6643b83fadf4e3723d98d583f23a4cf
01:21:13 [2024-11-01T00:21:13.976Z] $ docker rm -f --volumes 4a727edbbf0f5099db2ff539ffdae2caf6643b83fadf4e3723d98d583f23a4cf
01:21:14 [2024-11-01T00:21:14.019Z] [Pipeline] // withDockerContainer
01:21:14 [2024-11-01T00:21:14.026Z] [Pipeline] }
01:21:14 [2024-11-01T00:21:14.033Z] [Pipeline] // withEnv
01:21:14 [2024-11-01T00:21:14.040Z] [Pipeline] }
01:21:14 [2024-11-01T00:21:14.055Z] [Pipeline] // node
01:21:14 [2024-11-01T00:21:14.069Z] [Pipeline] End of Pipeline
01:21:14 [2024-11-01T00:21:14.139Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #178
01:21:14 [2024-11-01T00:21:14.140Z] Finished: SUCCESS