Skip to content
Succès

Sortie de la console

06:46:00 [2025-08-28T04:46:00.591Z] Lancé par une alarme périodique
06:46:00 [2025-08-28T04:46:00.591Z] Running as userbuild
06:46:00 [2025-08-28T04:46:00.992Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2025-08-28T04:46:01.550Z] [Pipeline] Start of Pipeline
06:46:01 [2025-08-28T04:46:01.952Z] [Pipeline] node
06:46:01 [2025-08-28T04:46:01.957Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy
06:46:01 [2025-08-28T04:46:01.963Z] [Pipeline] {
06:46:01 [2025-08-28T04:46:01.986Z] [Pipeline] stage
06:46:01 [2025-08-28T04:46:01.988Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:02 [2025-08-28T04:46:02.002Z] [Pipeline] checkout
06:46:02 [2025-08-28T04:46:02.005Z] Selected Git installation does not exist. Using Default
06:46:02 [2025-08-28T04:46:02.005Z] The recommended git tool is: NONE
06:46:02 [2025-08-28T04:46:02.005Z] No credentials specified
06:46:02 [2025-08-28T04:46:02.006Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/.git # timeout=10
06:46:02 [2025-08-28T04:46:02.011Z] Fetching changes from the remote Git repository
06:46:02 [2025-08-28T04:46:02.015Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:02 [2025-08-28T04:46:02.021Z] Cleaning workspace
06:46:02 [2025-08-28T04:46:02.021Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:02 [2025-08-28T04:46:02.025Z] Resetting working tree
06:46:02 [2025-08-28T04:46:02.025Z]  > /usr/bin/git reset --hard # timeout=10
06:46:02 [2025-08-28T04:46:02.033Z]  > /usr/bin/git clean -fdx # timeout=10
06:46:02 [2025-08-28T04:46:02.039Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:02 [2025-08-28T04:46:02.039Z]  > /usr/bin/git --version # timeout=10
06:46:02 [2025-08-28T04:46:02.044Z]  > git --version # 'git version 2.43.0'
06:46:02 [2025-08-28T04:46:02.044Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:02 [2025-08-28T04:46:02.393Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:02 [2025-08-28T04:46:02.399Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
06:46:02 [2025-08-28T04:46:02.400Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:02 [2025-08-28T04:46:02.404Z]  > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
06:46:02 [2025-08-28T04:46:02.417Z] Commit message: "Use of the withCredentials Jenkins statement to allow the injection of the credentials of the Git account used to push code change into the Github repo in the AutoDeploy build of the silverpeas mobile project."
06:46:02 [2025-08-28T04:46:02.417Z]  > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
06:46:02 [2025-08-28T04:46:02.437Z] [Pipeline] }
06:46:02 [2025-08-28T04:46:02.443Z] [Pipeline] // stage
06:46:02 [2025-08-28T04:46:02.471Z] [Pipeline] withEnv
06:46:02 [2025-08-28T04:46:02.472Z] [Pipeline] {
06:46:02 [2025-08-28T04:46:02.686Z] [Pipeline] isUnix
06:46:02 [2025-08-28T04:46:02.687Z] [Pipeline] withEnv
06:46:02 [2025-08-28T04:46:02.688Z] [Pipeline] {
06:46:02 [2025-08-28T04:46:02.703Z] [Pipeline] sh
06:46:02 [2025-08-28T04:46:02.961Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:02 [2025-08-28T04:46:02.961Z] .
06:46:02 [2025-08-28T04:46:02.962Z] [Pipeline] }
06:46:02 [2025-08-28T04:46:02.972Z] [Pipeline] // withEnv
06:46:02 [2025-08-28T04:46:02.988Z] [Pipeline] withDockerContainer
06:46:03 [2025-08-28T04:46:03.030Z] Jenkins does not seem to be running inside a container
06:46:03 [2025-08-28T04:46:03.038Z] $ 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_Stable_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Stable_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.4 cat
06:46:03 [2025-08-28T04:46:03.348Z] $ docker top 3359843ce405489257a8ffe3e58d606f4fbc3de8e45b27ed4f8ce66963c54555 -eo pid,comm
06:46:03 [2025-08-28T04:46:03.387Z] [Pipeline] {
06:46:03 [2025-08-28T04:46:03.432Z] [Pipeline] withEnv
06:46:03 [2025-08-28T04:46:03.433Z] [Pipeline] {
06:46:03 [2025-08-28T04:46:03.467Z] [Pipeline] stage
06:46:03 [2025-08-28T04:46:03.469Z] [Pipeline] { (Prepare the job)
06:46:03 [2025-08-28T04:46:03.532Z] [Pipeline] sh
06:46:03 [2025-08-28T04:46:03.794Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.4.x/pom.xml
06:46:04 [2025-08-28T04:46:04.049Z] [Pipeline] script
06:46:04 [2025-08-28T04:46:04.063Z] [Pipeline] {
06:46:04 [2025-08-28T04:46:04.083Z] [Pipeline] readMavenPom
06:46:04 [2025-08-28T04:46:04.118Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named release (to a value of type String) which could lead to memory leaks or other issues.
06:46:04 [2025-08-28T04:46:04.122Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildVersion (to a value of type GStringImpl) which could lead to memory leaks or other issues.
06:46:04 [2025-08-28T04:46:04.123Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named parentVersion (to a value of type String) which could lead to memory leaks or other issues.
06:46:04 [2025-08-28T04:46:04.123Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named commits (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
06:46:04 [2025-08-28T04:46:04.123Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named changes (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
06:46:04 [2025-08-28T04:46:04.126Z] [Pipeline] sh
06:46:04 [2025-08-28T04:46:04.388Z] + rm -f pom.xml
06:46:04 [2025-08-28T04:46:04.390Z] [Pipeline] }
06:46:04 [2025-08-28T04:46:04.404Z] [Pipeline] // script
06:46:04 [2025-08-28T04:46:04.421Z] [Pipeline] }
06:46:04 [2025-08-28T04:46:04.435Z] [Pipeline] // stage
06:46:04 [2025-08-28T04:46:04.452Z] [Pipeline] stage
06:46:04 [2025-08-28T04:46:04.453Z] [Pipeline] { (Check POM parent version)
06:46:04 [2025-08-28T04:46:04.522Z] Stage "Check POM parent version" skipped due to when conditional
06:46:04 [2025-08-28T04:46:04.523Z] [Pipeline] getContext
06:46:04 [2025-08-28T04:46:04.526Z] [Pipeline] }
06:46:04 [2025-08-28T04:46:04.536Z] [Pipeline] // stage
06:46:04 [2025-08-28T04:46:04.553Z] [Pipeline] stage
06:46:04 [2025-08-28T04:46:04.554Z] [Pipeline] { (Checkout projects and check code changes)
06:46:04 [2025-08-28T04:46:04.585Z] [Pipeline] script
06:46:04 [2025-08-28T04:46:04.593Z] [Pipeline] {
06:46:04 [2025-08-28T04:46:04.622Z] [Pipeline] copyArtifacts
06:46:04 [2025-08-28T04:46:04.630Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 426
06:46:04 [2025-08-28T04:46:04.649Z] [Pipeline] fileExists
06:46:04 [2025-08-28T04:46:04.665Z] [Pipeline] readYaml
06:46:04 [2025-08-28T04:46:04.686Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named previousBuildVersion (to a value of type String) which could lead to memory leaks or other issues.
06:46:04 [2025-08-28T04:46:04.690Z] [Pipeline] dir
06:46:04 [2025-08-28T04:46:04.690Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core
06:46:04 [2025-08-28T04:46:04.691Z] [Pipeline] {
06:46:04 [2025-08-28T04:46:04.712Z] [Pipeline] git
06:46:04 [2025-08-28T04:46:04.715Z] The recommended git tool is: /usr/bin/git
06:46:04 [2025-08-28T04:46:04.716Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:04 [2025-08-28T04:46:04.729Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7a76cc2d; decorates hudson.Launcher$LocalLauncher@3ee7af2e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:04 [2025-08-28T04:46:04.730Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core/.git # timeout=10
06:46:04 [2025-08-28T04:46:04.737Z] Fetching changes from the remote Git repository
06:46:04 [2025-08-28T04:46:04.739Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
06:46:04 [2025-08-28T04:46:04.745Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
06:46:04 [2025-08-28T04:46:04.745Z]  > /usr/bin/git --version # timeout=10
06:46:04 [2025-08-28T04:46:04.750Z]  > git --version # 'git version 2.43.0'
06:46:04 [2025-08-28T04:46:04.750Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:04 [2025-08-28T04:46:04.755Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:05 [2025-08-28T04:46:05.116Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:05 [2025-08-28T04:46:05.124Z] Checking out Revision a8b76ec22f841ac3804d004c5b9bf80dad7ca8e9 (refs/remotes/origin/6.4.x)
06:46:05 [2025-08-28T04:46:05.124Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:05 [2025-08-28T04:46:05.129Z]  > /usr/bin/git checkout -f a8b76ec22f841ac3804d004c5b9bf80dad7ca8e9 # timeout=10
06:46:05 [2025-08-28T04:46:05.184Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:05 [2025-08-28T04:46:05.200Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:05 [2025-08-28T04:46:05.209Z]  > /usr/bin/git checkout -b 6.4.x a8b76ec22f841ac3804d004c5b9bf80dad7ca8e9 # timeout=10
06:46:05 [2025-08-28T04:46:05.264Z] Commit message: "6.4.4 has been released from build 6.4.4-build250807 (f3347050a5abcac724675a0b1214abef22bb9975).Prepare for development iteration of next version 6.4.5"
06:46:05 [2025-08-28T04:46:05.264Z]  > /usr/bin/git rev-list --no-walk a8b76ec22f841ac3804d004c5b9bf80dad7ca8e9 # timeout=10
06:46:05 [2025-08-28T04:46:05.283Z] [Pipeline] fileExists
06:46:05 [2025-08-28T04:46:05.291Z] [Pipeline] readMavenPom
06:46:05 [2025-08-28T04:46:05.313Z] [Pipeline] sh
06:46:05 [2025-08-28T04:46:05.572Z] + git rev-parse HEAD
06:46:05 [2025-08-28T04:46:05.575Z] [Pipeline] echo
06:46:05 [2025-08-28T04:46:05.576Z] Silverpeas-Core: current commit is a8b76ec22f841ac3804d004c5b9bf80dad7ca8e9 and last build commit is a8b76ec22f841ac3804d004c5b9bf80dad7ca8e9
06:46:05 [2025-08-28T04:46:05.579Z] [Pipeline] }
06:46:05 [2025-08-28T04:46:05.593Z] [Pipeline] // dir
06:46:05 [2025-08-28T04:46:05.609Z] [Pipeline] echo
06:46:05 [2025-08-28T04:46:05.610Z] Build skipped due to no changes have been done since the last build
06:46:05 [2025-08-28T04:46:05.626Z] [Pipeline] dir
06:46:05 [2025-08-28T04:46:05.627Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components
06:46:05 [2025-08-28T04:46:05.628Z] [Pipeline] {
06:46:05 [2025-08-28T04:46:05.648Z] [Pipeline] git
06:46:05 [2025-08-28T04:46:05.650Z] The recommended git tool is: /usr/bin/git
06:46:05 [2025-08-28T04:46:05.651Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:05 [2025-08-28T04:46:05.662Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3eaf9605; decorates hudson.Launcher$LocalLauncher@27565be6 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:05 [2025-08-28T04:46:05.662Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/.git # timeout=10
06:46:05 [2025-08-28T04:46:05.668Z] Fetching changes from the remote Git repository
06:46:05 [2025-08-28T04:46:05.673Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
06:46:05 [2025-08-28T04:46:05.681Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
06:46:05 [2025-08-28T04:46:05.681Z]  > /usr/bin/git --version # timeout=10
06:46:05 [2025-08-28T04:46:05.686Z]  > git --version # 'git version 2.43.0'
06:46:05 [2025-08-28T04:46:05.686Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:05 [2025-08-28T04:46:05.692Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:06 [2025-08-28T04:46:06.077Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:06 [2025-08-28T04:46:06.083Z] Checking out Revision 8aa211b5cdd0d2eb1bb470ede8de00fc23c3d579 (refs/remotes/origin/6.4.x)
06:46:06 [2025-08-28T04:46:06.083Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:06 [2025-08-28T04:46:06.088Z]  > /usr/bin/git checkout -f 8aa211b5cdd0d2eb1bb470ede8de00fc23c3d579 # timeout=10
06:46:06 [2025-08-28T04:46:06.117Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:06 [2025-08-28T04:46:06.129Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:06 [2025-08-28T04:46:06.136Z]  > /usr/bin/git checkout -b 6.4.x 8aa211b5cdd0d2eb1bb470ede8de00fc23c3d579 # timeout=10
06:46:06 [2025-08-28T04:46:06.168Z] Commit message: "6.4.4 has been released from build 6.4.4-build250807 (1dd00b7122f70b314131dc91b55e2cc54b605c34).Prepare for development iteration of next version 6.4.5"
06:46:06 [2025-08-28T04:46:06.168Z]  > /usr/bin/git rev-list --no-walk 8aa211b5cdd0d2eb1bb470ede8de00fc23c3d579 # timeout=10
06:46:06 [2025-08-28T04:46:06.190Z] [Pipeline] fileExists
06:46:06 [2025-08-28T04:46:06.198Z] [Pipeline] readMavenPom
06:46:06 [2025-08-28T04:46:06.208Z] [Pipeline] sh
06:46:06 [2025-08-28T04:46:06.464Z] + git rev-parse HEAD
06:46:06 [2025-08-28T04:46:06.469Z] [Pipeline] echo
06:46:06 [2025-08-28T04:46:06.470Z] Silverpeas-Components: current commit is 8aa211b5cdd0d2eb1bb470ede8de00fc23c3d579 and last build commit is 8aa211b5cdd0d2eb1bb470ede8de00fc23c3d579
06:46:06 [2025-08-28T04:46:06.473Z] [Pipeline] }
06:46:06 [2025-08-28T04:46:06.489Z] [Pipeline] // dir
06:46:06 [2025-08-28T04:46:06.505Z] [Pipeline] echo
06:46:06 [2025-08-28T04:46:06.506Z] Build skipped due to no changes have been done since the last build
06:46:06 [2025-08-28T04:46:06.523Z] [Pipeline] dir
06:46:06 [2025-08-28T04:46:06.523Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks
06:46:06 [2025-08-28T04:46:06.524Z] [Pipeline] {
06:46:06 [2025-08-28T04:46:06.545Z] [Pipeline] git
06:46:06 [2025-08-28T04:46:06.548Z] Selected Git installation does not exist. Using Default
06:46:06 [2025-08-28T04:46:06.548Z] The recommended git tool is: NONE
06:46:06 [2025-08-28T04:46:06.549Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:06 [2025-08-28T04:46:06.565Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@618d868b; decorates hudson.Launcher$LocalLauncher@30e1904c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:06 [2025-08-28T04:46:06.566Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks/.git # timeout=10
06:46:06 [2025-08-28T04:46:06.574Z] Fetching changes from the remote Git repository
06:46:06 [2025-08-28T04:46:06.576Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
06:46:06 [2025-08-28T04:46:06.583Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
06:46:06 [2025-08-28T04:46:06.583Z]  > /usr/bin/git --version # timeout=10
06:46:06 [2025-08-28T04:46:06.588Z]  > git --version # 'git version 2.43.0'
06:46:06 [2025-08-28T04:46:06.588Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:06 [2025-08-28T04:46:06.593Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:06 [2025-08-28T04:46:06.956Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:06 [2025-08-28T04:46:06.962Z] Checking out Revision 42a8ccc8bf49fc50aedcc6b9018ca821bf02e9bd (refs/remotes/origin/6.4.x)
06:46:06 [2025-08-28T04:46:06.962Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:06 [2025-08-28T04:46:06.966Z]  > /usr/bin/git checkout -f 42a8ccc8bf49fc50aedcc6b9018ca821bf02e9bd # timeout=10
06:46:06 [2025-08-28T04:46:06.976Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:06 [2025-08-28T04:46:06.983Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:06 [2025-08-28T04:46:06.990Z]  > /usr/bin/git checkout -b 6.4.x 42a8ccc8bf49fc50aedcc6b9018ca821bf02e9bd # timeout=10
06:46:07 [2025-08-28T04:46:07.002Z] Commit message: "Feature #14940"
06:46:07 [2025-08-28T04:46:07.002Z]  > /usr/bin/git rev-list --no-walk 42a8ccc8bf49fc50aedcc6b9018ca821bf02e9bd # timeout=10
06:46:07 [2025-08-28T04:46:07.020Z] [Pipeline] fileExists
06:46:07 [2025-08-28T04:46:07.028Z] [Pipeline] readMavenPom
06:46:07 [2025-08-28T04:46:07.041Z] [Pipeline] sh
06:46:07 [2025-08-28T04:46:07.299Z] + git rev-parse HEAD
06:46:07 [2025-08-28T04:46:07.302Z] [Pipeline] echo
06:46:07 [2025-08-28T04:46:07.303Z] Silverpeas-Looks: current commit is 42a8ccc8bf49fc50aedcc6b9018ca821bf02e9bd and last build commit is 42a8ccc8bf49fc50aedcc6b9018ca821bf02e9bd
06:46:07 [2025-08-28T04:46:07.306Z] [Pipeline] }
06:46:07 [2025-08-28T04:46:07.317Z] [Pipeline] // dir
06:46:07 [2025-08-28T04:46:07.334Z] [Pipeline] echo
06:46:07 [2025-08-28T04:46:07.334Z] Build skipped due to no changes have been done since the last build
06:46:07 [2025-08-28T04:46:07.352Z] [Pipeline] dir
06:46:07 [2025-08-28T04:46:07.352Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup
06:46:07 [2025-08-28T04:46:07.353Z] [Pipeline] {
06:46:07 [2025-08-28T04:46:07.374Z] [Pipeline] git
06:46:07 [2025-08-28T04:46:07.376Z] The recommended git tool is: NONE
06:46:07 [2025-08-28T04:46:07.376Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:07 [2025-08-28T04:46:07.384Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7a419f15; decorates hudson.Launcher$LocalLauncher@79d03be9 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:07 [2025-08-28T04:46:07.385Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup/.git # timeout=10
06:46:07 [2025-08-28T04:46:07.391Z] Fetching changes from the remote Git repository
06:46:07 [2025-08-28T04:46:07.393Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
06:46:07 [2025-08-28T04:46:07.399Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
06:46:07 [2025-08-28T04:46:07.399Z]  > /usr/bin/git --version # timeout=10
06:46:07 [2025-08-28T04:46:07.403Z]  > git --version # 'git version 2.43.0'
06:46:07 [2025-08-28T04:46:07.403Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:07 [2025-08-28T04:46:07.408Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:07 [2025-08-28T04:46:07.794Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:07 [2025-08-28T04:46:07.800Z] Checking out Revision 84f3bb87293f67315637ae5f1b53d3ca360502a9 (refs/remotes/origin/6.4.x)
06:46:07 [2025-08-28T04:46:07.800Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:07 [2025-08-28T04:46:07.805Z]  > /usr/bin/git checkout -f 84f3bb87293f67315637ae5f1b53d3ca360502a9 # timeout=10
06:46:07 [2025-08-28T04:46:07.814Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:07 [2025-08-28T04:46:07.822Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:07 [2025-08-28T04:46:07.828Z]  > /usr/bin/git checkout -b 6.4.x 84f3bb87293f67315637ae5f1b53d3ca360502a9 # timeout=10
06:46:07 [2025-08-28T04:46:07.838Z] Commit message: "6.4.4 has been released from build 6.4.4-build250807 (6e5936ffe892e71fb63de6dc059da8ad09b72c90).Prepare for development iteration of next version 6.4.5"
06:46:07 [2025-08-28T04:46:07.838Z]  > /usr/bin/git rev-list --no-walk 84f3bb87293f67315637ae5f1b53d3ca360502a9 # timeout=10
06:46:07 [2025-08-28T04:46:07.857Z] [Pipeline] fileExists
06:46:07 [2025-08-28T04:46:07.867Z] [Pipeline] sh
06:46:08 [2025-08-28T04:46:08.123Z] + git rev-parse HEAD
06:46:08 [2025-08-28T04:46:08.127Z] [Pipeline] echo
06:46:08 [2025-08-28T04:46:08.128Z] Silverpeas-Setup: current commit is 84f3bb87293f67315637ae5f1b53d3ca360502a9 and last build commit is 84f3bb87293f67315637ae5f1b53d3ca360502a9
06:46:08 [2025-08-28T04:46:08.130Z] [Pipeline] }
06:46:08 [2025-08-28T04:46:08.146Z] [Pipeline] // dir
06:46:08 [2025-08-28T04:46:08.162Z] [Pipeline] echo
06:46:08 [2025-08-28T04:46:08.163Z] Build skipped due to no changes have been done since the last build
06:46:08 [2025-08-28T04:46:08.179Z] [Pipeline] dir
06:46:08 [2025-08-28T04:46:08.180Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution
06:46:08 [2025-08-28T04:46:08.181Z] [Pipeline] {
06:46:08 [2025-08-28T04:46:08.201Z] [Pipeline] git
06:46:08 [2025-08-28T04:46:08.204Z] The recommended git tool is: NONE
06:46:08 [2025-08-28T04:46:08.204Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:08 [2025-08-28T04:46:08.213Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6385e018; decorates hudson.Launcher$LocalLauncher@76ef9a2b will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:08 [2025-08-28T04:46:08.214Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
06:46:08 [2025-08-28T04:46:08.221Z] Fetching changes from the remote Git repository
06:46:08 [2025-08-28T04:46:08.224Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
06:46:08 [2025-08-28T04:46:08.229Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
06:46:08 [2025-08-28T04:46:08.229Z]  > /usr/bin/git --version # timeout=10
06:46:08 [2025-08-28T04:46:08.233Z]  > git --version # 'git version 2.43.0'
06:46:08 [2025-08-28T04:46:08.234Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:08 [2025-08-28T04:46:08.239Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:08 [2025-08-28T04:46:08.595Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:08 [2025-08-28T04:46:08.602Z] Checking out Revision a73a000198208cad87d72fdf9157515e8267f081 (refs/remotes/origin/6.4.x)
06:46:08 [2025-08-28T04:46:08.602Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:08 [2025-08-28T04:46:08.607Z]  > /usr/bin/git checkout -f a73a000198208cad87d72fdf9157515e8267f081 # timeout=10
06:46:08 [2025-08-28T04:46:08.615Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:08 [2025-08-28T04:46:08.623Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:08 [2025-08-28T04:46:08.631Z]  > /usr/bin/git checkout -b 6.4.x a73a000198208cad87d72fdf9157515e8267f081 # timeout=10
06:46:08 [2025-08-28T04:46:08.641Z] Commit message: "6.4.4 has been released from build 6.4.4-build250807 (6837d524e3282a03e2de06fa1f14b7c93c7608b1).Prepare for development iteration of next version 6.4.5"
06:46:08 [2025-08-28T04:46:08.641Z]  > /usr/bin/git rev-list --no-walk a73a000198208cad87d72fdf9157515e8267f081 # timeout=10
06:46:08 [2025-08-28T04:46:08.662Z] [Pipeline] fileExists
06:46:08 [2025-08-28T04:46:08.671Z] [Pipeline] readMavenPom
06:46:08 [2025-08-28T04:46:08.683Z] [Pipeline] sh
06:46:08 [2025-08-28T04:46:08.943Z] + git rev-parse HEAD
06:46:08 [2025-08-28T04:46:08.946Z] [Pipeline] echo
06:46:08 [2025-08-28T04:46:08.947Z] Silverpeas-Distribution: current commit is a73a000198208cad87d72fdf9157515e8267f081 and last build commit is a73a000198208cad87d72fdf9157515e8267f081
06:46:08 [2025-08-28T04:46:08.949Z] [Pipeline] }
06:46:08 [2025-08-28T04:46:08.968Z] [Pipeline] // dir
06:46:08 [2025-08-28T04:46:08.985Z] [Pipeline] echo
06:46:08 [2025-08-28T04:46:08.986Z] Build skipped due to no changes have been done since the last build
06:46:09 [2025-08-28T04:46:09.004Z] [Pipeline] dir
06:46:09 [2025-08-28T04:46:09.004Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly
06:46:09 [2025-08-28T04:46:09.005Z] [Pipeline] {
06:46:09 [2025-08-28T04:46:09.027Z] [Pipeline] git
06:46:09 [2025-08-28T04:46:09.029Z] The recommended git tool is: NONE
06:46:09 [2025-08-28T04:46:09.030Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:09 [2025-08-28T04:46:09.039Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5e14ba66; decorates hudson.Launcher$LocalLauncher@f46fdc2 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:09 [2025-08-28T04:46:09.039Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
06:46:09 [2025-08-28T04:46:09.046Z] Fetching changes from the remote Git repository
06:46:09 [2025-08-28T04:46:09.048Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
06:46:09 [2025-08-28T04:46:09.053Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
06:46:09 [2025-08-28T04:46:09.053Z]  > /usr/bin/git --version # timeout=10
06:46:09 [2025-08-28T04:46:09.057Z]  > git --version # 'git version 2.43.0'
06:46:09 [2025-08-28T04:46:09.057Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:09 [2025-08-28T04:46:09.061Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:09 [2025-08-28T04:46:09.429Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:09 [2025-08-28T04:46:09.436Z] Checking out Revision 9864ac175bef2074a5f17f5ce4b59a95679cc286 (refs/remotes/origin/6.4.x)
06:46:09 [2025-08-28T04:46:09.436Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:09 [2025-08-28T04:46:09.441Z]  > /usr/bin/git checkout -f 9864ac175bef2074a5f17f5ce4b59a95679cc286 # timeout=10
06:46:09 [2025-08-28T04:46:09.450Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:09 [2025-08-28T04:46:09.460Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:09 [2025-08-28T04:46:09.466Z]  > /usr/bin/git checkout -b 6.4.x 9864ac175bef2074a5f17f5ce4b59a95679cc286 # timeout=10
06:46:09 [2025-08-28T04:46:09.476Z] Commit message: "6.4.4 has been released from build 6.4.4-build250807 (00897b0d98fcda4b9de1c512ded374aa33410f6f).Prepare for development iteration of next version 6.4.5"
06:46:09 [2025-08-28T04:46:09.476Z]  > /usr/bin/git rev-list --no-walk 9864ac175bef2074a5f17f5ce4b59a95679cc286 # timeout=10
06:46:09 [2025-08-28T04:46:09.496Z] [Pipeline] fileExists
06:46:09 [2025-08-28T04:46:09.513Z] [Pipeline] readMavenPom
06:46:09 [2025-08-28T04:46:09.537Z] [Pipeline] sh
06:46:09 [2025-08-28T04:46:09.796Z] + git rev-parse HEAD
06:46:09 [2025-08-28T04:46:09.800Z] [Pipeline] echo
06:46:09 [2025-08-28T04:46:09.800Z] Silverpeas-Assembly: current commit is 9864ac175bef2074a5f17f5ce4b59a95679cc286 and last build commit is 9864ac175bef2074a5f17f5ce4b59a95679cc286
06:46:09 [2025-08-28T04:46:09.803Z] [Pipeline] }
06:46:09 [2025-08-28T04:46:09.821Z] [Pipeline] // dir
06:46:09 [2025-08-28T04:46:09.839Z] [Pipeline] echo
06:46:09 [2025-08-28T04:46:09.839Z] Build skipped due to no changes have been done since the last build
06:46:09 [2025-08-28T04:46:09.840Z] [Pipeline] }
06:46:09 [2025-08-28T04:46:09.857Z] [Pipeline] // script
06:46:09 [2025-08-28T04:46:09.875Z] [Pipeline] }
06:46:09 [2025-08-28T04:46:09.891Z] [Pipeline] // stage
06:46:09 [2025-08-28T04:46:09.911Z] [Pipeline] stage
06:46:09 [2025-08-28T04:46:09.912Z] [Pipeline] { (Build Silverpeas)
06:46:09 [2025-08-28T04:46:09.944Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:09 [2025-08-28T04:46:09.946Z] [Pipeline] getContext
06:46:09 [2025-08-28T04:46:09.970Z] [Pipeline] stage
06:46:09 [2025-08-28T04:46:09.971Z] [Pipeline] { (Build Silverpeas-Core)
06:46:09 [2025-08-28T04:46:09.989Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:09 [2025-08-28T04:46:09.990Z] [Pipeline] getContext
06:46:09 [2025-08-28T04:46:09.992Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.009Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.029Z] [Pipeline] stage
06:46:10 [2025-08-28T04:46:10.030Z] [Pipeline] { (Build Silverpeas-Components)
06:46:10 [2025-08-28T04:46:10.046Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-08-28T04:46:10.048Z] [Pipeline] getContext
06:46:10 [2025-08-28T04:46:10.051Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.064Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.081Z] [Pipeline] stage
06:46:10 [2025-08-28T04:46:10.082Z] [Pipeline] { (Build Silverpeas-Assembly)
06:46:10 [2025-08-28T04:46:10.095Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-08-28T04:46:10.096Z] [Pipeline] getContext
06:46:10 [2025-08-28T04:46:10.099Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.111Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.126Z] [Pipeline] stage
06:46:10 [2025-08-28T04:46:10.127Z] [Pipeline] { (Build Silverpeas Setup)
06:46:10 [2025-08-28T04:46:10.139Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-08-28T04:46:10.140Z] [Pipeline] getContext
06:46:10 [2025-08-28T04:46:10.141Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.153Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.168Z] [Pipeline] stage
06:46:10 [2025-08-28T04:46:10.169Z] [Pipeline] { (Build Silverpeas Distribution)
06:46:10 [2025-08-28T04:46:10.180Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-08-28T04:46:10.182Z] [Pipeline] getContext
06:46:10 [2025-08-28T04:46:10.184Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.195Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.208Z] [Pipeline] stage
06:46:10 [2025-08-28T04:46:10.209Z] [Pipeline] { (Build Silverpeas-Looks)
06:46:10 [2025-08-28T04:46:10.220Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-08-28T04:46:10.221Z] [Pipeline] getContext
06:46:10 [2025-08-28T04:46:10.223Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.234Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.246Z] [Pipeline] stage
06:46:10 [2025-08-28T04:46:10.247Z] [Pipeline] { (Publish Silverpeas-Core)
06:46:10 [2025-08-28T04:46:10.257Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-08-28T04:46:10.259Z] [Pipeline] getContext
06:46:10 [2025-08-28T04:46:10.261Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.272Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.285Z] [Pipeline] stage
06:46:10 [2025-08-28T04:46:10.286Z] [Pipeline] { (Publish Silverpeas-Components)
06:46:10 [2025-08-28T04:46:10.296Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-08-28T04:46:10.298Z] [Pipeline] getContext
06:46:10 [2025-08-28T04:46:10.300Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.310Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.323Z] [Pipeline] stage
06:46:10 [2025-08-28T04:46:10.324Z] [Pipeline] { (Publish Silverpeas-Assembly)
06:46:10 [2025-08-28T04:46:10.334Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-08-28T04:46:10.336Z] [Pipeline] getContext
06:46:10 [2025-08-28T04:46:10.339Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.349Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.361Z] [Pipeline] stage
06:46:10 [2025-08-28T04:46:10.362Z] [Pipeline] { (Publish Silverpeas-Setup)
06:46:10 [2025-08-28T04:46:10.371Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-08-28T04:46:10.373Z] [Pipeline] getContext
06:46:10 [2025-08-28T04:46:10.375Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.384Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.396Z] [Pipeline] stage
06:46:10 [2025-08-28T04:46:10.396Z] [Pipeline] { (Publish Silverpeas-Distribution)
06:46:10 [2025-08-28T04:46:10.406Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-08-28T04:46:10.407Z] [Pipeline] getContext
06:46:10 [2025-08-28T04:46:10.410Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.419Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.431Z] [Pipeline] stage
06:46:10 [2025-08-28T04:46:10.432Z] [Pipeline] { (Publish Silverpeas-Looks)
06:46:10 [2025-08-28T04:46:10.441Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-08-28T04:46:10.442Z] [Pipeline] getContext
06:46:10 [2025-08-28T04:46:10.444Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.453Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.464Z] [Pipeline] stage
06:46:10 [2025-08-28T04:46:10.465Z] [Pipeline] { (Publish Community Web Site)
06:46:10 [2025-08-28T04:46:10.474Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-08-28T04:46:10.475Z] [Pipeline] getContext
06:46:10 [2025-08-28T04:46:10.477Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.485Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.493Z] [Pipeline] }
06:46:10 [2025-08-28T04:46:10.501Z] [Pipeline] // stage
06:46:10 [2025-08-28T04:46:10.518Z] [Pipeline] stage
06:46:10 [2025-08-28T04:46:10.519Z] [Pipeline] { (Create YAML build report)
06:46:10 [2025-08-28T04:46:10.551Z] [Pipeline] script
06:46:10 [2025-08-28T04:46:10.557Z] [Pipeline] {
06:46:10 [2025-08-28T04:46:10.587Z] [Pipeline] sh
06:46:10 [2025-08-28T04:46:10.846Z] + mkdir -p target
06:46:10 [2025-08-28T04:46:10.849Z] [Pipeline] sh
06:46:11 [2025-08-28T04:46:11.107Z] + mv build.yaml target/
06:46:11 [2025-08-28T04:46:11.108Z] [Pipeline] }
06:46:11 [2025-08-28T04:46:11.125Z] [Pipeline] // script
06:46:11 [2025-08-28T04:46:11.142Z] [Pipeline] }
06:46:11 [2025-08-28T04:46:11.158Z] [Pipeline] // stage
06:46:11 [2025-08-28T04:46:11.182Z] [Pipeline] stage
06:46:11 [2025-08-28T04:46:11.183Z] [Pipeline] { (Declarative: Post Actions)
06:46:11 [2025-08-28T04:46:11.214Z] [Pipeline] step
06:46:11 [2025-08-28T04:46:11.248Z] [Pipeline] script
06:46:11 [2025-08-28T04:46:11.259Z] [Pipeline] {
06:46:11 [2025-08-28T04:46:11.294Z] [Pipeline] }
06:46:11 [2025-08-28T04:46:11.311Z] [Pipeline] // script
06:46:11 [2025-08-28T04:46:11.334Z] [Pipeline] archiveArtifacts
06:46:11 [2025-08-28T04:46:11.338Z] Archiving artifacts
06:46:11 [2025-08-28T04:46:11.354Z] Enregistrement des empreintes numériques
06:46:11 [2025-08-28T04:46:11.369Z] [Pipeline] sh
06:46:11 [2025-08-28T04:46:11.628Z] + rm -rf target
06:46:11 [2025-08-28T04:46:11.634Z] [Pipeline] }
06:46:11 [2025-08-28T04:46:11.651Z] [Pipeline] // stage
06:46:11 [2025-08-28T04:46:11.667Z] [Pipeline] }
06:46:11 [2025-08-28T04:46:11.683Z] [Pipeline] // withEnv
06:46:11 [2025-08-28T04:46:11.700Z] [Pipeline] }
06:46:11 [2025-08-28T04:46:11.701Z] $ docker stop --time=1 3359843ce405489257a8ffe3e58d606f4fbc3de8e45b27ed4f8ce66963c54555
06:46:12 [2025-08-28T04:46:12.974Z] $ docker rm -f --volumes 3359843ce405489257a8ffe3e58d606f4fbc3de8e45b27ed4f8ce66963c54555
06:46:13 [2025-08-28T04:46:13.015Z] [Pipeline] // withDockerContainer
06:46:13 [2025-08-28T04:46:13.022Z] [Pipeline] }
06:46:13 [2025-08-28T04:46:13.029Z] [Pipeline] // withEnv
06:46:13 [2025-08-28T04:46:13.046Z] [Pipeline] }
06:46:13 [2025-08-28T04:46:13.066Z] [Pipeline] // node
06:46:13 [2025-08-28T04:46:13.085Z] [Pipeline] End of Pipeline
06:46:13 [2025-08-28T04:46:13.180Z] Lancement d'un nouveau build de Silverpeas_Mobile_Stable_AutoDeploy #326
06:46:13 [2025-08-28T04:46:13.180Z] Finished: SUCCESS