06:46:00 [2025-07-14T04:46:00.910Z] Lancé par une alarme périodique
06:46:00 [2025-07-14T04:46:00.910Z] Running as userbuild
06:46:01 [2025-07-14T04:46:01.307Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2025-07-14T04:46:01.789Z] [Pipeline] Start of Pipeline
06:46:02 [2025-07-14T04:46:02.137Z] [Pipeline] node
06:46:02 [2025-07-14T04:46:02.140Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy
06:46:02 [2025-07-14T04:46:02.143Z] [Pipeline] {
06:46:02 [2025-07-14T04:46:02.160Z] [Pipeline] stage
06:46:02 [2025-07-14T04:46:02.161Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:02 [2025-07-14T04:46:02.172Z] [Pipeline] checkout
06:46:02 [2025-07-14T04:46:02.175Z] Selected Git installation does not exist. Using Default
06:46:02 [2025-07-14T04:46:02.175Z] The recommended git tool is: NONE
06:46:02 [2025-07-14T04:46:02.175Z] No credentials specified
06:46:02 [2025-07-14T04:46:02.175Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/.git # timeout=10
06:46:02 [2025-07-14T04:46:02.180Z] Fetching changes from the remote Git repository
06:46:02 [2025-07-14T04:46:02.182Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:02 [2025-07-14T04:46:02.194Z] Cleaning workspace
06:46:02 [2025-07-14T04:46:02.194Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:02 [2025-07-14T04:46:02.200Z] Resetting working tree
06:46:02 [2025-07-14T04:46:02.200Z] > /usr/bin/git reset --hard # timeout=10
06:46:02 [2025-07-14T04:46:02.206Z] > /usr/bin/git clean -fdx # timeout=10
06:46:02 [2025-07-14T04:46:02.212Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:02 [2025-07-14T04:46:02.212Z] > /usr/bin/git --version # timeout=10
06:46:02 [2025-07-14T04:46:02.217Z] > git --version # 'git version 2.43.0'
06:46:02 [2025-07-14T04:46:02.217Z] > /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-07-14T04:46:02.563Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:02 [2025-07-14T04:46:02.569Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
06:46:02 [2025-07-14T04:46:02.570Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:02 [2025-07-14T04:46:02.575Z] > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
06:46:02 [2025-07-14T04:46:02.587Z] 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-07-14T04:46:02.588Z] > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
06:46:02 [2025-07-14T04:46:02.608Z] [Pipeline] }
06:46:02 [2025-07-14T04:46:02.614Z] [Pipeline] // stage
06:46:02 [2025-07-14T04:46:02.637Z] [Pipeline] withEnv
06:46:02 [2025-07-14T04:46:02.638Z] [Pipeline] {
06:46:02 [2025-07-14T04:46:02.817Z] [Pipeline] isUnix
06:46:02 [2025-07-14T04:46:02.818Z] [Pipeline] withEnv
06:46:02 [2025-07-14T04:46:02.818Z] [Pipeline] {
06:46:02 [2025-07-14T04:46:02.833Z] [Pipeline] sh
06:46:03 [2025-07-14T04:46:03.089Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:03 [2025-07-14T04:46:03.089Z] .
06:46:03 [2025-07-14T04:46:03.090Z] [Pipeline] }
06:46:03 [2025-07-14T04:46:03.103Z] [Pipeline] // withEnv
06:46:03 [2025-07-14T04:46:03.118Z] [Pipeline] withDockerContainer
06:46:03 [2025-07-14T04:46:03.155Z] Jenkins does not seem to be running inside a container
06:46:03 [2025-07-14T04:46:03.164Z] $ 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-07-14T04:46:03.496Z] $ docker top 1f4e40ff4e722003bfbc93625f9daedfa1f20c77b2a581c4cd37ca70a435fafb -eo pid,comm
06:46:03 [2025-07-14T04:46:03.534Z] [Pipeline] {
06:46:03 [2025-07-14T04:46:03.555Z] [Pipeline] withEnv
06:46:03 [2025-07-14T04:46:03.556Z] [Pipeline] {
06:46:03 [2025-07-14T04:46:03.574Z] [Pipeline] stage
06:46:03 [2025-07-14T04:46:03.575Z] [Pipeline] { (Prepare the job)
06:46:03 [2025-07-14T04:46:03.614Z] [Pipeline] sh
06:46:03 [2025-07-14T04:46:03.872Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.4.x/pom.xml
06:46:04 [2025-07-14T04:46:04.125Z] [Pipeline] script
06:46:04 [2025-07-14T04:46:04.135Z] [Pipeline] {
06:46:04 [2025-07-14T04:46:04.152Z] [Pipeline] readMavenPom
06:46:04 [2025-07-14T04:46:04.185Z] 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-07-14T04:46:04.187Z] 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-07-14T04:46:04.189Z] 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-07-14T04:46:04.189Z] 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-07-14T04:46:04.189Z] 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-07-14T04:46:04.190Z] [Pipeline] sh
06:46:04 [2025-07-14T04:46:04.448Z] + rm -f pom.xml
06:46:04 [2025-07-14T04:46:04.449Z] [Pipeline] }
06:46:04 [2025-07-14T04:46:04.462Z] [Pipeline] // script
06:46:04 [2025-07-14T04:46:04.478Z] [Pipeline] }
06:46:04 [2025-07-14T04:46:04.490Z] [Pipeline] // stage
06:46:04 [2025-07-14T04:46:04.504Z] [Pipeline] stage
06:46:04 [2025-07-14T04:46:04.505Z] [Pipeline] { (Check POM parent version)
06:46:04 [2025-07-14T04:46:04.563Z] Stage "Check POM parent version" skipped due to when conditional
06:46:04 [2025-07-14T04:46:04.564Z] [Pipeline] getContext
06:46:04 [2025-07-14T04:46:04.565Z] [Pipeline] }
06:46:04 [2025-07-14T04:46:04.575Z] [Pipeline] // stage
06:46:04 [2025-07-14T04:46:04.586Z] [Pipeline] stage
06:46:04 [2025-07-14T04:46:04.586Z] [Pipeline] { (Checkout projects and check code changes)
06:46:04 [2025-07-14T04:46:04.604Z] [Pipeline] script
06:46:04 [2025-07-14T04:46:04.609Z] [Pipeline] {
06:46:04 [2025-07-14T04:46:04.625Z] [Pipeline] copyArtifacts
06:46:04 [2025-07-14T04:46:04.632Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 409
06:46:04 [2025-07-14T04:46:04.639Z] [Pipeline] fileExists
06:46:04 [2025-07-14T04:46:04.654Z] [Pipeline] readYaml
06:46:04 [2025-07-14T04:46:04.665Z] 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-07-14T04:46:04.667Z] [Pipeline] dir
06:46:04 [2025-07-14T04:46:04.667Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core
06:46:04 [2025-07-14T04:46:04.668Z] [Pipeline] {
06:46:04 [2025-07-14T04:46:04.682Z] [Pipeline] git
06:46:04 [2025-07-14T04:46:04.684Z] The recommended git tool is: /usr/bin/git
06:46:04 [2025-07-14T04:46:04.685Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:04 [2025-07-14T04:46:04.702Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@228f46fa; decorates hudson.Launcher$LocalLauncher@817e36a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:04 [2025-07-14T04:46:04.702Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core/.git # timeout=10
06:46:04 [2025-07-14T04:46:04.708Z] Fetching changes from the remote Git repository
06:46:04 [2025-07-14T04:46:04.710Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
06:46:04 [2025-07-14T04:46:04.715Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
06:46:04 [2025-07-14T04:46:04.715Z] > /usr/bin/git --version # timeout=10
06:46:04 [2025-07-14T04:46:04.719Z] > git --version # 'git version 2.43.0'
06:46:04 [2025-07-14T04:46:04.719Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:04 [2025-07-14T04:46:04.724Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:05 [2025-07-14T04:46:05.108Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:05 [2025-07-14T04:46:05.116Z] Checking out Revision cb8a6756c0f5d6763c28151d64a105a1342d223c (refs/remotes/origin/6.4.x)
06:46:05 [2025-07-14T04:46:05.116Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:05 [2025-07-14T04:46:05.121Z] > /usr/bin/git checkout -f cb8a6756c0f5d6763c28151d64a105a1342d223c # timeout=10
06:46:05 [2025-07-14T04:46:05.175Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:05 [2025-07-14T04:46:05.192Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:05 [2025-07-14T04:46:05.200Z] > /usr/bin/git checkout -b 6.4.x cb8a6756c0f5d6763c28151d64a105a1342d223c # timeout=10
06:46:05 [2025-07-14T04:46:05.315Z] Commit message: "Bug #14681"
06:46:05 [2025-07-14T04:46:05.315Z] > /usr/bin/git rev-list --no-walk cb8a6756c0f5d6763c28151d64a105a1342d223c # timeout=10
06:46:05 [2025-07-14T04:46:05.340Z] [Pipeline] fileExists
06:46:05 [2025-07-14T04:46:05.347Z] [Pipeline] readMavenPom
06:46:05 [2025-07-14T04:46:05.365Z] [Pipeline] sh
06:46:05 [2025-07-14T04:46:05.623Z] + git rev-parse HEAD
06:46:05 [2025-07-14T04:46:05.626Z] [Pipeline] echo
06:46:05 [2025-07-14T04:46:05.626Z] Silverpeas-Core: current commit is cb8a6756c0f5d6763c28151d64a105a1342d223c and last build commit is cb8a6756c0f5d6763c28151d64a105a1342d223c
06:46:05 [2025-07-14T04:46:05.628Z] [Pipeline] }
06:46:05 [2025-07-14T04:46:05.642Z] [Pipeline] // dir
06:46:05 [2025-07-14T04:46:05.656Z] [Pipeline] echo
06:46:05 [2025-07-14T04:46:05.656Z] Build skipped due to no changes have been done since the last build
06:46:05 [2025-07-14T04:46:05.670Z] [Pipeline] dir
06:46:05 [2025-07-14T04:46:05.671Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components
06:46:05 [2025-07-14T04:46:05.671Z] [Pipeline] {
06:46:05 [2025-07-14T04:46:05.689Z] [Pipeline] git
06:46:05 [2025-07-14T04:46:05.691Z] The recommended git tool is: /usr/bin/git
06:46:05 [2025-07-14T04:46:05.692Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:05 [2025-07-14T04:46:05.702Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4bbc0c8f; decorates hudson.Launcher$LocalLauncher@5a3f6ae8 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:05 [2025-07-14T04:46:05.703Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/.git # timeout=10
06:46:05 [2025-07-14T04:46:05.710Z] Fetching changes from the remote Git repository
06:46:05 [2025-07-14T04:46:05.713Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
06:46:05 [2025-07-14T04:46:05.720Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
06:46:05 [2025-07-14T04:46:05.720Z] > /usr/bin/git --version # timeout=10
06:46:05 [2025-07-14T04:46:05.725Z] > git --version # 'git version 2.43.0'
06:46:05 [2025-07-14T04:46:05.725Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:05 [2025-07-14T04:46:05.731Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:06 [2025-07-14T04:46:06.118Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:06 [2025-07-14T04:46:06.125Z] Checking out Revision dac55d3b910b6d5f03a419cd3dc5d6ebc426e70a (refs/remotes/origin/6.4.x)
06:46:06 [2025-07-14T04:46:06.125Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:06 [2025-07-14T04:46:06.131Z] > /usr/bin/git checkout -f dac55d3b910b6d5f03a419cd3dc5d6ebc426e70a # timeout=10
06:46:06 [2025-07-14T04:46:06.169Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:06 [2025-07-14T04:46:06.183Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:06 [2025-07-14T04:46:06.190Z] > /usr/bin/git checkout -b 6.4.x dac55d3b910b6d5f03a419cd3dc5d6ebc426e70a # timeout=10
06:46:06 [2025-07-14T04:46:06.220Z] Commit message: "Take into account the sonarqube feedback"
06:46:06 [2025-07-14T04:46:06.221Z] > /usr/bin/git rev-list --no-walk dac55d3b910b6d5f03a419cd3dc5d6ebc426e70a # timeout=10
06:46:06 [2025-07-14T04:46:06.250Z] [Pipeline] fileExists
06:46:06 [2025-07-14T04:46:06.265Z] [Pipeline] readMavenPom
06:46:06 [2025-07-14T04:46:06.284Z] [Pipeline] sh
06:46:06 [2025-07-14T04:46:06.542Z] + git rev-parse HEAD
06:46:06 [2025-07-14T04:46:06.545Z] [Pipeline] echo
06:46:06 [2025-07-14T04:46:06.546Z] Silverpeas-Components: current commit is dac55d3b910b6d5f03a419cd3dc5d6ebc426e70a and last build commit is dac55d3b910b6d5f03a419cd3dc5d6ebc426e70a
06:46:06 [2025-07-14T04:46:06.547Z] [Pipeline] }
06:46:06 [2025-07-14T04:46:06.564Z] [Pipeline] // dir
06:46:06 [2025-07-14T04:46:06.579Z] [Pipeline] echo
06:46:06 [2025-07-14T04:46:06.579Z] Build skipped due to no changes have been done since the last build
06:46:06 [2025-07-14T04:46:06.595Z] [Pipeline] dir
06:46:06 [2025-07-14T04:46:06.595Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks
06:46:06 [2025-07-14T04:46:06.595Z] [Pipeline] {
06:46:06 [2025-07-14T04:46:06.614Z] [Pipeline] git
06:46:06 [2025-07-14T04:46:06.616Z] Selected Git installation does not exist. Using Default
06:46:06 [2025-07-14T04:46:06.616Z] The recommended git tool is: NONE
06:46:06 [2025-07-14T04:46:06.616Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:06 [2025-07-14T04:46:06.630Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2e2e57b5; decorates hudson.Launcher$LocalLauncher@16e2cc03 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:06 [2025-07-14T04:46:06.631Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks/.git # timeout=10
06:46:06 [2025-07-14T04:46:06.637Z] Fetching changes from the remote Git repository
06:46:06 [2025-07-14T04:46:06.640Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
06:46:06 [2025-07-14T04:46:06.646Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
06:46:06 [2025-07-14T04:46:06.646Z] > /usr/bin/git --version # timeout=10
06:46:06 [2025-07-14T04:46:06.652Z] > git --version # 'git version 2.43.0'
06:46:06 [2025-07-14T04:46:06.652Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:06 [2025-07-14T04:46:06.658Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:07 [2025-07-14T04:46:07.015Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:07 [2025-07-14T04:46:07.021Z] Checking out Revision 993c286ab9afc34dcbd58fdc766369f2305c692d (refs/remotes/origin/6.4.x)
06:46:07 [2025-07-14T04:46:07.021Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:07 [2025-07-14T04:46:07.027Z] > /usr/bin/git checkout -f 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10
06:46:07 [2025-07-14T04:46:07.039Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:07 [2025-07-14T04:46:07.048Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:07 [2025-07-14T04:46:07.054Z] > /usr/bin/git checkout -b 6.4.x 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10
06:46:07 [2025-07-14T04:46:07.067Z] Commit message: "Remove a duplicated code by simplifying the if-statement"
06:46:07 [2025-07-14T04:46:07.068Z] > /usr/bin/git rev-list --no-walk 993c286ab9afc34dcbd58fdc766369f2305c692d # timeout=10
06:46:07 [2025-07-14T04:46:07.089Z] [Pipeline] fileExists
06:46:07 [2025-07-14T04:46:07.096Z] [Pipeline] readMavenPom
06:46:07 [2025-07-14T04:46:07.107Z] [Pipeline] sh
06:46:07 [2025-07-14T04:46:07.365Z] + git rev-parse HEAD
06:46:07 [2025-07-14T04:46:07.367Z] [Pipeline] echo
06:46:07 [2025-07-14T04:46:07.368Z] Silverpeas-Looks: current commit is 993c286ab9afc34dcbd58fdc766369f2305c692d and last build commit is 993c286ab9afc34dcbd58fdc766369f2305c692d
06:46:07 [2025-07-14T04:46:07.370Z] [Pipeline] }
06:46:07 [2025-07-14T04:46:07.387Z] [Pipeline] // dir
06:46:07 [2025-07-14T04:46:07.402Z] [Pipeline] echo
06:46:07 [2025-07-14T04:46:07.403Z] Build skipped due to no changes have been done since the last build
06:46:07 [2025-07-14T04:46:07.418Z] [Pipeline] dir
06:46:07 [2025-07-14T04:46:07.419Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup
06:46:07 [2025-07-14T04:46:07.419Z] [Pipeline] {
06:46:07 [2025-07-14T04:46:07.439Z] [Pipeline] git
06:46:07 [2025-07-14T04:46:07.441Z] The recommended git tool is: NONE
06:46:07 [2025-07-14T04:46:07.442Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:07 [2025-07-14T04:46:07.454Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@247333a2; decorates hudson.Launcher$LocalLauncher@5f95f7c4 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:07 [2025-07-14T04:46:07.455Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup/.git # timeout=10
06:46:07 [2025-07-14T04:46:07.462Z] Fetching changes from the remote Git repository
06:46:07 [2025-07-14T04:46:07.464Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
06:46:07 [2025-07-14T04:46:07.469Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
06:46:07 [2025-07-14T04:46:07.469Z] > /usr/bin/git --version # timeout=10
06:46:07 [2025-07-14T04:46:07.474Z] > git --version # 'git version 2.43.0'
06:46:07 [2025-07-14T04:46:07.474Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:07 [2025-07-14T04:46:07.479Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:07 [2025-07-14T04:46:07.846Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:07 [2025-07-14T04:46:07.854Z] Checking out Revision 6e5936ffe892e71fb63de6dc059da8ad09b72c90 (refs/remotes/origin/6.4.x)
06:46:07 [2025-07-14T04:46:07.854Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:07 [2025-07-14T04:46:07.859Z] > /usr/bin/git checkout -f 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10
06:46:07 [2025-07-14T04:46:07.870Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:07 [2025-07-14T04:46:07.880Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:07 [2025-07-14T04:46:07.887Z] > /usr/bin/git checkout -b 6.4.x 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10
06:46:07 [2025-07-14T04:46:07.904Z] 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-07-14T04:46:07.904Z] > /usr/bin/git rev-list --no-walk 6e5936ffe892e71fb63de6dc059da8ad09b72c90 # timeout=10
06:46:07 [2025-07-14T04:46:07.935Z] [Pipeline] fileExists
06:46:07 [2025-07-14T04:46:07.954Z] [Pipeline] sh
06:46:08 [2025-07-14T04:46:08.211Z] + git rev-parse HEAD
06:46:08 [2025-07-14T04:46:08.214Z] [Pipeline] echo
06:46:08 [2025-07-14T04:46:08.214Z] Silverpeas-Setup: current commit is 6e5936ffe892e71fb63de6dc059da8ad09b72c90 and last build commit is 6e5936ffe892e71fb63de6dc059da8ad09b72c90
06:46:08 [2025-07-14T04:46:08.216Z] [Pipeline] }
06:46:08 [2025-07-14T04:46:08.232Z] [Pipeline] // dir
06:46:08 [2025-07-14T04:46:08.248Z] [Pipeline] echo
06:46:08 [2025-07-14T04:46:08.248Z] Build skipped due to no changes have been done since the last build
06:46:08 [2025-07-14T04:46:08.265Z] [Pipeline] dir
06:46:08 [2025-07-14T04:46:08.265Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution
06:46:08 [2025-07-14T04:46:08.266Z] [Pipeline] {
06:46:08 [2025-07-14T04:46:08.285Z] [Pipeline] git
06:46:08 [2025-07-14T04:46:08.287Z] The recommended git tool is: NONE
06:46:08 [2025-07-14T04:46:08.288Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:08 [2025-07-14T04:46:08.300Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4befd2ff; decorates hudson.Launcher$LocalLauncher@3d0a577c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:08 [2025-07-14T04:46:08.301Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
06:46:08 [2025-07-14T04:46:08.307Z] Fetching changes from the remote Git repository
06:46:08 [2025-07-14T04:46:08.310Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
06:46:08 [2025-07-14T04:46:08.316Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
06:46:08 [2025-07-14T04:46:08.316Z] > /usr/bin/git --version # timeout=10
06:46:08 [2025-07-14T04:46:08.321Z] > git --version # 'git version 2.43.0'
06:46:08 [2025-07-14T04:46:08.321Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:08 [2025-07-14T04:46:08.328Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:08 [2025-07-14T04:46:08.683Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:08 [2025-07-14T04:46:08.689Z] Checking out Revision 6837d524e3282a03e2de06fa1f14b7c93c7608b1 (refs/remotes/origin/6.4.x)
06:46:08 [2025-07-14T04:46:08.689Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:08 [2025-07-14T04:46:08.695Z] > /usr/bin/git checkout -f 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10
06:46:08 [2025-07-14T04:46:08.705Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:08 [2025-07-14T04:46:08.713Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:08 [2025-07-14T04:46:08.720Z] > /usr/bin/git checkout -b 6.4.x 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10
06:46:08 [2025-07-14T04:46:08.730Z] 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-07-14T04:46:08.730Z] > /usr/bin/git rev-list --no-walk 6837d524e3282a03e2de06fa1f14b7c93c7608b1 # timeout=10
06:46:08 [2025-07-14T04:46:08.752Z] [Pipeline] fileExists
06:46:08 [2025-07-14T04:46:08.761Z] [Pipeline] readMavenPom
06:46:08 [2025-07-14T04:46:08.777Z] [Pipeline] sh
06:46:09 [2025-07-14T04:46:09.036Z] + git rev-parse HEAD
06:46:09 [2025-07-14T04:46:09.037Z] [Pipeline] echo
06:46:09 [2025-07-14T04:46:09.038Z] Silverpeas-Distribution: current commit is 6837d524e3282a03e2de06fa1f14b7c93c7608b1 and last build commit is 6837d524e3282a03e2de06fa1f14b7c93c7608b1
06:46:09 [2025-07-14T04:46:09.039Z] [Pipeline] }
06:46:09 [2025-07-14T04:46:09.056Z] [Pipeline] // dir
06:46:09 [2025-07-14T04:46:09.072Z] [Pipeline] echo
06:46:09 [2025-07-14T04:46:09.072Z] Build skipped due to no changes have been done since the last build
06:46:09 [2025-07-14T04:46:09.089Z] [Pipeline] dir
06:46:09 [2025-07-14T04:46:09.089Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly
06:46:09 [2025-07-14T04:46:09.090Z] [Pipeline] {
06:46:09 [2025-07-14T04:46:09.110Z] [Pipeline] git
06:46:09 [2025-07-14T04:46:09.112Z] The recommended git tool is: NONE
06:46:09 [2025-07-14T04:46:09.112Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:09 [2025-07-14T04:46:09.121Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@11a5cb73; decorates hudson.Launcher$LocalLauncher@2c053204 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:09 [2025-07-14T04:46:09.122Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
06:46:09 [2025-07-14T04:46:09.130Z] Fetching changes from the remote Git repository
06:46:09 [2025-07-14T04:46:09.132Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
06:46:09 [2025-07-14T04:46:09.137Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
06:46:09 [2025-07-14T04:46:09.137Z] > /usr/bin/git --version # timeout=10
06:46:09 [2025-07-14T04:46:09.141Z] > git --version # 'git version 2.43.0'
06:46:09 [2025-07-14T04:46:09.141Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:09 [2025-07-14T04:46:09.146Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:09 [2025-07-14T04:46:09.521Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:09 [2025-07-14T04:46:09.527Z] Checking out Revision 00897b0d98fcda4b9de1c512ded374aa33410f6f (refs/remotes/origin/6.4.x)
06:46:09 [2025-07-14T04:46:09.527Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:09 [2025-07-14T04:46:09.532Z] > /usr/bin/git checkout -f 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10
06:46:09 [2025-07-14T04:46:09.540Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:09 [2025-07-14T04:46:09.550Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:09 [2025-07-14T04:46:09.556Z] > /usr/bin/git checkout -b 6.4.x 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10
06:46:09 [2025-07-14T04:46:09.566Z] 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-07-14T04:46:09.566Z] > /usr/bin/git rev-list --no-walk 00897b0d98fcda4b9de1c512ded374aa33410f6f # timeout=10
06:46:09 [2025-07-14T04:46:09.587Z] [Pipeline] fileExists
06:46:09 [2025-07-14T04:46:09.605Z] [Pipeline] readMavenPom
06:46:09 [2025-07-14T04:46:09.625Z] [Pipeline] sh
06:46:09 [2025-07-14T04:46:09.884Z] + git rev-parse HEAD
06:46:09 [2025-07-14T04:46:09.886Z] [Pipeline] echo
06:46:09 [2025-07-14T04:46:09.887Z] Silverpeas-Assembly: current commit is 00897b0d98fcda4b9de1c512ded374aa33410f6f and last build commit is 00897b0d98fcda4b9de1c512ded374aa33410f6f
06:46:09 [2025-07-14T04:46:09.889Z] [Pipeline] }
06:46:09 [2025-07-14T04:46:09.906Z] [Pipeline] // dir
06:46:09 [2025-07-14T04:46:09.923Z] [Pipeline] echo
06:46:09 [2025-07-14T04:46:09.923Z] Build skipped due to no changes have been done since the last build
06:46:09 [2025-07-14T04:46:09.923Z] [Pipeline] }
06:46:09 [2025-07-14T04:46:09.940Z] [Pipeline] // script
06:46:09 [2025-07-14T04:46:09.956Z] [Pipeline] }
06:46:09 [2025-07-14T04:46:09.971Z] [Pipeline] // stage
06:46:09 [2025-07-14T04:46:09.989Z] [Pipeline] stage
06:46:09 [2025-07-14T04:46:09.990Z] [Pipeline] { (Build Silverpeas)
06:46:10 [2025-07-14T04:46:10.018Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.019Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.039Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.040Z] [Pipeline] { (Build Silverpeas-Core)
06:46:10 [2025-07-14T04:46:10.057Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.058Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.060Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.076Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.092Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.093Z] [Pipeline] { (Build Silverpeas-Components)
06:46:10 [2025-07-14T04:46:10.108Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.109Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.110Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.123Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.137Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.138Z] [Pipeline] { (Build Silverpeas-Assembly)
06:46:10 [2025-07-14T04:46:10.150Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.151Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.152Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.164Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.177Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.178Z] [Pipeline] { (Build Silverpeas Setup)
06:46:10 [2025-07-14T04:46:10.189Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.190Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.191Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.202Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.213Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.214Z] [Pipeline] { (Build Silverpeas Distribution)
06:46:10 [2025-07-14T04:46:10.224Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.225Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.226Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.235Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.247Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.247Z] [Pipeline] { (Build Silverpeas-Looks)
06:46:10 [2025-07-14T04:46:10.257Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.257Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.258Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.267Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.278Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.278Z] [Pipeline] { (Publish Silverpeas-Core)
06:46:10 [2025-07-14T04:46:10.287Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.288Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.289Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.298Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.307Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.308Z] [Pipeline] { (Publish Silverpeas-Components)
06:46:10 [2025-07-14T04:46:10.316Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.317Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.318Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.326Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.336Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.336Z] [Pipeline] { (Publish Silverpeas-Assembly)
06:46:10 [2025-07-14T04:46:10.344Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.345Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.346Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.353Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.362Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.363Z] [Pipeline] { (Publish Silverpeas-Setup)
06:46:10 [2025-07-14T04:46:10.370Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.371Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.372Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.379Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.410Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.411Z] [Pipeline] { (Publish Silverpeas-Distribution)
06:46:10 [2025-07-14T04:46:10.420Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.421Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.424Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.433Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.442Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.443Z] [Pipeline] { (Publish Silverpeas-Looks)
06:46:10 [2025-07-14T04:46:10.452Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.452Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.454Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.462Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.471Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.472Z] [Pipeline] { (Publish Community Web Site)
06:46:10 [2025-07-14T04:46:10.480Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-07-14T04:46:10.481Z] [Pipeline] getContext
06:46:10 [2025-07-14T04:46:10.482Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.490Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.498Z] [Pipeline] }
06:46:10 [2025-07-14T04:46:10.505Z] [Pipeline] // stage
06:46:10 [2025-07-14T04:46:10.524Z] [Pipeline] stage
06:46:10 [2025-07-14T04:46:10.524Z] [Pipeline] { (Create YAML build report)
06:46:10 [2025-07-14T04:46:10.552Z] [Pipeline] script
06:46:10 [2025-07-14T04:46:10.557Z] [Pipeline] {
06:46:10 [2025-07-14T04:46:10.576Z] [Pipeline] sh
06:46:10 [2025-07-14T04:46:10.835Z] + mkdir -p target
06:46:10 [2025-07-14T04:46:10.840Z] [Pipeline] sh
06:46:11 [2025-07-14T04:46:11.097Z] + mv build.yaml target/
06:46:11 [2025-07-14T04:46:11.099Z] [Pipeline] }
06:46:11 [2025-07-14T04:46:11.115Z] [Pipeline] // script
06:46:11 [2025-07-14T04:46:11.132Z] [Pipeline] }
06:46:11 [2025-07-14T04:46:11.148Z] [Pipeline] // stage
06:46:11 [2025-07-14T04:46:11.174Z] [Pipeline] stage
06:46:11 [2025-07-14T04:46:11.175Z] [Pipeline] { (Declarative: Post Actions)
06:46:11 [2025-07-14T04:46:11.205Z] [Pipeline] step
06:46:11 [2025-07-14T04:46:11.235Z] [Pipeline] script
06:46:11 [2025-07-14T04:46:11.242Z] [Pipeline] {
06:46:11 [2025-07-14T04:46:11.276Z] [Pipeline] }
06:46:11 [2025-07-14T04:46:11.293Z] [Pipeline] // script
06:46:11 [2025-07-14T04:46:11.314Z] [Pipeline] archiveArtifacts
06:46:11 [2025-07-14T04:46:11.317Z] Archiving artifacts
06:46:11 [2025-07-14T04:46:11.334Z] Enregistrement des empreintes numériques
06:46:11 [2025-07-14T04:46:11.346Z] [Pipeline] sh
06:46:11 [2025-07-14T04:46:11.606Z] + rm -rf target
06:46:11 [2025-07-14T04:46:11.612Z] [Pipeline] }
06:46:11 [2025-07-14T04:46:11.628Z] [Pipeline] // stage
06:46:11 [2025-07-14T04:46:11.645Z] [Pipeline] }
06:46:11 [2025-07-14T04:46:11.661Z] [Pipeline] // withEnv
06:46:11 [2025-07-14T04:46:11.678Z] [Pipeline] }
06:46:11 [2025-07-14T04:46:11.679Z] $ docker stop --time=1 1f4e40ff4e722003bfbc93625f9daedfa1f20c77b2a581c4cd37ca70a435fafb
06:46:12 [2025-07-14T04:46:12.923Z] $ docker rm -f --volumes 1f4e40ff4e722003bfbc93625f9daedfa1f20c77b2a581c4cd37ca70a435fafb
06:46:12 [2025-07-14T04:46:12.968Z] [Pipeline] // withDockerContainer
06:46:12 [2025-07-14T04:46:12.984Z] [Pipeline] }
06:46:13 [2025-07-14T04:46:13.000Z] [Pipeline] // withEnv
06:46:13 [2025-07-14T04:46:13.016Z] [Pipeline] }
06:46:13 [2025-07-14T04:46:13.034Z] [Pipeline] // node
06:46:13 [2025-07-14T04:46:13.050Z] [Pipeline] End of Pipeline
06:46:13 [2025-07-14T04:46:13.120Z] Lancement d'un nouveau build de Silverpeas_Mobile_Stable_AutoDeploy #313
06:46:13 [2025-07-14T04:46:13.121Z] Finished: SUCCESS