06:46:00 [2025-06-19T04:46:00.616Z] Lancé par une alarme périodique 06:46:00 [2025-06-19T04:46:00.616Z] Running as userbuild 06:46:00 [2025-06-19T04:46:00.998Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git 06:46:01 [2025-06-19T04:46:01.742Z] [Pipeline] Start of Pipeline 06:46:02 [2025-06-19T04:46:02.231Z] [Pipeline] node 06:46:02 [2025-06-19T04:46:02.235Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy 06:46:02 [2025-06-19T04:46:02.239Z] [Pipeline] { 06:46:02 [2025-06-19T04:46:02.262Z] [Pipeline] stage 06:46:02 [2025-06-19T04:46:02.263Z] [Pipeline] { (Declarative: Checkout SCM) 06:46:02 [2025-06-19T04:46:02.277Z] [Pipeline] checkout 06:46:02 [2025-06-19T04:46:02.280Z] Selected Git installation does not exist. Using Default 06:46:02 [2025-06-19T04:46:02.280Z] The recommended git tool is: NONE 06:46:02 [2025-06-19T04:46:02.280Z] No credentials specified 06:46:02 [2025-06-19T04:46:02.281Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/.git # timeout=10 06:46:02 [2025-06-19T04:46:02.287Z] Fetching changes from the remote Git repository 06:46:02 [2025-06-19T04:46:02.291Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10 06:46:02 [2025-06-19T04:46:02.298Z] Cleaning workspace 06:46:02 [2025-06-19T04:46:02.298Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10 06:46:02 [2025-06-19T04:46:02.303Z] Resetting working tree 06:46:02 [2025-06-19T04:46:02.303Z] > /usr/bin/git reset --hard # timeout=10 06:46:02 [2025-06-19T04:46:02.313Z] > /usr/bin/git clean -fdx # timeout=10 06:46:02 [2025-06-19T04:46:02.318Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git 06:46:02 [2025-06-19T04:46:02.318Z] > /usr/bin/git --version # timeout=10 06:46:02 [2025-06-19T04:46:02.322Z] > git --version # 'git version 2.43.0' 06:46:02 [2025-06-19T04:46:02.323Z] > /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-19T04:46:02.710Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 06:46:02 [2025-06-19T04:46:02.717Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master) 06:46:02 [2025-06-19T04:46:02.717Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:02 [2025-06-19T04:46:02.723Z] > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10 06:46:02 [2025-06-19T04:46:02.737Z] 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-19T04:46:02.737Z] > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10 06:46:02 [2025-06-19T04:46:02.759Z] [Pipeline] } 06:46:02 [2025-06-19T04:46:02.765Z] [Pipeline] // stage 06:46:02 [2025-06-19T04:46:02.785Z] [Pipeline] withEnv 06:46:02 [2025-06-19T04:46:02.786Z] [Pipeline] { 06:46:03 [2025-06-19T04:46:03.008Z] [Pipeline] isUnix 06:46:03 [2025-06-19T04:46:03.010Z] [Pipeline] withEnv 06:46:03 [2025-06-19T04:46:03.010Z] [Pipeline] { 06:46:03 [2025-06-19T04:46:03.021Z] [Pipeline] sh 06:46:03 [2025-06-19T04:46:03.278Z] + docker inspect -f . silverpeas/silverbuild:6.4 06:46:03 [2025-06-19T04:46:03.278Z] . 06:46:03 [2025-06-19T04:46:03.280Z] [Pipeline] } 06:46:03 [2025-06-19T04:46:03.291Z] [Pipeline] // withEnv 06:46:03 [2025-06-19T04:46:03.308Z] [Pipeline] withDockerContainer 06:46:03 [2025-06-19T04:46:03.344Z] Jenkins does not seem to be running inside a container 06:46:03 [2025-06-19T04:46:03.351Z] $ 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-19T04:46:03.674Z] $ docker top c77ec66199a121981a0aa3016b7e378f6ba1aa1d97c8169561c9cd762ebb194a -eo pid,comm 06:46:03 [2025-06-19T04:46:03.714Z] [Pipeline] { 06:46:03 [2025-06-19T04:46:03.747Z] [Pipeline] withEnv 06:46:03 [2025-06-19T04:46:03.748Z] [Pipeline] { 06:46:03 [2025-06-19T04:46:03.771Z] [Pipeline] stage 06:46:03 [2025-06-19T04:46:03.772Z] [Pipeline] { (Prepare the job) 06:46:03 [2025-06-19T04:46:03.813Z] [Pipeline] sh 06:46:04 [2025-06-19T04:46:04.072Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.4.x/pom.xml 06:46:04 [2025-06-19T04:46:04.326Z] [Pipeline] script 06:46:04 [2025-06-19T04:46:04.336Z] [Pipeline] { 06:46:04 [2025-06-19T04:46:04.348Z] [Pipeline] readMavenPom 06:46:04 [2025-06-19T04:46:04.372Z] 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-19T04:46:04.374Z] 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-19T04:46:04.376Z] 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-19T04:46:04.376Z] 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-19T04:46:04.376Z] 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-19T04:46:04.377Z] [Pipeline] sh 06:46:04 [2025-06-19T04:46:04.636Z] + rm -f pom.xml 06:46:04 [2025-06-19T04:46:04.637Z] [Pipeline] } 06:46:04 [2025-06-19T04:46:04.643Z] [Pipeline] // script 06:46:04 [2025-06-19T04:46:04.658Z] [Pipeline] } 06:46:04 [2025-06-19T04:46:04.672Z] [Pipeline] // stage 06:46:04 [2025-06-19T04:46:04.688Z] [Pipeline] stage 06:46:04 [2025-06-19T04:46:04.689Z] [Pipeline] { (Check POM parent version) 06:46:04 [2025-06-19T04:46:04.773Z] Stage "Check POM parent version" skipped due to when conditional 06:46:04 [2025-06-19T04:46:04.775Z] [Pipeline] getContext 06:46:04 [2025-06-19T04:46:04.785Z] [Pipeline] } 06:46:04 [2025-06-19T04:46:04.804Z] [Pipeline] // stage 06:46:04 [2025-06-19T04:46:04.821Z] [Pipeline] stage 06:46:04 [2025-06-19T04:46:04.822Z] [Pipeline] { (Checkout projects and check code changes) 06:46:04 [2025-06-19T04:46:04.844Z] [Pipeline] script 06:46:04 [2025-06-19T04:46:04.849Z] [Pipeline] { 06:46:04 [2025-06-19T04:46:04.864Z] [Pipeline] copyArtifacts 06:46:04 [2025-06-19T04:46:04.870Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 401 06:46:04 [2025-06-19T04:46:04.877Z] [Pipeline] fileExists 06:46:04 [2025-06-19T04:46:04.891Z] [Pipeline] readYaml 06:46:04 [2025-06-19T04:46:04.901Z] 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-19T04:46:04.904Z] [Pipeline] dir 06:46:04 [2025-06-19T04:46:04.905Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core 06:46:04 [2025-06-19T04:46:04.905Z] [Pipeline] { 06:46:04 [2025-06-19T04:46:04.919Z] [Pipeline] git 06:46:04 [2025-06-19T04:46:04.921Z] The recommended git tool is: /usr/bin/git 06:46:04 [2025-06-19T04:46:04.923Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 06:46:04 [2025-06-19T04:46:04.932Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3c90a865; decorates hudson.Launcher$LocalLauncher@da16797 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 06:46:04 [2025-06-19T04:46:04.932Z] > /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-19T04:46:04.938Z] Fetching changes from the remote Git repository 06:46:04 [2025-06-19T04:46:04.943Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10 06:46:04 [2025-06-19T04:46:04.949Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core 06:46:04 [2025-06-19T04:46:04.949Z] > /usr/bin/git --version # timeout=10 06:46:04 [2025-06-19T04:46:04.954Z] > git --version # 'git version 2.43.0' 06:46:04 [2025-06-19T04:46:04.954Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 06:46:04 [2025-06-19T04:46:04.959Z] > /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-19T04:46:05.379Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 06:46:05 [2025-06-19T04:46:05.385Z] Checking out Revision 7608fa34ea455ea0fcbdce7de04b412e6e66eba3 (refs/remotes/origin/6.4.x) 06:46:05 [2025-06-19T04:46:05.385Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:05 [2025-06-19T04:46:05.389Z] > /usr/bin/git checkout -f 7608fa34ea455ea0fcbdce7de04b412e6e66eba3 # timeout=10 06:46:05 [2025-06-19T04:46:05.447Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 06:46:05 [2025-06-19T04:46:05.463Z] > /usr/bin/git branch -D 6.4.x # timeout=10 06:46:05 [2025-06-19T04:46:05.470Z] > /usr/bin/git checkout -b 6.4.x 7608fa34ea455ea0fcbdce7de04b412e6e66eba3 # timeout=10 06:46:05 [2025-06-19T04:46:05.585Z] Commit message: "Bug #14866" 06:46:05 [2025-06-19T04:46:05.585Z] > /usr/bin/git rev-list --no-walk 7608fa34ea455ea0fcbdce7de04b412e6e66eba3 # timeout=10 06:46:05 [2025-06-19T04:46:05.608Z] [Pipeline] fileExists 06:46:05 [2025-06-19T04:46:05.616Z] [Pipeline] readMavenPom 06:46:05 [2025-06-19T04:46:05.638Z] [Pipeline] sh 06:46:05 [2025-06-19T04:46:05.897Z] + git rev-parse HEAD 06:46:05 [2025-06-19T04:46:05.901Z] [Pipeline] echo 06:46:05 [2025-06-19T04:46:05.902Z] Silverpeas-Core: current commit is 7608fa34ea455ea0fcbdce7de04b412e6e66eba3 and last build commit is 7608fa34ea455ea0fcbdce7de04b412e6e66eba3 06:46:05 [2025-06-19T04:46:05.904Z] [Pipeline] } 06:46:05 [2025-06-19T04:46:05.914Z] [Pipeline] // dir 06:46:05 [2025-06-19T04:46:05.925Z] [Pipeline] echo 06:46:05 [2025-06-19T04:46:05.926Z] Build skipped due to no changes have been done since the last build 06:46:05 [2025-06-19T04:46:05.943Z] [Pipeline] dir 06:46:05 [2025-06-19T04:46:05.943Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components 06:46:05 [2025-06-19T04:46:05.944Z] [Pipeline] { 06:46:05 [2025-06-19T04:46:05.966Z] [Pipeline] git 06:46:05 [2025-06-19T04:46:05.968Z] The recommended git tool is: /usr/bin/git 06:46:05 [2025-06-19T04:46:05.969Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 06:46:05 [2025-06-19T04:46:05.982Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@62f37c65; decorates hudson.Launcher$LocalLauncher@5ddaa5d0 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 06:46:05 [2025-06-19T04:46:05.983Z] > /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-19T04:46:05.991Z] Fetching changes from the remote Git repository 06:46:05 [2025-06-19T04:46:05.993Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10 06:46:05 [2025-06-19T04:46:05.999Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components 06:46:05 [2025-06-19T04:46:05.999Z] > /usr/bin/git --version # timeout=10 06:46:06 [2025-06-19T04:46:06.004Z] > git --version # 'git version 2.43.0' 06:46:06 [2025-06-19T04:46:06.004Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 06:46:06 [2025-06-19T04:46:06.009Z] > /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-19T04:46:06.420Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 06:46:06 [2025-06-19T04:46:06.427Z] Checking out Revision 3a299be5c0c0ca3c2e40325a3d16bf2ede0fba7b (refs/remotes/origin/6.4.x) 06:46:06 [2025-06-19T04:46:06.428Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:06 [2025-06-19T04:46:06.433Z] > /usr/bin/git checkout -f 3a299be5c0c0ca3c2e40325a3d16bf2ede0fba7b # timeout=10 06:46:06 [2025-06-19T04:46:06.480Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 06:46:06 [2025-06-19T04:46:06.493Z] > /usr/bin/git branch -D 6.4.x # timeout=10 06:46:06 [2025-06-19T04:46:06.501Z] > /usr/bin/git checkout -b 6.4.x 3a299be5c0c0ca3c2e40325a3d16bf2ede0fba7b # timeout=10 06:46:06 [2025-06-19T04:46:06.580Z] Commit message: "Take into account the feedback of Sonar analysis of the previous commit" 06:46:06 [2025-06-19T04:46:06.580Z] > /usr/bin/git rev-list --no-walk 3a299be5c0c0ca3c2e40325a3d16bf2ede0fba7b # timeout=10 06:46:06 [2025-06-19T04:46:06.608Z] [Pipeline] fileExists 06:46:06 [2025-06-19T04:46:06.619Z] [Pipeline] readMavenPom 06:46:06 [2025-06-19T04:46:06.634Z] [Pipeline] sh 06:46:06 [2025-06-19T04:46:06.894Z] + git rev-parse HEAD 06:46:06 [2025-06-19T04:46:06.897Z] [Pipeline] echo 06:46:06 [2025-06-19T04:46:06.898Z] Silverpeas-Components: current commit is 3a299be5c0c0ca3c2e40325a3d16bf2ede0fba7b and last build commit is 3a299be5c0c0ca3c2e40325a3d16bf2ede0fba7b 06:46:06 [2025-06-19T04:46:06.900Z] [Pipeline] } 06:46:06 [2025-06-19T04:46:06.916Z] [Pipeline] // dir 06:46:06 [2025-06-19T04:46:06.932Z] [Pipeline] echo 06:46:06 [2025-06-19T04:46:06.932Z] Build skipped due to no changes have been done since the last build 06:46:06 [2025-06-19T04:46:06.949Z] [Pipeline] dir 06:46:06 [2025-06-19T04:46:06.950Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks 06:46:06 [2025-06-19T04:46:06.951Z] [Pipeline] { 06:46:06 [2025-06-19T04:46:06.973Z] [Pipeline] git 06:46:06 [2025-06-19T04:46:06.975Z] Selected Git installation does not exist. Using Default 06:46:06 [2025-06-19T04:46:06.975Z] The recommended git tool is: NONE 06:46:06 [2025-06-19T04:46:06.976Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 06:46:06 [2025-06-19T04:46:06.991Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4a4a89af; decorates hudson.Launcher$LocalLauncher@5b4c3109 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 06:46:06 [2025-06-19T04:46:06.992Z] > /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-19T04:46:06.998Z] Fetching changes from the remote Git repository 06:46:07 [2025-06-19T04:46:07.000Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10 06:46:07 [2025-06-19T04:46:07.007Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks 06:46:07 [2025-06-19T04:46:07.008Z] > /usr/bin/git --version # timeout=10 06:46:07 [2025-06-19T04:46:07.013Z] > git --version # 'git version 2.43.0' 06:46:07 [2025-06-19T04:46:07.013Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 06:46:07 [2025-06-19T04:46:07.018Z] > /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-19T04:46:07.421Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 06:46:07 [2025-06-19T04:46:07.426Z] Checking out Revision 993c286ab9afc34dcbd58fdc766369f2305c692d (refs/remotes/origin/6.4.x) 06:46:07 [2025-06-19T04:46:07.427Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:07 [2025-06-19T04:46:07.432Z] > /usr/bin/git checkout -f 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10 06:46:07 [2025-06-19T04:46:07.444Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 06:46:07 [2025-06-19T04:46:07.451Z] > /usr/bin/git branch -D 6.4.x # timeout=10 06:46:07 [2025-06-19T04:46:07.458Z] > /usr/bin/git checkout -b 6.4.x 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10 06:46:07 [2025-06-19T04:46:07.470Z] Commit message: "Remove a duplicated code by simplifying the if-statement" 06:46:07 [2025-06-19T04:46:07.470Z] > /usr/bin/git rev-list --no-walk 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10 06:46:07 [2025-06-19T04:46:07.488Z] [Pipeline] fileExists 06:46:07 [2025-06-19T04:46:07.497Z] [Pipeline] readMavenPom 06:46:07 [2025-06-19T04:46:07.519Z] [Pipeline] sh 06:46:07 [2025-06-19T04:46:07.777Z] + git rev-parse HEAD 06:46:07 [2025-06-19T04:46:07.781Z] [Pipeline] echo 06:46:07 [2025-06-19T04:46:07.782Z] Silverpeas-Looks: current commit is 993c286ab9afc34dcbd58fdc766369f2305c692d and last build commit is 993c286ab9afc34dcbd58fdc766369f2305c692d 06:46:07 [2025-06-19T04:46:07.784Z] [Pipeline] } 06:46:07 [2025-06-19T04:46:07.803Z] [Pipeline] // dir 06:46:07 [2025-06-19T04:46:07.819Z] [Pipeline] echo 06:46:07 [2025-06-19T04:46:07.820Z] Build skipped due to no changes have been done since the last build 06:46:07 [2025-06-19T04:46:07.839Z] [Pipeline] dir 06:46:07 [2025-06-19T04:46:07.839Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup 06:46:07 [2025-06-19T04:46:07.840Z] [Pipeline] { 06:46:07 [2025-06-19T04:46:07.862Z] [Pipeline] git 06:46:07 [2025-06-19T04:46:07.865Z] The recommended git tool is: NONE 06:46:07 [2025-06-19T04:46:07.866Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 06:46:07 [2025-06-19T04:46:07.876Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@455be12f; decorates hudson.Launcher$LocalLauncher@1e089cbd will be ignored (a typical symptom is the Git executable not being run inside a designated container) 06:46:07 [2025-06-19T04:46:07.877Z] > /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-19T04:46:07.883Z] Fetching changes from the remote Git repository 06:46:07 [2025-06-19T04:46:07.887Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10 06:46:07 [2025-06-19T04:46:07.894Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup 06:46:07 [2025-06-19T04:46:07.894Z] > /usr/bin/git --version # timeout=10 06:46:07 [2025-06-19T04:46:07.899Z] > git --version # 'git version 2.43.0' 06:46:07 [2025-06-19T04:46:07.899Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 06:46:07 [2025-06-19T04:46:07.904Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:08 [2025-06-19T04:46:08.331Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 06:46:08 [2025-06-19T04:46:08.337Z] Checking out Revision 6e5936ffe892e71fb63de6dc059da8ad09b72c90 (refs/remotes/origin/6.4.x) 06:46:08 [2025-06-19T04:46:08.337Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:08 [2025-06-19T04:46:08.343Z] > /usr/bin/git checkout -f 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10 06:46:08 [2025-06-19T04:46:08.354Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 06:46:08 [2025-06-19T04:46:08.363Z] > /usr/bin/git branch -D 6.4.x # timeout=10 06:46:08 [2025-06-19T04:46:08.371Z] > /usr/bin/git checkout -b 6.4.x 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10 06:46:08 [2025-06-19T04:46:08.382Z] 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:08 [2025-06-19T04:46:08.382Z] > /usr/bin/git rev-list --no-walk 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10 06:46:08 [2025-06-19T04:46:08.403Z] [Pipeline] fileExists 06:46:08 [2025-06-19T04:46:08.414Z] [Pipeline] sh 06:46:08 [2025-06-19T04:46:08.670Z] + git rev-parse HEAD 06:46:08 [2025-06-19T04:46:08.673Z] [Pipeline] echo 06:46:08 [2025-06-19T04:46:08.674Z] Silverpeas-Setup: current commit is 6e5936ffe892e71fb63de6dc059da8ad09b72c90 and last build commit is 6e5936ffe892e71fb63de6dc059da8ad09b72c90 06:46:08 [2025-06-19T04:46:08.675Z] [Pipeline] } 06:46:08 [2025-06-19T04:46:08.691Z] [Pipeline] // dir 06:46:08 [2025-06-19T04:46:08.708Z] [Pipeline] echo 06:46:08 [2025-06-19T04:46:08.709Z] Build skipped due to no changes have been done since the last build 06:46:08 [2025-06-19T04:46:08.727Z] [Pipeline] dir 06:46:08 [2025-06-19T04:46:08.728Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution 06:46:08 [2025-06-19T04:46:08.728Z] [Pipeline] { 06:46:08 [2025-06-19T04:46:08.750Z] [Pipeline] git 06:46:08 [2025-06-19T04:46:08.752Z] The recommended git tool is: NONE 06:46:08 [2025-06-19T04:46:08.753Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 06:46:08 [2025-06-19T04:46:08.767Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2ada9245; decorates hudson.Launcher$LocalLauncher@21429630 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 06:46:08 [2025-06-19T04:46:08.767Z] > /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-19T04:46:08.772Z] Fetching changes from the remote Git repository 06:46:08 [2025-06-19T04:46:08.774Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10 06:46:08 [2025-06-19T04:46:08.778Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution 06:46:08 [2025-06-19T04:46:08.778Z] > /usr/bin/git --version # timeout=10 06:46:08 [2025-06-19T04:46:08.783Z] > git --version # 'git version 2.43.0' 06:46:08 [2025-06-19T04:46:08.783Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 06:46:08 [2025-06-19T04:46:08.788Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:09 [2025-06-19T04:46:09.173Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 06:46:09 [2025-06-19T04:46:09.180Z] Checking out Revision 6837d524e3282a03e2de06fa1f14b7c93c7608b1 (refs/remotes/origin/6.4.x) 06:46:09 [2025-06-19T04:46:09.180Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:09 [2025-06-19T04:46:09.201Z] > /usr/bin/git checkout -f 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10 06:46:09 [2025-06-19T04:46:09.211Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 06:46:09 [2025-06-19T04:46:09.220Z] > /usr/bin/git branch -D 6.4.x # timeout=10 06:46:09 [2025-06-19T04:46:09.227Z] > /usr/bin/git checkout -b 6.4.x 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10 06:46:09 [2025-06-19T04:46:09.237Z] 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:09 [2025-06-19T04:46:09.238Z] > /usr/bin/git rev-list --no-walk 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10 06:46:09 [2025-06-19T04:46:09.259Z] [Pipeline] fileExists 06:46:09 [2025-06-19T04:46:09.269Z] [Pipeline] readMavenPom 06:46:09 [2025-06-19T04:46:09.282Z] [Pipeline] sh 06:46:09 [2025-06-19T04:46:09.540Z] + git rev-parse HEAD 06:46:09 [2025-06-19T04:46:09.546Z] [Pipeline] echo 06:46:09 [2025-06-19T04:46:09.547Z] Silverpeas-Distribution: current commit is 6837d524e3282a03e2de06fa1f14b7c93c7608b1 and last build commit is 6837d524e3282a03e2de06fa1f14b7c93c7608b1 06:46:09 [2025-06-19T04:46:09.549Z] [Pipeline] } 06:46:09 [2025-06-19T04:46:09.568Z] [Pipeline] // dir 06:46:09 [2025-06-19T04:46:09.589Z] [Pipeline] echo 06:46:09 [2025-06-19T04:46:09.589Z] Build skipped due to no changes have been done since the last build 06:46:09 [2025-06-19T04:46:09.607Z] [Pipeline] dir 06:46:09 [2025-06-19T04:46:09.608Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly 06:46:09 [2025-06-19T04:46:09.608Z] [Pipeline] { 06:46:09 [2025-06-19T04:46:09.633Z] [Pipeline] git 06:46:09 [2025-06-19T04:46:09.636Z] The recommended git tool is: NONE 06:46:09 [2025-06-19T04:46:09.637Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59 06:46:09 [2025-06-19T04:46:09.649Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5e3dede6; decorates hudson.Launcher$LocalLauncher@77cec399 will be ignored (a typical symptom is the Git executable not being run inside a designated container) 06:46:09 [2025-06-19T04:46:09.650Z] > /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-19T04:46:09.657Z] Fetching changes from the remote Git repository 06:46:09 [2025-06-19T04:46:09.660Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10 06:46:09 [2025-06-19T04:46:09.666Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly 06:46:09 [2025-06-19T04:46:09.666Z] > /usr/bin/git --version # timeout=10 06:46:09 [2025-06-19T04:46:09.670Z] > git --version # 'git version 2.43.0' 06:46:09 [2025-06-19T04:46:09.670Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins 06:46:09 [2025-06-19T04:46:09.675Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10 06:46:10 [2025-06-19T04:46:10.088Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10 06:46:10 [2025-06-19T04:46:10.093Z] Checking out Revision 00897b0d98fcda4b9de1c512ded374aa33410f6f (refs/remotes/origin/6.4.x) 06:46:10 [2025-06-19T04:46:10.093Z] > /usr/bin/git config core.sparsecheckout # timeout=10 06:46:10 [2025-06-19T04:46:10.098Z] > /usr/bin/git checkout -f 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10 06:46:10 [2025-06-19T04:46:10.105Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10 06:46:10 [2025-06-19T04:46:10.115Z] > /usr/bin/git branch -D 6.4.x # timeout=10 06:46:10 [2025-06-19T04:46:10.120Z] > /usr/bin/git checkout -b 6.4.x 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10 06:46:10 [2025-06-19T04:46:10.129Z] 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:10 [2025-06-19T04:46:10.130Z] > /usr/bin/git rev-list --no-walk 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10 06:46:10 [2025-06-19T04:46:10.150Z] [Pipeline] fileExists 06:46:10 [2025-06-19T04:46:10.159Z] [Pipeline] readMavenPom 06:46:10 [2025-06-19T04:46:10.172Z] [Pipeline] sh 06:46:10 [2025-06-19T04:46:10.431Z] + git rev-parse HEAD 06:46:10 [2025-06-19T04:46:10.434Z] [Pipeline] echo 06:46:10 [2025-06-19T04:46:10.435Z] Silverpeas-Assembly: current commit is 00897b0d98fcda4b9de1c512ded374aa33410f6f and last build commit is 00897b0d98fcda4b9de1c512ded374aa33410f6f 06:46:10 [2025-06-19T04:46:10.438Z] [Pipeline] } 06:46:10 [2025-06-19T04:46:10.455Z] [Pipeline] // dir 06:46:10 [2025-06-19T04:46:10.474Z] [Pipeline] echo 06:46:10 [2025-06-19T04:46:10.474Z] Build skipped due to no changes have been done since the last build 06:46:10 [2025-06-19T04:46:10.475Z] [Pipeline] } 06:46:10 [2025-06-19T04:46:10.492Z] [Pipeline] // script 06:46:10 [2025-06-19T04:46:10.510Z] [Pipeline] } 06:46:10 [2025-06-19T04:46:10.526Z] [Pipeline] // stage 06:46:10 [2025-06-19T04:46:10.546Z] [Pipeline] stage 06:46:10 [2025-06-19T04:46:10.547Z] [Pipeline] { (Build Silverpeas) 06:46:10 [2025-06-19T04:46:10.584Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:10 [2025-06-19T04:46:10.585Z] [Pipeline] getContext 06:46:10 [2025-06-19T04:46:10.610Z] [Pipeline] stage 06:46:10 [2025-06-19T04:46:10.611Z] [Pipeline] { (Build Silverpeas-Core) 06:46:10 [2025-06-19T04:46:10.638Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:10 [2025-06-19T04:46:10.638Z] [Pipeline] getContext 06:46:10 [2025-06-19T04:46:10.641Z] [Pipeline] } 06:46:10 [2025-06-19T04:46:10.656Z] [Pipeline] // stage 06:46:10 [2025-06-19T04:46:10.673Z] [Pipeline] stage 06:46:10 [2025-06-19T04:46:10.674Z] [Pipeline] { (Build Silverpeas-Components) 06:46:10 [2025-06-19T04:46:10.688Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:10 [2025-06-19T04:46:10.689Z] [Pipeline] getContext 06:46:10 [2025-06-19T04:46:10.691Z] [Pipeline] } 06:46:10 [2025-06-19T04:46:10.704Z] [Pipeline] // stage 06:46:10 [2025-06-19T04:46:10.729Z] [Pipeline] stage 06:46:10 [2025-06-19T04:46:10.730Z] [Pipeline] { (Build Silverpeas-Assembly) 06:46:10 [2025-06-19T04:46:10.750Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:10 [2025-06-19T04:46:10.752Z] [Pipeline] getContext 06:46:10 [2025-06-19T04:46:10.753Z] [Pipeline] } 06:46:10 [2025-06-19T04:46:10.766Z] [Pipeline] // stage 06:46:10 [2025-06-19T04:46:10.778Z] [Pipeline] stage 06:46:10 [2025-06-19T04:46:10.778Z] [Pipeline] { (Build Silverpeas Setup) 06:46:10 [2025-06-19T04:46:10.789Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:10 [2025-06-19T04:46:10.790Z] [Pipeline] getContext 06:46:10 [2025-06-19T04:46:10.791Z] [Pipeline] } 06:46:10 [2025-06-19T04:46:10.801Z] [Pipeline] // stage 06:46:10 [2025-06-19T04:46:10.813Z] [Pipeline] stage 06:46:10 [2025-06-19T04:46:10.813Z] [Pipeline] { (Build Silverpeas Distribution) 06:46:10 [2025-06-19T04:46:10.823Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:10 [2025-06-19T04:46:10.824Z] [Pipeline] getContext 06:46:10 [2025-06-19T04:46:10.825Z] [Pipeline] } 06:46:10 [2025-06-19T04:46:10.834Z] [Pipeline] // stage 06:46:10 [2025-06-19T04:46:10.846Z] [Pipeline] stage 06:46:10 [2025-06-19T04:46:10.847Z] [Pipeline] { (Build Silverpeas-Looks) 06:46:10 [2025-06-19T04:46:10.856Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:10 [2025-06-19T04:46:10.857Z] [Pipeline] getContext 06:46:10 [2025-06-19T04:46:10.858Z] [Pipeline] } 06:46:10 [2025-06-19T04:46:10.867Z] [Pipeline] // stage 06:46:10 [2025-06-19T04:46:10.877Z] [Pipeline] stage 06:46:10 [2025-06-19T04:46:10.878Z] [Pipeline] { (Publish Silverpeas-Core) 06:46:10 [2025-06-19T04:46:10.887Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:10 [2025-06-19T04:46:10.888Z] [Pipeline] getContext 06:46:10 [2025-06-19T04:46:10.889Z] [Pipeline] } 06:46:10 [2025-06-19T04:46:10.898Z] [Pipeline] // stage 06:46:10 [2025-06-19T04:46:10.908Z] [Pipeline] stage 06:46:10 [2025-06-19T04:46:10.909Z] [Pipeline] { (Publish Silverpeas-Components) 06:46:10 [2025-06-19T04:46:10.917Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:10 [2025-06-19T04:46:10.918Z] [Pipeline] getContext 06:46:10 [2025-06-19T04:46:10.920Z] [Pipeline] } 06:46:10 [2025-06-19T04:46:10.928Z] [Pipeline] // stage 06:46:10 [2025-06-19T04:46:10.937Z] [Pipeline] stage 06:46:10 [2025-06-19T04:46:10.938Z] [Pipeline] { (Publish Silverpeas-Assembly) 06:46:10 [2025-06-19T04:46:10.946Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:10 [2025-06-19T04:46:10.947Z] [Pipeline] getContext 06:46:10 [2025-06-19T04:46:10.949Z] [Pipeline] } 06:46:10 [2025-06-19T04:46:10.957Z] [Pipeline] // stage 06:46:10 [2025-06-19T04:46:10.966Z] [Pipeline] stage 06:46:10 [2025-06-19T04:46:10.967Z] [Pipeline] { (Publish Silverpeas-Setup) 06:46:10 [2025-06-19T04:46:10.975Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:10 [2025-06-19T04:46:10.976Z] [Pipeline] getContext 06:46:10 [2025-06-19T04:46:10.977Z] [Pipeline] } 06:46:10 [2025-06-19T04:46:10.985Z] [Pipeline] // stage 06:46:10 [2025-06-19T04:46:10.994Z] [Pipeline] stage 06:46:10 [2025-06-19T04:46:10.995Z] [Pipeline] { (Publish Silverpeas-Distribution) 06:46:11 [2025-06-19T04:46:11.003Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:11 [2025-06-19T04:46:11.004Z] [Pipeline] getContext 06:46:11 [2025-06-19T04:46:11.006Z] [Pipeline] } 06:46:11 [2025-06-19T04:46:11.013Z] [Pipeline] // stage 06:46:11 [2025-06-19T04:46:11.023Z] [Pipeline] stage 06:46:11 [2025-06-19T04:46:11.024Z] [Pipeline] { (Publish Silverpeas-Looks) 06:46:11 [2025-06-19T04:46:11.032Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:11 [2025-06-19T04:46:11.033Z] [Pipeline] getContext 06:46:11 [2025-06-19T04:46:11.034Z] [Pipeline] } 06:46:11 [2025-06-19T04:46:11.042Z] [Pipeline] // stage 06:46:11 [2025-06-19T04:46:11.051Z] [Pipeline] stage 06:46:11 [2025-06-19T04:46:11.052Z] [Pipeline] { (Publish Community Web Site) 06:46:11 [2025-06-19T04:46:11.060Z] Stage "Build Silverpeas" skipped due to when conditional 06:46:11 [2025-06-19T04:46:11.061Z] [Pipeline] getContext 06:46:11 [2025-06-19T04:46:11.062Z] [Pipeline] } 06:46:11 [2025-06-19T04:46:11.070Z] [Pipeline] // stage 06:46:11 [2025-06-19T04:46:11.077Z] [Pipeline] } 06:46:11 [2025-06-19T04:46:11.085Z] [Pipeline] // stage 06:46:11 [2025-06-19T04:46:11.103Z] [Pipeline] stage 06:46:11 [2025-06-19T04:46:11.103Z] [Pipeline] { (Create YAML build report) 06:46:11 [2025-06-19T04:46:11.132Z] [Pipeline] script 06:46:11 [2025-06-19T04:46:11.138Z] [Pipeline] { 06:46:11 [2025-06-19T04:46:11.169Z] [Pipeline] sh 06:46:11 [2025-06-19T04:46:11.426Z] + mkdir -p target 06:46:11 [2025-06-19T04:46:11.429Z] [Pipeline] sh 06:46:11 [2025-06-19T04:46:11.686Z] + mv build.yaml target/ 06:46:11 [2025-06-19T04:46:11.687Z] [Pipeline] } 06:46:11 [2025-06-19T04:46:11.705Z] [Pipeline] // script 06:46:11 [2025-06-19T04:46:11.723Z] [Pipeline] } 06:46:11 [2025-06-19T04:46:11.740Z] [Pipeline] // stage 06:46:11 [2025-06-19T04:46:11.766Z] [Pipeline] stage 06:46:11 [2025-06-19T04:46:11.767Z] [Pipeline] { (Declarative: Post Actions) 06:46:11 [2025-06-19T04:46:11.799Z] [Pipeline] step 06:46:11 [2025-06-19T04:46:11.831Z] [Pipeline] script 06:46:11 [2025-06-19T04:46:11.840Z] [Pipeline] { 06:46:11 [2025-06-19T04:46:11.877Z] [Pipeline] } 06:46:11 [2025-06-19T04:46:11.895Z] [Pipeline] // script 06:46:11 [2025-06-19T04:46:11.918Z] [Pipeline] archiveArtifacts 06:46:11 [2025-06-19T04:46:11.921Z] Archiving artifacts 06:46:11 [2025-06-19T04:46:11.939Z] Enregistrement des empreintes numériques 06:46:11 [2025-06-19T04:46:11.951Z] [Pipeline] sh 06:46:12 [2025-06-19T04:46:12.213Z] + rm -rf target 06:46:12 [2025-06-19T04:46:12.221Z] [Pipeline] } 06:46:12 [2025-06-19T04:46:12.241Z] [Pipeline] // stage 06:46:12 [2025-06-19T04:46:12.258Z] [Pipeline] } 06:46:12 [2025-06-19T04:46:12.276Z] [Pipeline] // withEnv 06:46:12 [2025-06-19T04:46:12.293Z] [Pipeline] } 06:46:12 [2025-06-19T04:46:12.294Z] $ docker stop --time=1 c77ec66199a121981a0aa3016b7e378f6ba1aa1d97c8169561c9cd762ebb194a 06:46:13 [2025-06-19T04:46:13.577Z] $ docker rm -f --volumes c77ec66199a121981a0aa3016b7e378f6ba1aa1d97c8169561c9cd762ebb194a 06:46:13 [2025-06-19T04:46:13.619Z] [Pipeline] // withDockerContainer 06:46:13 [2025-06-19T04:46:13.626Z] [Pipeline] } 06:46:13 [2025-06-19T04:46:13.634Z] [Pipeline] // withEnv 06:46:13 [2025-06-19T04:46:13.647Z] [Pipeline] } 06:46:13 [2025-06-19T04:46:13.662Z] [Pipeline] // node 06:46:13 [2025-06-19T04:46:13.679Z] [Pipeline] End of Pipeline 06:46:13 [2025-06-19T04:46:13.756Z] Lancement d'un nouveau build de Silverpeas_Mobile_Stable_AutoDeploy #305 06:46:13 [2025-06-19T04:46:13.757Z] Finished: SUCCESS