06:46:00 [2025-06-23T04:46:00.617Z] Lancé par une alarme périodique
06:46:00 [2025-06-23T04:46:00.617Z] Running as userbuild
06:46:01 [2025-06-23T04:46:01.058Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2025-06-23T04:46:01.633Z] [Pipeline] Start of Pipeline
06:46:02 [2025-06-23T04:46:02.046Z] [Pipeline] node
06:46:02 [2025-06-23T04:46:02.050Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy
06:46:02 [2025-06-23T04:46:02.052Z] [Pipeline] {
06:46:02 [2025-06-23T04:46:02.068Z] [Pipeline] stage
06:46:02 [2025-06-23T04:46:02.068Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:02 [2025-06-23T04:46:02.077Z] [Pipeline] checkout
06:46:02 [2025-06-23T04:46:02.079Z] Selected Git installation does not exist. Using Default
06:46:02 [2025-06-23T04:46:02.079Z] The recommended git tool is: NONE
06:46:02 [2025-06-23T04:46:02.079Z] No credentials specified
06:46:02 [2025-06-23T04:46:02.080Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/.git # timeout=10
06:46:02 [2025-06-23T04:46:02.084Z] Fetching changes from the remote Git repository
06:46:02 [2025-06-23T04:46:02.086Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:02 [2025-06-23T04:46:02.095Z] Cleaning workspace
06:46:02 [2025-06-23T04:46:02.095Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:02 [2025-06-23T04:46:02.101Z] Resetting working tree
06:46:02 [2025-06-23T04:46:02.101Z] > /usr/bin/git reset --hard # timeout=10
06:46:02 [2025-06-23T04:46:02.109Z] > /usr/bin/git clean -fdx # timeout=10
06:46:02 [2025-06-23T04:46:02.115Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:02 [2025-06-23T04:46:02.115Z] > /usr/bin/git --version # timeout=10
06:46:02 [2025-06-23T04:46:02.119Z] > git --version # 'git version 2.43.0'
06:46:02 [2025-06-23T04:46:02.119Z] > /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-06-23T04:46:02.454Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:02 [2025-06-23T04:46:02.460Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
06:46:02 [2025-06-23T04:46:02.460Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:02 [2025-06-23T04:46:02.465Z] > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
06:46:02 [2025-06-23T04:46:02.477Z] 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-06-23T04:46:02.477Z] > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
06:46:02 [2025-06-23T04:46:02.500Z] [Pipeline] }
06:46:02 [2025-06-23T04:46:02.506Z] [Pipeline] // stage
06:46:02 [2025-06-23T04:46:02.524Z] [Pipeline] withEnv
06:46:02 [2025-06-23T04:46:02.525Z] [Pipeline] {
06:46:02 [2025-06-23T04:46:02.719Z] [Pipeline] isUnix
06:46:02 [2025-06-23T04:46:02.720Z] [Pipeline] withEnv
06:46:02 [2025-06-23T04:46:02.720Z] [Pipeline] {
06:46:02 [2025-06-23T04:46:02.733Z] [Pipeline] sh
06:46:02 [2025-06-23T04:46:02.989Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:02 [2025-06-23T04:46:02.989Z] .
06:46:02 [2025-06-23T04:46:02.990Z] [Pipeline] }
06:46:02 [2025-06-23T04:46:02.997Z] [Pipeline] // withEnv
06:46:03 [2025-06-23T04:46:03.010Z] [Pipeline] withDockerContainer
06:46:03 [2025-06-23T04:46:03.043Z] Jenkins does not seem to be running inside a container
06:46:03 [2025-06-23T04:46:03.050Z] $ 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-06-23T04:46:03.363Z] $ docker top 25b1a4f41ce843e2b501230713d668b665052adb8d7ce6283e51d2582584a44b -eo pid,comm
06:46:03 [2025-06-23T04:46:03.401Z] [Pipeline] {
06:46:03 [2025-06-23T04:46:03.429Z] [Pipeline] withEnv
06:46:03 [2025-06-23T04:46:03.430Z] [Pipeline] {
06:46:03 [2025-06-23T04:46:03.453Z] [Pipeline] stage
06:46:03 [2025-06-23T04:46:03.454Z] [Pipeline] { (Prepare the job)
06:46:03 [2025-06-23T04:46:03.506Z] [Pipeline] sh
06:46:03 [2025-06-23T04:46:03.766Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.4.x/pom.xml
06:46:04 [2025-06-23T04:46:04.018Z] [Pipeline] script
06:46:04 [2025-06-23T04:46:04.025Z] [Pipeline] {
06:46:04 [2025-06-23T04:46:04.045Z] [Pipeline] readMavenPom
06:46:04 [2025-06-23T04:46:04.070Z] 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-06-23T04:46:04.072Z] 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-06-23T04:46:04.074Z] 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-06-23T04:46:04.074Z] 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-06-23T04:46:04.074Z] 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-06-23T04:46:04.075Z] [Pipeline] sh
06:46:04 [2025-06-23T04:46:04.335Z] + rm -f pom.xml
06:46:04 [2025-06-23T04:46:04.336Z] [Pipeline] }
06:46:04 [2025-06-23T04:46:04.349Z] [Pipeline] // script
06:46:04 [2025-06-23T04:46:04.367Z] [Pipeline] }
06:46:04 [2025-06-23T04:46:04.379Z] [Pipeline] // stage
06:46:04 [2025-06-23T04:46:04.394Z] [Pipeline] stage
06:46:04 [2025-06-23T04:46:04.395Z] [Pipeline] { (Check POM parent version)
06:46:04 [2025-06-23T04:46:04.463Z] Stage "Check POM parent version" skipped due to when conditional
06:46:04 [2025-06-23T04:46:04.464Z] [Pipeline] getContext
06:46:04 [2025-06-23T04:46:04.473Z] [Pipeline] }
06:46:04 [2025-06-23T04:46:04.485Z] [Pipeline] // stage
06:46:04 [2025-06-23T04:46:04.498Z] [Pipeline] stage
06:46:04 [2025-06-23T04:46:04.499Z] [Pipeline] { (Checkout projects and check code changes)
06:46:04 [2025-06-23T04:46:04.523Z] [Pipeline] script
06:46:04 [2025-06-23T04:46:04.528Z] [Pipeline] {
06:46:04 [2025-06-23T04:46:04.549Z] [Pipeline] copyArtifacts
06:46:04 [2025-06-23T04:46:04.558Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 402
06:46:04 [2025-06-23T04:46:04.569Z] [Pipeline] fileExists
06:46:04 [2025-06-23T04:46:04.587Z] [Pipeline] readYaml
06:46:04 [2025-06-23T04:46:04.604Z] 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-06-23T04:46:04.607Z] [Pipeline] dir
06:46:04 [2025-06-23T04:46:04.607Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core
06:46:04 [2025-06-23T04:46:04.608Z] [Pipeline] {
06:46:04 [2025-06-23T04:46:04.626Z] [Pipeline] git
06:46:04 [2025-06-23T04:46:04.629Z] The recommended git tool is: /usr/bin/git
06:46:04 [2025-06-23T04:46:04.630Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:04 [2025-06-23T04:46:04.646Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6e0e3d41; decorates hudson.Launcher$LocalLauncher@6c5d64fe will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:04 [2025-06-23T04:46:04.647Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core/.git # timeout=10
06:46:04 [2025-06-23T04:46:04.653Z] Fetching changes from the remote Git repository
06:46:04 [2025-06-23T04:46:04.656Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
06:46:04 [2025-06-23T04:46:04.661Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
06:46:04 [2025-06-23T04:46:04.661Z] > /usr/bin/git --version # timeout=10
06:46:04 [2025-06-23T04:46:04.666Z] > git --version # 'git version 2.43.0'
06:46:04 [2025-06-23T04:46:04.666Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:04 [2025-06-23T04:46:04.672Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:05 [2025-06-23T04:46:05.052Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:05 [2025-06-23T04:46:05.058Z] Checking out Revision 7608fa34ea455ea0fcbdce7de04b412e6e66eba3 (refs/remotes/origin/6.4.x)
06:46:05 [2025-06-23T04:46:05.059Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:05 [2025-06-23T04:46:05.066Z] > /usr/bin/git checkout -f 7608fa34ea455ea0fcbdce7de04b412e6e66eba3 # timeout=10
06:46:05 [2025-06-23T04:46:05.125Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:05 [2025-06-23T04:46:05.139Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:05 [2025-06-23T04:46:05.146Z] > /usr/bin/git checkout -b 6.4.x 7608fa34ea455ea0fcbdce7de04b412e6e66eba3 # timeout=10
06:46:05 [2025-06-23T04:46:05.219Z] Commit message: "Bug #14866"
06:46:05 [2025-06-23T04:46:05.219Z] > /usr/bin/git rev-list --no-walk 7608fa34ea455ea0fcbdce7de04b412e6e66eba3 # timeout=10
06:46:05 [2025-06-23T04:46:05.240Z] [Pipeline] fileExists
06:46:05 [2025-06-23T04:46:05.248Z] [Pipeline] readMavenPom
06:46:05 [2025-06-23T04:46:05.260Z] [Pipeline] sh
06:46:05 [2025-06-23T04:46:05.519Z] + git rev-parse HEAD
06:46:05 [2025-06-23T04:46:05.521Z] [Pipeline] echo
06:46:05 [2025-06-23T04:46:05.521Z] Silverpeas-Core: current commit is 7608fa34ea455ea0fcbdce7de04b412e6e66eba3 and last build commit is 7608fa34ea455ea0fcbdce7de04b412e6e66eba3
06:46:05 [2025-06-23T04:46:05.523Z] [Pipeline] }
06:46:05 [2025-06-23T04:46:05.536Z] [Pipeline] // dir
06:46:05 [2025-06-23T04:46:05.551Z] [Pipeline] echo
06:46:05 [2025-06-23T04:46:05.551Z] Build skipped due to no changes have been done since the last build
06:46:05 [2025-06-23T04:46:05.566Z] [Pipeline] dir
06:46:05 [2025-06-23T04:46:05.566Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components
06:46:05 [2025-06-23T04:46:05.567Z] [Pipeline] {
06:46:05 [2025-06-23T04:46:05.585Z] [Pipeline] git
06:46:05 [2025-06-23T04:46:05.588Z] The recommended git tool is: /usr/bin/git
06:46:05 [2025-06-23T04:46:05.588Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:05 [2025-06-23T04:46:05.600Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@69f78130; decorates hudson.Launcher$LocalLauncher@7be03d85 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:05 [2025-06-23T04:46:05.601Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/.git # timeout=10
06:46:05 [2025-06-23T04:46:05.607Z] Fetching changes from the remote Git repository
06:46:05 [2025-06-23T04:46:05.610Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
06:46:05 [2025-06-23T04:46:05.616Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
06:46:05 [2025-06-23T04:46:05.616Z] > /usr/bin/git --version # timeout=10
06:46:05 [2025-06-23T04:46:05.621Z] > git --version # 'git version 2.43.0'
06:46:05 [2025-06-23T04:46:05.621Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:05 [2025-06-23T04:46:05.627Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:06 [2025-06-23T04:46:06.025Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:06 [2025-06-23T04:46:06.031Z] Checking out Revision 3a299be5c0c0ca3c2e40325a3d16bf2ede0fba7b (refs/remotes/origin/6.4.x)
06:46:06 [2025-06-23T04:46:06.031Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:06 [2025-06-23T04:46:06.038Z] > /usr/bin/git checkout -f 3a299be5c0c0ca3c2e40325a3d16bf2ede0fba7b # timeout=10
06:46:06 [2025-06-23T04:46:06.076Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:06 [2025-06-23T04:46:06.088Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:06 [2025-06-23T04:46:06.094Z] > /usr/bin/git checkout -b 6.4.x 3a299be5c0c0ca3c2e40325a3d16bf2ede0fba7b # timeout=10
06:46:06 [2025-06-23T04:46:06.168Z] Commit message: "Take into account the feedback of Sonar analysis of the previous commit"
06:46:06 [2025-06-23T04:46:06.168Z] > /usr/bin/git rev-list --no-walk 3a299be5c0c0ca3c2e40325a3d16bf2ede0fba7b # timeout=10
06:46:06 [2025-06-23T04:46:06.197Z] [Pipeline] fileExists
06:46:06 [2025-06-23T04:46:06.213Z] [Pipeline] readMavenPom
06:46:06 [2025-06-23T04:46:06.232Z] [Pipeline] sh
06:46:06 [2025-06-23T04:46:06.492Z] + git rev-parse HEAD
06:46:06 [2025-06-23T04:46:06.495Z] [Pipeline] echo
06:46:06 [2025-06-23T04:46:06.495Z] Silverpeas-Components: current commit is 3a299be5c0c0ca3c2e40325a3d16bf2ede0fba7b and last build commit is 3a299be5c0c0ca3c2e40325a3d16bf2ede0fba7b
06:46:06 [2025-06-23T04:46:06.497Z] [Pipeline] }
06:46:06 [2025-06-23T04:46:06.512Z] [Pipeline] // dir
06:46:06 [2025-06-23T04:46:06.527Z] [Pipeline] echo
06:46:06 [2025-06-23T04:46:06.528Z] Build skipped due to no changes have been done since the last build
06:46:06 [2025-06-23T04:46:06.544Z] [Pipeline] dir
06:46:06 [2025-06-23T04:46:06.545Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks
06:46:06 [2025-06-23T04:46:06.545Z] [Pipeline] {
06:46:06 [2025-06-23T04:46:06.564Z] [Pipeline] git
06:46:06 [2025-06-23T04:46:06.566Z] Selected Git installation does not exist. Using Default
06:46:06 [2025-06-23T04:46:06.566Z] The recommended git tool is: NONE
06:46:06 [2025-06-23T04:46:06.567Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:06 [2025-06-23T04:46:06.579Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2733451c; decorates hudson.Launcher$LocalLauncher@1a5724ca will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:06 [2025-06-23T04:46:06.580Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks/.git # timeout=10
06:46:06 [2025-06-23T04:46:06.586Z] Fetching changes from the remote Git repository
06:46:06 [2025-06-23T04:46:06.588Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
06:46:06 [2025-06-23T04:46:06.593Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
06:46:06 [2025-06-23T04:46:06.593Z] > /usr/bin/git --version # timeout=10
06:46:06 [2025-06-23T04:46:06.598Z] > git --version # 'git version 2.43.0'
06:46:06 [2025-06-23T04:46:06.598Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:06 [2025-06-23T04:46:06.603Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:07 [2025-06-23T04:46:07.015Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:07 [2025-06-23T04:46:07.022Z] Checking out Revision 993c286ab9afc34dcbd58fdc766369f2305c692d (refs/remotes/origin/6.4.x)
06:46:07 [2025-06-23T04:46:07.022Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:07 [2025-06-23T04:46:07.027Z] > /usr/bin/git checkout -f 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10
06:46:07 [2025-06-23T04:46:07.046Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:07 [2025-06-23T04:46:07.054Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:07 [2025-06-23T04:46:07.060Z] > /usr/bin/git checkout -b 6.4.x 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10
06:46:07 [2025-06-23T04:46:07.072Z] Commit message: "Remove a duplicated code by simplifying the if-statement"
06:46:07 [2025-06-23T04:46:07.073Z] > /usr/bin/git rev-list --no-walk 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10
06:46:07 [2025-06-23T04:46:07.093Z] [Pipeline] fileExists
06:46:07 [2025-06-23T04:46:07.105Z] [Pipeline] readMavenPom
06:46:07 [2025-06-23T04:46:07.119Z] [Pipeline] sh
06:46:07 [2025-06-23T04:46:07.376Z] + git rev-parse HEAD
06:46:07 [2025-06-23T04:46:07.380Z] [Pipeline] echo
06:46:07 [2025-06-23T04:46:07.381Z] Silverpeas-Looks: current commit is 993c286ab9afc34dcbd58fdc766369f2305c692d and last build commit is 993c286ab9afc34dcbd58fdc766369f2305c692d
06:46:07 [2025-06-23T04:46:07.382Z] [Pipeline] }
06:46:07 [2025-06-23T04:46:07.400Z] [Pipeline] // dir
06:46:07 [2025-06-23T04:46:07.415Z] [Pipeline] echo
06:46:07 [2025-06-23T04:46:07.416Z] Build skipped due to no changes have been done since the last build
06:46:07 [2025-06-23T04:46:07.431Z] [Pipeline] dir
06:46:07 [2025-06-23T04:46:07.432Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup
06:46:07 [2025-06-23T04:46:07.432Z] [Pipeline] {
06:46:07 [2025-06-23T04:46:07.452Z] [Pipeline] git
06:46:07 [2025-06-23T04:46:07.454Z] The recommended git tool is: NONE
06:46:07 [2025-06-23T04:46:07.455Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:07 [2025-06-23T04:46:07.471Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1db12289; decorates hudson.Launcher$LocalLauncher@3e477d16 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:07 [2025-06-23T04:46:07.471Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup/.git # timeout=10
06:46:07 [2025-06-23T04:46:07.477Z] Fetching changes from the remote Git repository
06:46:07 [2025-06-23T04:46:07.481Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
06:46:07 [2025-06-23T04:46:07.487Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
06:46:07 [2025-06-23T04:46:07.487Z] > /usr/bin/git --version # timeout=10
06:46:07 [2025-06-23T04:46:07.492Z] > git --version # 'git version 2.43.0'
06:46:07 [2025-06-23T04:46:07.492Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:07 [2025-06-23T04:46:07.498Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:07 [2025-06-23T04:46:07.885Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:07 [2025-06-23T04:46:07.892Z] Checking out Revision 6e5936ffe892e71fb63de6dc059da8ad09b72c90 (refs/remotes/origin/6.4.x)
06:46:07 [2025-06-23T04:46:07.892Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:07 [2025-06-23T04:46:07.897Z] > /usr/bin/git checkout -f 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10
06:46:07 [2025-06-23T04:46:07.907Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:07 [2025-06-23T04:46:07.917Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:07 [2025-06-23T04:46:07.924Z] > /usr/bin/git checkout -b 6.4.x 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10
06:46:07 [2025-06-23T04:46:07.934Z] Commit message: "6.4.3 has been released from build 6.4.3-build250411 (2bd9e5b3d4c9516811f574f4f53ce5e22532133b).Prepare for development iteration of next version 6.4.4"
06:46:07 [2025-06-23T04:46:07.934Z] > /usr/bin/git rev-list --no-walk 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10
06:46:07 [2025-06-23T04:46:07.954Z] [Pipeline] fileExists
06:46:07 [2025-06-23T04:46:07.965Z] [Pipeline] sh
06:46:08 [2025-06-23T04:46:08.222Z] + git rev-parse HEAD
06:46:08 [2025-06-23T04:46:08.225Z] [Pipeline] echo
06:46:08 [2025-06-23T04:46:08.225Z] Silverpeas-Setup: current commit is 6e5936ffe892e71fb63de6dc059da8ad09b72c90 and last build commit is 6e5936ffe892e71fb63de6dc059da8ad09b72c90
06:46:08 [2025-06-23T04:46:08.227Z] [Pipeline] }
06:46:08 [2025-06-23T04:46:08.243Z] [Pipeline] // dir
06:46:08 [2025-06-23T04:46:08.259Z] [Pipeline] echo
06:46:08 [2025-06-23T04:46:08.260Z] Build skipped due to no changes have been done since the last build
06:46:08 [2025-06-23T04:46:08.277Z] [Pipeline] dir
06:46:08 [2025-06-23T04:46:08.277Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution
06:46:08 [2025-06-23T04:46:08.278Z] [Pipeline] {
06:46:08 [2025-06-23T04:46:08.298Z] [Pipeline] git
06:46:08 [2025-06-23T04:46:08.300Z] The recommended git tool is: NONE
06:46:08 [2025-06-23T04:46:08.301Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:08 [2025-06-23T04:46:08.319Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6e7ad8d7; decorates hudson.Launcher$LocalLauncher@3dd80c76 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:08 [2025-06-23T04:46:08.319Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
06:46:08 [2025-06-23T04:46:08.325Z] Fetching changes from the remote Git repository
06:46:08 [2025-06-23T04:46:08.329Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
06:46:08 [2025-06-23T04:46:08.335Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
06:46:08 [2025-06-23T04:46:08.335Z] > /usr/bin/git --version # timeout=10
06:46:08 [2025-06-23T04:46:08.340Z] > git --version # 'git version 2.43.0'
06:46:08 [2025-06-23T04:46:08.340Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:08 [2025-06-23T04:46:08.347Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:08 [2025-06-23T04:46:08.708Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:08 [2025-06-23T04:46:08.715Z] Checking out Revision 6837d524e3282a03e2de06fa1f14b7c93c7608b1 (refs/remotes/origin/6.4.x)
06:46:08 [2025-06-23T04:46:08.715Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:08 [2025-06-23T04:46:08.721Z] > /usr/bin/git checkout -f 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10
06:46:08 [2025-06-23T04:46:08.729Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:08 [2025-06-23T04:46:08.738Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:08 [2025-06-23T04:46:08.745Z] > /usr/bin/git checkout -b 6.4.x 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10
06:46:08 [2025-06-23T04:46:08.758Z] Commit message: "6.4.3 has been released from build 6.4.3-build250411 (90e9347286664c1f250640839a01b6491f0c0a8d).Prepare for development iteration of next version 6.4.4"
06:46:08 [2025-06-23T04:46:08.758Z] > /usr/bin/git rev-list --no-walk 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10
06:46:08 [2025-06-23T04:46:08.789Z] [Pipeline] fileExists
06:46:08 [2025-06-23T04:46:08.799Z] [Pipeline] readMavenPom
06:46:08 [2025-06-23T04:46:08.811Z] [Pipeline] sh
06:46:09 [2025-06-23T04:46:09.070Z] + git rev-parse HEAD
06:46:09 [2025-06-23T04:46:09.073Z] [Pipeline] echo
06:46:09 [2025-06-23T04:46:09.073Z] Silverpeas-Distribution: current commit is 6837d524e3282a03e2de06fa1f14b7c93c7608b1 and last build commit is 6837d524e3282a03e2de06fa1f14b7c93c7608b1
06:46:09 [2025-06-23T04:46:09.075Z] [Pipeline] }
06:46:09 [2025-06-23T04:46:09.092Z] [Pipeline] // dir
06:46:09 [2025-06-23T04:46:09.108Z] [Pipeline] echo
06:46:09 [2025-06-23T04:46:09.109Z] Build skipped due to no changes have been done since the last build
06:46:09 [2025-06-23T04:46:09.126Z] [Pipeline] dir
06:46:09 [2025-06-23T04:46:09.127Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly
06:46:09 [2025-06-23T04:46:09.127Z] [Pipeline] {
06:46:09 [2025-06-23T04:46:09.148Z] [Pipeline] git
06:46:09 [2025-06-23T04:46:09.150Z] The recommended git tool is: NONE
06:46:09 [2025-06-23T04:46:09.151Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:09 [2025-06-23T04:46:09.159Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@780e35e9; decorates hudson.Launcher$LocalLauncher@3e26a516 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:09 [2025-06-23T04:46:09.160Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
06:46:09 [2025-06-23T04:46:09.166Z] Fetching changes from the remote Git repository
06:46:09 [2025-06-23T04:46:09.169Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
06:46:09 [2025-06-23T04:46:09.175Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
06:46:09 [2025-06-23T04:46:09.175Z] > /usr/bin/git --version # timeout=10
06:46:09 [2025-06-23T04:46:09.180Z] > git --version # 'git version 2.43.0'
06:46:09 [2025-06-23T04:46:09.180Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:09 [2025-06-23T04:46:09.187Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:09 [2025-06-23T04:46:09.568Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:09 [2025-06-23T04:46:09.574Z] Checking out Revision 00897b0d98fcda4b9de1c512ded374aa33410f6f (refs/remotes/origin/6.4.x)
06:46:09 [2025-06-23T04:46:09.574Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:09 [2025-06-23T04:46:09.579Z] > /usr/bin/git checkout -f 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10
06:46:09 [2025-06-23T04:46:09.586Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:09 [2025-06-23T04:46:09.595Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:09 [2025-06-23T04:46:09.603Z] > /usr/bin/git checkout -b 6.4.x 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10
06:46:09 [2025-06-23T04:46:09.613Z] Commit message: "6.4.3 has been released from build 6.4.3-build250411 (0d793f451ae2822fa89a779eed487790159a3a27).Prepare for development iteration of next version 6.4.4"
06:46:09 [2025-06-23T04:46:09.613Z] > /usr/bin/git rev-list --no-walk 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10
06:46:09 [2025-06-23T04:46:09.634Z] [Pipeline] fileExists
06:46:09 [2025-06-23T04:46:09.643Z] [Pipeline] readMavenPom
06:46:09 [2025-06-23T04:46:09.665Z] [Pipeline] sh
06:46:09 [2025-06-23T04:46:09.922Z] + git rev-parse HEAD
06:46:09 [2025-06-23T04:46:09.926Z] [Pipeline] echo
06:46:09 [2025-06-23T04:46:09.926Z] Silverpeas-Assembly: current commit is 00897b0d98fcda4b9de1c512ded374aa33410f6f and last build commit is 00897b0d98fcda4b9de1c512ded374aa33410f6f
06:46:09 [2025-06-23T04:46:09.929Z] [Pipeline] }
06:46:09 [2025-06-23T04:46:09.947Z] [Pipeline] // dir
06:46:09 [2025-06-23T04:46:09.964Z] [Pipeline] echo
06:46:09 [2025-06-23T04:46:09.964Z] Build skipped due to no changes have been done since the last build
06:46:09 [2025-06-23T04:46:09.965Z] [Pipeline] }
06:46:09 [2025-06-23T04:46:09.982Z] [Pipeline] // script
06:46:09 [2025-06-23T04:46:09.999Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.014Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.032Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.033Z] [Pipeline] { (Build Silverpeas)
06:46:10 [2025-06-23T04:46:10.062Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.063Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.084Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.085Z] [Pipeline] { (Build Silverpeas-Core)
06:46:10 [2025-06-23T04:46:10.102Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.103Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.104Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.120Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.137Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.137Z] [Pipeline] { (Build Silverpeas-Components)
06:46:10 [2025-06-23T04:46:10.152Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.152Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.154Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.167Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.182Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.182Z] [Pipeline] { (Build Silverpeas-Assembly)
06:46:10 [2025-06-23T04:46:10.195Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.195Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.197Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.209Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.222Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.223Z] [Pipeline] { (Build Silverpeas Setup)
06:46:10 [2025-06-23T04:46:10.235Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.235Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.237Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.247Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.259Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.260Z] [Pipeline] { (Build Silverpeas Distribution)
06:46:10 [2025-06-23T04:46:10.271Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.272Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.273Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.283Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.294Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.295Z] [Pipeline] { (Build Silverpeas-Looks)
06:46:10 [2025-06-23T04:46:10.305Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.305Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.307Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.316Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.326Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.327Z] [Pipeline] { (Publish Silverpeas-Core)
06:46:10 [2025-06-23T04:46:10.336Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.337Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.338Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.346Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.356Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.357Z] [Pipeline] { (Publish Silverpeas-Components)
06:46:10 [2025-06-23T04:46:10.365Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.366Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.367Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.375Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.385Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.386Z] [Pipeline] { (Publish Silverpeas-Assembly)
06:46:10 [2025-06-23T04:46:10.393Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.394Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.396Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.404Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.413Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.414Z] [Pipeline] { (Publish Silverpeas-Setup)
06:46:10 [2025-06-23T04:46:10.421Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.422Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.423Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.431Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.439Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.440Z] [Pipeline] { (Publish Silverpeas-Distribution)
06:46:10 [2025-06-23T04:46:10.447Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.448Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.450Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.457Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.466Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.467Z] [Pipeline] { (Publish Silverpeas-Looks)
06:46:10 [2025-06-23T04:46:10.474Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.475Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.476Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.483Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.491Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.492Z] [Pipeline] { (Publish Community Web Site)
06:46:10 [2025-06-23T04:46:10.499Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-06-23T04:46:10.500Z] [Pipeline] getContext
06:46:10 [2025-06-23T04:46:10.501Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.508Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.515Z] [Pipeline] }
06:46:10 [2025-06-23T04:46:10.521Z] [Pipeline] // stage
06:46:10 [2025-06-23T04:46:10.538Z] [Pipeline] stage
06:46:10 [2025-06-23T04:46:10.539Z] [Pipeline] { (Create YAML build report)
06:46:10 [2025-06-23T04:46:10.563Z] [Pipeline] script
06:46:10 [2025-06-23T04:46:10.568Z] [Pipeline] {
06:46:10 [2025-06-23T04:46:10.586Z] [Pipeline] sh
06:46:10 [2025-06-23T04:46:10.844Z] + mkdir -p target
06:46:10 [2025-06-23T04:46:10.846Z] [Pipeline] sh
06:46:11 [2025-06-23T04:46:11.103Z] + mv build.yaml target/
06:46:11 [2025-06-23T04:46:11.105Z] [Pipeline] }
06:46:11 [2025-06-23T04:46:11.122Z] [Pipeline] // script
06:46:11 [2025-06-23T04:46:11.139Z] [Pipeline] }
06:46:11 [2025-06-23T04:46:11.156Z] [Pipeline] // stage
06:46:11 [2025-06-23T04:46:11.181Z] [Pipeline] stage
06:46:11 [2025-06-23T04:46:11.182Z] [Pipeline] { (Declarative: Post Actions)
06:46:11 [2025-06-23T04:46:11.212Z] [Pipeline] step
06:46:11 [2025-06-23T04:46:11.242Z] [Pipeline] script
06:46:11 [2025-06-23T04:46:11.249Z] [Pipeline] {
06:46:11 [2025-06-23T04:46:11.294Z] [Pipeline] }
06:46:11 [2025-06-23T04:46:11.311Z] [Pipeline] // script
06:46:11 [2025-06-23T04:46:11.333Z] [Pipeline] archiveArtifacts
06:46:11 [2025-06-23T04:46:11.336Z] Archiving artifacts
06:46:11 [2025-06-23T04:46:11.353Z] Enregistrement des empreintes numériques
06:46:11 [2025-06-23T04:46:11.368Z] [Pipeline] sh
06:46:11 [2025-06-23T04:46:11.629Z] + rm -rf target
06:46:11 [2025-06-23T04:46:11.636Z] [Pipeline] }
06:46:11 [2025-06-23T04:46:11.653Z] [Pipeline] // stage
06:46:11 [2025-06-23T04:46:11.670Z] [Pipeline] }
06:46:11 [2025-06-23T04:46:11.687Z] [Pipeline] // withEnv
06:46:11 [2025-06-23T04:46:11.703Z] [Pipeline] }
06:46:11 [2025-06-23T04:46:11.704Z] $ docker stop --time=1 25b1a4f41ce843e2b501230713d668b665052adb8d7ce6283e51d2582584a44b
06:46:12 [2025-06-23T04:46:12.969Z] $ docker rm -f --volumes 25b1a4f41ce843e2b501230713d668b665052adb8d7ce6283e51d2582584a44b
06:46:13 [2025-06-23T04:46:13.018Z] [Pipeline] // withDockerContainer
06:46:13 [2025-06-23T04:46:13.029Z] [Pipeline] }
06:46:13 [2025-06-23T04:46:13.040Z] [Pipeline] // withEnv
06:46:13 [2025-06-23T04:46:13.051Z] [Pipeline] }
06:46:13 [2025-06-23T04:46:13.069Z] [Pipeline] // node
06:46:13 [2025-06-23T04:46:13.087Z] [Pipeline] End of Pipeline
06:46:13 [2025-06-23T04:46:13.165Z] Lancement d'un nouveau build de Silverpeas_Mobile_Stable_AutoDeploy #306
06:46:13 [2025-06-23T04:46:13.165Z] Finished: SUCCESS