Skip to content
01:21:00 [2026-04-16T23:21:00.905Z] Lancé par une alarme périodique
01:21:00 [2026-04-16T23:21:00.905Z] Running as userbuild
01:21:01 [2026-04-16T23:21:01.393Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-04-16T23:21:01.827Z] [Pipeline] Start of Pipeline
01:21:02 [2026-04-16T23:21:02.133Z] [Pipeline] node
01:21:02 [2026-04-16T23:21:02.138Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2026-04-16T23:21:02.140Z] [Pipeline] {
01:21:02 [2026-04-16T23:21:02.159Z] [Pipeline] stage
01:21:02 [2026-04-16T23:21:02.160Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2026-04-16T23:21:02.172Z] [Pipeline] checkout
01:21:02 [2026-04-16T23:21:02.174Z] Selected Git installation does not exist. Using Default
01:21:02 [2026-04-16T23:21:02.174Z] The recommended git tool is: NONE
01:21:02 [2026-04-16T23:21:02.174Z] No credentials specified
01:21:02 [2026-04-16T23:21:02.175Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:02 [2026-04-16T23:21:02.181Z] Fetching changes from the remote Git repository
01:21:02 [2026-04-16T23:21:02.187Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2026-04-16T23:21:02.194Z] Cleaning workspace
01:21:02 [2026-04-16T23:21:02.195Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2026-04-16T23:21:02.200Z] Resetting working tree
01:21:02 [2026-04-16T23:21:02.200Z]  > /usr/bin/git reset --hard # timeout=10
01:21:02 [2026-04-16T23:21:02.212Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2026-04-16T23:21:02.219Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2026-04-16T23:21:02.219Z]  > /usr/bin/git --version # timeout=10
01:21:02 [2026-04-16T23:21:02.223Z]  > git --version # 'git version 2.43.0'
01:21:02 [2026-04-16T23:21:02.223Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:02 [2026-04-16T23:21:02.659Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2026-04-16T23:21:02.665Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
01:21:02 [2026-04-16T23:21:02.665Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2026-04-16T23:21:02.671Z]  > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:02 [2026-04-16T23:21:02.685Z] Commit message: "Fix SonarQube Maven execution in pipelines."
01:21:02 [2026-04-16T23:21:02.685Z]  > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:02 [2026-04-16T23:21:02.715Z] [Pipeline] }
01:21:02 [2026-04-16T23:21:02.729Z] [Pipeline] // stage
01:21:02 [2026-04-16T23:21:02.757Z] [Pipeline] withEnv
01:21:02 [2026-04-16T23:21:02.758Z] [Pipeline] {
01:21:02 [2026-04-16T23:21:02.905Z] [Pipeline] isUnix
01:21:02 [2026-04-16T23:21:02.907Z] [Pipeline] withEnv
01:21:02 [2026-04-16T23:21:02.907Z] [Pipeline] {
01:21:02 [2026-04-16T23:21:02.924Z] [Pipeline] sh
01:21:03 [2026-04-16T23:21:03.180Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2026-04-16T23:21:03.180Z] .
01:21:03 [2026-04-16T23:21:03.182Z] [Pipeline] }
01:21:03 [2026-04-16T23:21:03.197Z] [Pipeline] // withEnv
01:21:03 [2026-04-16T23:21:03.212Z] [Pipeline] withDockerContainer
01:21:03 [2026-04-16T23:21:03.248Z] Jenkins does not seem to be running inside a container
01:21:03 [2026-04-16T23:21:03.256Z] $ docker run -t -d -u 111:119 -v $HOME/.m2/settings.xml:/home/silverbuild/.m2/settings.xml -v $HOME/.m2/settings-security.xml:/home/silverbuild/.m2/settings-security.xml -v $HOME/.gitconfig:/home/silverbuild/.gitconfig -v $HOME/.ssh:/home/silverbuild/.ssh -v $HOME/.gnupg:/home/silverbuild/.gnupg -w /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** silverpeas/silverbuild:6.3.3 cat
01:21:03 [2026-04-16T23:21:03.573Z] $ docker top 1cfbf037e5de639d961f3ab4ba29c1c496b76a93e9be9360badf6adc2233b946 -eo pid,comm
01:21:03 [2026-04-16T23:21:03.614Z] [Pipeline] {
01:21:03 [2026-04-16T23:21:03.639Z] [Pipeline] withEnv
01:21:03 [2026-04-16T23:21:03.640Z] [Pipeline] {
01:21:03 [2026-04-16T23:21:03.698Z] [Pipeline] stage
01:21:03 [2026-04-16T23:21:03.699Z] [Pipeline] { (Prepare the job)
01:21:03 [2026-04-16T23:21:03.749Z] [Pipeline] sh
01:21:04 [2026-04-16T23:21:04.009Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2026-04-16T23:21:04.262Z] [Pipeline] script
01:21:04 [2026-04-16T23:21:04.267Z] [Pipeline] {
01:21:04 [2026-04-16T23:21:04.286Z] [Pipeline] readMavenPom
01:21:04 [2026-04-16T23:21:04.313Z] 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.
01:21:04 [2026-04-16T23:21:04.316Z] 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.
01:21:04 [2026-04-16T23:21:04.318Z] 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.
01:21:04 [2026-04-16T23:21:04.318Z] 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.
01:21:04 [2026-04-16T23:21:04.318Z] 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.
01:21:04 [2026-04-16T23:21:04.320Z] [Pipeline] sh
01:21:04 [2026-04-16T23:21:04.578Z] + rm -f pom.xml
01:21:04 [2026-04-16T23:21:04.579Z] [Pipeline] }
01:21:04 [2026-04-16T23:21:04.594Z] [Pipeline] // script
01:21:04 [2026-04-16T23:21:04.611Z] [Pipeline] }
01:21:04 [2026-04-16T23:21:04.624Z] [Pipeline] // stage
01:21:04 [2026-04-16T23:21:04.641Z] [Pipeline] stage
01:21:04 [2026-04-16T23:21:04.642Z] [Pipeline] { (Check POM parent version)
01:21:04 [2026-04-16T23:21:04.705Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2026-04-16T23:21:04.706Z] [Pipeline] getContext
01:21:04 [2026-04-16T23:21:04.709Z] [Pipeline] }
01:21:04 [2026-04-16T23:21:04.721Z] [Pipeline] // stage
01:21:04 [2026-04-16T23:21:04.736Z] [Pipeline] stage
01:21:04 [2026-04-16T23:21:04.737Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2026-04-16T23:21:04.767Z] [Pipeline] script
01:21:04 [2026-04-16T23:21:04.773Z] [Pipeline] {
01:21:04 [2026-04-16T23:21:04.795Z] [Pipeline] copyArtifacts
01:21:04 [2026-04-16T23:21:04.804Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 279
01:21:04 [2026-04-16T23:21:04.817Z] [Pipeline] fileExists
01:21:04 [2026-04-16T23:21:04.833Z] [Pipeline] readYaml
01:21:04 [2026-04-16T23:21:04.848Z] 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.
01:21:04 [2026-04-16T23:21:04.851Z] [Pipeline] dir
01:21:04 [2026-04-16T23:21:04.851Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2026-04-16T23:21:04.852Z] [Pipeline] {
01:21:04 [2026-04-16T23:21:04.872Z] [Pipeline] git
01:21:04 [2026-04-16T23:21:04.875Z] The recommended git tool is: /usr/bin/git
01:21:04 [2026-04-16T23:21:04.878Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2026-04-16T23:21:04.892Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@684488f0; decorates hudson.Launcher$LocalLauncher@5da042a2 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2026-04-16T23:21:04.893Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core/.git # timeout=10
01:21:04 [2026-04-16T23:21:04.899Z] Fetching changes from the remote Git repository
01:21:04 [2026-04-16T23:21:04.902Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2026-04-16T23:21:04.909Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2026-04-16T23:21:04.909Z]  > /usr/bin/git --version # timeout=10
01:21:04 [2026-04-16T23:21:04.914Z]  > git --version # 'git version 2.43.0'
01:21:04 [2026-04-16T23:21:04.914Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2026-04-16T23:21:04.920Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2026-04-16T23:21:05.641Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2026-04-16T23:21:05.650Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:05 [2026-04-16T23:21:05.650Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2026-04-16T23:21:05.656Z]  > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-04-16T23:21:05.734Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2026-04-16T23:21:05.752Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2026-04-16T23:21:05.760Z]  > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-04-16T23:21:05.864Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (eb4bb924dcf549c2db0cee56992e75cd32ef4033).Prepare for development iteration of next version 6.3.7"
01:21:05 [2026-04-16T23:21:05.864Z]  > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-04-16T23:21:05.889Z] [Pipeline] fileExists
01:21:05 [2026-04-16T23:21:05.898Z] [Pipeline] readMavenPom
01:21:05 [2026-04-16T23:21:05.912Z] [Pipeline] sh
01:21:06 [2026-04-16T23:21:06.170Z] + git rev-parse HEAD
01:21:06 [2026-04-16T23:21:06.174Z] [Pipeline] echo
01:21:06 [2026-04-16T23:21:06.174Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:06 [2026-04-16T23:21:06.177Z] [Pipeline] }
01:21:06 [2026-04-16T23:21:06.192Z] [Pipeline] // dir
01:21:06 [2026-04-16T23:21:06.207Z] [Pipeline] echo
01:21:06 [2026-04-16T23:21:06.207Z] Build skipped due to no changes have been done since the last build
01:21:06 [2026-04-16T23:21:06.224Z] [Pipeline] dir
01:21:06 [2026-04-16T23:21:06.224Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:06 [2026-04-16T23:21:06.225Z] [Pipeline] {
01:21:06 [2026-04-16T23:21:06.247Z] [Pipeline] git
01:21:06 [2026-04-16T23:21:06.249Z] The recommended git tool is: /usr/bin/git
01:21:06 [2026-04-16T23:21:06.250Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2026-04-16T23:21:06.262Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@57f1cb43; decorates hudson.Launcher$LocalLauncher@79d4d8b2 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2026-04-16T23:21:06.262Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:06 [2026-04-16T23:21:06.269Z] Fetching changes from the remote Git repository
01:21:06 [2026-04-16T23:21:06.273Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:06 [2026-04-16T23:21:06.280Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:06 [2026-04-16T23:21:06.280Z]  > /usr/bin/git --version # timeout=10
01:21:06 [2026-04-16T23:21:06.285Z]  > git --version # 'git version 2.43.0'
01:21:06 [2026-04-16T23:21:06.285Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2026-04-16T23:21:06.292Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2026-04-16T23:21:07.374Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2026-04-16T23:21:07.383Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:07 [2026-04-16T23:21:07.383Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2026-04-16T23:21:07.389Z]  > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-04-16T23:21:07.419Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2026-04-16T23:21:07.431Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2026-04-16T23:21:07.438Z]  > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-04-16T23:21:07.472Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (f1c18f5b16ecf085b04a36a636aa4aa26ec5d773).Prepare for development iteration of next version 6.3.7"
01:21:07 [2026-04-16T23:21:07.472Z]  > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-04-16T23:21:07.500Z] [Pipeline] fileExists
01:21:07 [2026-04-16T23:21:07.508Z] [Pipeline] readMavenPom
01:21:07 [2026-04-16T23:21:07.521Z] [Pipeline] sh
01:21:07 [2026-04-16T23:21:07.780Z] + git rev-parse HEAD
01:21:07 [2026-04-16T23:21:07.783Z] [Pipeline] echo
01:21:07 [2026-04-16T23:21:07.784Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:07 [2026-04-16T23:21:07.786Z] [Pipeline] }
01:21:07 [2026-04-16T23:21:07.802Z] [Pipeline] // dir
01:21:07 [2026-04-16T23:21:07.818Z] [Pipeline] echo
01:21:07 [2026-04-16T23:21:07.819Z] Build skipped due to no changes have been done since the last build
01:21:07 [2026-04-16T23:21:07.836Z] [Pipeline] dir
01:21:07 [2026-04-16T23:21:07.836Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:07 [2026-04-16T23:21:07.837Z] [Pipeline] {
01:21:07 [2026-04-16T23:21:07.858Z] [Pipeline] git
01:21:07 [2026-04-16T23:21:07.861Z] Selected Git installation does not exist. Using Default
01:21:07 [2026-04-16T23:21:07.861Z] The recommended git tool is: NONE
01:21:07 [2026-04-16T23:21:07.862Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2026-04-16T23:21:07.876Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2c7a7a9; decorates hudson.Launcher$LocalLauncher@249acc46 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2026-04-16T23:21:07.877Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:07 [2026-04-16T23:21:07.883Z] Fetching changes from the remote Git repository
01:21:07 [2026-04-16T23:21:07.886Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2026-04-16T23:21:07.892Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2026-04-16T23:21:07.892Z]  > /usr/bin/git --version # timeout=10
01:21:07 [2026-04-16T23:21:07.897Z]  > git --version # 'git version 2.43.0'
01:21:07 [2026-04-16T23:21:07.897Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2026-04-16T23:21:07.904Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-04-16T23:21:08.292Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-04-16T23:21:08.299Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:08 [2026-04-16T23:21:08.299Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-04-16T23:21:08.304Z]  > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2026-04-16T23:21:08.317Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2026-04-16T23:21:08.327Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2026-04-16T23:21:08.334Z]  > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2026-04-16T23:21:08.354Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (586ebdd23e10f812e41a52cbf1a3a7f4a81fe924).Prepare for development iteration of next version 6.3.7"
01:21:08 [2026-04-16T23:21:08.354Z]  > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2026-04-16T23:21:08.386Z] [Pipeline] fileExists
01:21:08 [2026-04-16T23:21:08.403Z] [Pipeline] readMavenPom
01:21:08 [2026-04-16T23:21:08.426Z] [Pipeline] sh
01:21:08 [2026-04-16T23:21:08.686Z] + git rev-parse HEAD
01:21:08 [2026-04-16T23:21:08.689Z] [Pipeline] echo
01:21:08 [2026-04-16T23:21:08.689Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:08 [2026-04-16T23:21:08.692Z] [Pipeline] }
01:21:08 [2026-04-16T23:21:08.708Z] [Pipeline] // dir
01:21:08 [2026-04-16T23:21:08.726Z] [Pipeline] echo
01:21:08 [2026-04-16T23:21:08.726Z] Build skipped due to no changes have been done since the last build
01:21:08 [2026-04-16T23:21:08.744Z] [Pipeline] dir
01:21:08 [2026-04-16T23:21:08.744Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:08 [2026-04-16T23:21:08.745Z] [Pipeline] {
01:21:08 [2026-04-16T23:21:08.771Z] [Pipeline] git
01:21:08 [2026-04-16T23:21:08.774Z] The recommended git tool is: NONE
01:21:08 [2026-04-16T23:21:08.774Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2026-04-16T23:21:08.783Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2d4699fa; decorates hudson.Launcher$LocalLauncher@5f5840b1 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2026-04-16T23:21:08.784Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:08 [2026-04-16T23:21:08.791Z] Fetching changes from the remote Git repository
01:21:08 [2026-04-16T23:21:08.793Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:08 [2026-04-16T23:21:08.799Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:08 [2026-04-16T23:21:08.799Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2026-04-16T23:21:08.804Z]  > git --version # 'git version 2.43.0'
01:21:08 [2026-04-16T23:21:08.804Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2026-04-16T23:21:08.809Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-04-16T23:21:09.211Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-04-16T23:21:09.219Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:09 [2026-04-16T23:21:09.219Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-04-16T23:21:09.225Z]  > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:09 [2026-04-16T23:21:09.236Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-04-16T23:21:09.246Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-04-16T23:21:09.253Z]  > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:09 [2026-04-16T23:21:09.264Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (146430cd63566b3be410c8dd534faa57033583b3).Prepare for development iteration of next version 6.3.7"
01:21:09 [2026-04-16T23:21:09.264Z]  > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:09 [2026-04-16T23:21:09.287Z] [Pipeline] fileExists
01:21:09 [2026-04-16T23:21:09.307Z] [Pipeline] sh
01:21:09 [2026-04-16T23:21:09.565Z] + git rev-parse HEAD
01:21:09 [2026-04-16T23:21:09.569Z] [Pipeline] echo
01:21:09 [2026-04-16T23:21:09.569Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:09 [2026-04-16T23:21:09.572Z] [Pipeline] }
01:21:09 [2026-04-16T23:21:09.589Z] [Pipeline] // dir
01:21:09 [2026-04-16T23:21:09.606Z] [Pipeline] echo
01:21:09 [2026-04-16T23:21:09.607Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-04-16T23:21:09.625Z] [Pipeline] dir
01:21:09 [2026-04-16T23:21:09.625Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:09 [2026-04-16T23:21:09.626Z] [Pipeline] {
01:21:09 [2026-04-16T23:21:09.649Z] [Pipeline] git
01:21:09 [2026-04-16T23:21:09.651Z] The recommended git tool is: NONE
01:21:09 [2026-04-16T23:21:09.652Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-04-16T23:21:09.660Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3badfad0; decorates hudson.Launcher$LocalLauncher@32870ee will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-04-16T23:21:09.661Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:09 [2026-04-16T23:21:09.669Z] Fetching changes from the remote Git repository
01:21:09 [2026-04-16T23:21:09.672Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:09 [2026-04-16T23:21:09.678Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:09 [2026-04-16T23:21:09.678Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2026-04-16T23:21:09.684Z]  > git --version # 'git version 2.43.0'
01:21:09 [2026-04-16T23:21:09.684Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-04-16T23:21:09.691Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2026-04-16T23:21:10.244Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2026-04-16T23:21:10.251Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:10 [2026-04-16T23:21:10.251Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2026-04-16T23:21:10.257Z]  > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2026-04-16T23:21:10.268Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2026-04-16T23:21:10.277Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-04-16T23:21:10.285Z]  > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2026-04-16T23:21:10.300Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (10719018413e414cfa70c0f64a945a72670797f4).Prepare for development iteration of next version 6.3.7"
01:21:10 [2026-04-16T23:21:10.301Z]  > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2026-04-16T23:21:10.334Z] [Pipeline] fileExists
01:21:10 [2026-04-16T23:21:10.352Z] [Pipeline] readMavenPom
01:21:10 [2026-04-16T23:21:10.365Z] [Pipeline] sh
01:21:10 [2026-04-16T23:21:10.623Z] + git rev-parse HEAD
01:21:10 [2026-04-16T23:21:10.625Z] [Pipeline] echo
01:21:10 [2026-04-16T23:21:10.625Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:10 [2026-04-16T23:21:10.627Z] [Pipeline] }
01:21:10 [2026-04-16T23:21:10.644Z] [Pipeline] // dir
01:21:10 [2026-04-16T23:21:10.664Z] [Pipeline] echo
01:21:10 [2026-04-16T23:21:10.665Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-04-16T23:21:10.684Z] [Pipeline] dir
01:21:10 [2026-04-16T23:21:10.684Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:10 [2026-04-16T23:21:10.685Z] [Pipeline] {
01:21:10 [2026-04-16T23:21:10.708Z] [Pipeline] git
01:21:10 [2026-04-16T23:21:10.710Z] The recommended git tool is: NONE
01:21:10 [2026-04-16T23:21:10.711Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2026-04-16T23:21:10.720Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7ac1be58; decorates hudson.Launcher$LocalLauncher@6ab84f6 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2026-04-16T23:21:10.720Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:10 [2026-04-16T23:21:10.726Z] Fetching changes from the remote Git repository
01:21:10 [2026-04-16T23:21:10.728Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:10 [2026-04-16T23:21:10.734Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:10 [2026-04-16T23:21:10.734Z]  > /usr/bin/git --version # timeout=10
01:21:10 [2026-04-16T23:21:10.739Z]  > git --version # 'git version 2.43.0'
01:21:10 [2026-04-16T23:21:10.739Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2026-04-16T23:21:10.744Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:11 [2026-04-16T23:21:11.136Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:11 [2026-04-16T23:21:11.142Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:11 [2026-04-16T23:21:11.142Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:11 [2026-04-16T23:21:11.148Z]  > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:11 [2026-04-16T23:21:11.156Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:11 [2026-04-16T23:21:11.165Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:11 [2026-04-16T23:21:11.172Z]  > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:11 [2026-04-16T23:21:11.182Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (e6cf90efb933ea1d65558af1cade3056ac4b6462).Prepare for development iteration of next version 6.3.7"
01:21:11 [2026-04-16T23:21:11.182Z]  > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:11 [2026-04-16T23:21:11.203Z] [Pipeline] fileExists
01:21:11 [2026-04-16T23:21:11.222Z] [Pipeline] readMavenPom
01:21:11 [2026-04-16T23:21:11.236Z] [Pipeline] sh
01:21:11 [2026-04-16T23:21:11.495Z] + git rev-parse HEAD
01:21:11 [2026-04-16T23:21:11.499Z] [Pipeline] echo
01:21:11 [2026-04-16T23:21:11.499Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:11 [2026-04-16T23:21:11.502Z] [Pipeline] }
01:21:11 [2026-04-16T23:21:11.520Z] [Pipeline] // dir
01:21:11 [2026-04-16T23:21:11.533Z] [Pipeline] echo
01:21:11 [2026-04-16T23:21:11.533Z] Build skipped due to no changes have been done since the last build
01:21:11 [2026-04-16T23:21:11.534Z] [Pipeline] }
01:21:11 [2026-04-16T23:21:11.544Z] [Pipeline] // script
01:21:11 [2026-04-16T23:21:11.561Z] [Pipeline] }
01:21:11 [2026-04-16T23:21:11.574Z] [Pipeline] // stage
01:21:11 [2026-04-16T23:21:11.594Z] [Pipeline] stage
01:21:11 [2026-04-16T23:21:11.595Z] [Pipeline] { (Build Silverpeas)
01:21:11 [2026-04-16T23:21:11.627Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-16T23:21:11.628Z] [Pipeline] getContext
01:21:11 [2026-04-16T23:21:11.651Z] [Pipeline] stage
01:21:11 [2026-04-16T23:21:11.652Z] [Pipeline] { (Build Silverpeas-Core)
01:21:11 [2026-04-16T23:21:11.670Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-16T23:21:11.671Z] [Pipeline] getContext
01:21:11 [2026-04-16T23:21:11.673Z] [Pipeline] }
01:21:11 [2026-04-16T23:21:11.691Z] [Pipeline] // stage
01:21:11 [2026-04-16T23:21:11.709Z] [Pipeline] stage
01:21:11 [2026-04-16T23:21:11.710Z] [Pipeline] { (Build Silverpeas-Components)
01:21:11 [2026-04-16T23:21:11.725Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-16T23:21:11.727Z] [Pipeline] getContext
01:21:11 [2026-04-16T23:21:11.729Z] [Pipeline] }
01:21:11 [2026-04-16T23:21:11.743Z] [Pipeline] // stage
01:21:11 [2026-04-16T23:21:11.759Z] [Pipeline] stage
01:21:11 [2026-04-16T23:21:11.760Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:11 [2026-04-16T23:21:11.773Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-16T23:21:11.775Z] [Pipeline] getContext
01:21:11 [2026-04-16T23:21:11.776Z] [Pipeline] }
01:21:11 [2026-04-16T23:21:11.789Z] [Pipeline] // stage
01:21:11 [2026-04-16T23:21:11.804Z] [Pipeline] stage
01:21:11 [2026-04-16T23:21:11.805Z] [Pipeline] { (Build Silverpeas Setup)
01:21:11 [2026-04-16T23:21:11.817Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-16T23:21:11.818Z] [Pipeline] getContext
01:21:11 [2026-04-16T23:21:11.820Z] [Pipeline] }
01:21:11 [2026-04-16T23:21:11.832Z] [Pipeline] // stage
01:21:11 [2026-04-16T23:21:11.845Z] [Pipeline] stage
01:21:11 [2026-04-16T23:21:11.846Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:11 [2026-04-16T23:21:11.857Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-16T23:21:11.859Z] [Pipeline] getContext
01:21:11 [2026-04-16T23:21:11.861Z] [Pipeline] }
01:21:11 [2026-04-16T23:21:11.871Z] [Pipeline] // stage
01:21:11 [2026-04-16T23:21:11.885Z] [Pipeline] stage
01:21:11 [2026-04-16T23:21:11.886Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:11 [2026-04-16T23:21:11.896Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-16T23:21:11.897Z] [Pipeline] getContext
01:21:11 [2026-04-16T23:21:11.899Z] [Pipeline] }
01:21:11 [2026-04-16T23:21:11.910Z] [Pipeline] // stage
01:21:11 [2026-04-16T23:21:11.922Z] [Pipeline] stage
01:21:11 [2026-04-16T23:21:11.923Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:11 [2026-04-16T23:21:11.933Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-16T23:21:11.934Z] [Pipeline] getContext
01:21:11 [2026-04-16T23:21:11.936Z] [Pipeline] }
01:21:11 [2026-04-16T23:21:11.946Z] [Pipeline] // stage
01:21:11 [2026-04-16T23:21:11.957Z] [Pipeline] stage
01:21:11 [2026-04-16T23:21:11.958Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:11 [2026-04-16T23:21:11.968Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-04-16T23:21:11.969Z] [Pipeline] getContext
01:21:11 [2026-04-16T23:21:11.971Z] [Pipeline] }
01:21:11 [2026-04-16T23:21:11.980Z] [Pipeline] // stage
01:21:11 [2026-04-16T23:21:11.992Z] [Pipeline] stage
01:21:11 [2026-04-16T23:21:11.993Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:12 [2026-04-16T23:21:12.002Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-04-16T23:21:12.003Z] [Pipeline] getContext
01:21:12 [2026-04-16T23:21:12.005Z] [Pipeline] }
01:21:12 [2026-04-16T23:21:12.013Z] [Pipeline] // stage
01:21:12 [2026-04-16T23:21:12.025Z] [Pipeline] stage
01:21:12 [2026-04-16T23:21:12.026Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:12 [2026-04-16T23:21:12.035Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-04-16T23:21:12.036Z] [Pipeline] getContext
01:21:12 [2026-04-16T23:21:12.038Z] [Pipeline] }
01:21:12 [2026-04-16T23:21:12.047Z] [Pipeline] // stage
01:21:12 [2026-04-16T23:21:12.057Z] [Pipeline] stage
01:21:12 [2026-04-16T23:21:12.058Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:12 [2026-04-16T23:21:12.067Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-04-16T23:21:12.068Z] [Pipeline] getContext
01:21:12 [2026-04-16T23:21:12.071Z] [Pipeline] }
01:21:12 [2026-04-16T23:21:12.079Z] [Pipeline] // stage
01:21:12 [2026-04-16T23:21:12.089Z] [Pipeline] stage
01:21:12 [2026-04-16T23:21:12.090Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:12 [2026-04-16T23:21:12.101Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-04-16T23:21:12.102Z] [Pipeline] getContext
01:21:12 [2026-04-16T23:21:12.104Z] [Pipeline] }
01:21:12 [2026-04-16T23:21:12.112Z] [Pipeline] // stage
01:21:12 [2026-04-16T23:21:12.122Z] [Pipeline] stage
01:21:12 [2026-04-16T23:21:12.123Z] [Pipeline] { (Publish Community Web Site)
01:21:12 [2026-04-16T23:21:12.131Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-04-16T23:21:12.132Z] [Pipeline] getContext
01:21:12 [2026-04-16T23:21:12.134Z] [Pipeline] }
01:21:12 [2026-04-16T23:21:12.142Z] [Pipeline] // stage
01:21:12 [2026-04-16T23:21:12.150Z] [Pipeline] }
01:21:12 [2026-04-16T23:21:12.157Z] [Pipeline] // stage
01:21:12 [2026-04-16T23:21:12.175Z] [Pipeline] stage
01:21:12 [2026-04-16T23:21:12.176Z] [Pipeline] { (Create YAML build report)
01:21:12 [2026-04-16T23:21:12.206Z] [Pipeline] script
01:21:12 [2026-04-16T23:21:12.210Z] [Pipeline] {
01:21:12 [2026-04-16T23:21:12.230Z] [Pipeline] sh
01:21:12 [2026-04-16T23:21:12.488Z] + mkdir -p target
01:21:12 [2026-04-16T23:21:12.490Z] [Pipeline] sh
01:21:12 [2026-04-16T23:21:12.748Z] + mv build.yaml target/
01:21:12 [2026-04-16T23:21:12.751Z] [Pipeline] }
01:21:12 [2026-04-16T23:21:12.772Z] [Pipeline] // script
01:21:12 [2026-04-16T23:21:12.790Z] [Pipeline] }
01:21:12 [2026-04-16T23:21:12.808Z] [Pipeline] // stage
01:21:12 [2026-04-16T23:21:12.836Z] [Pipeline] stage
01:21:12 [2026-04-16T23:21:12.837Z] [Pipeline] { (Declarative: Post Actions)
01:21:12 [2026-04-16T23:21:12.872Z] [Pipeline] step
01:21:12 [2026-04-16T23:21:12.908Z] [Pipeline] script
01:21:12 [2026-04-16T23:21:12.915Z] [Pipeline] {
01:21:12 [2026-04-16T23:21:12.953Z] [Pipeline] }
01:21:12 [2026-04-16T23:21:12.970Z] [Pipeline] // script
01:21:12 [2026-04-16T23:21:12.994Z] [Pipeline] archiveArtifacts
01:21:12 [2026-04-16T23:21:12.997Z] Archiving artifacts
01:21:13 [2026-04-16T23:21:13.015Z] Enregistrement des empreintes numériques
01:21:13 [2026-04-16T23:21:13.033Z] [Pipeline] sh
01:21:13 [2026-04-16T23:21:13.293Z] + rm -rf target
01:21:13 [2026-04-16T23:21:13.300Z] [Pipeline] }
01:21:13 [2026-04-16T23:21:13.318Z] [Pipeline] // stage
01:21:13 [2026-04-16T23:21:13.336Z] [Pipeline] }
01:21:13 [2026-04-16T23:21:13.353Z] [Pipeline] // withEnv
01:21:13 [2026-04-16T23:21:13.371Z] [Pipeline] }
01:21:13 [2026-04-16T23:21:13.372Z] $ docker stop --time=1 1cfbf037e5de639d961f3ab4ba29c1c496b76a93e9be9360badf6adc2233b946
01:21:14 [2026-04-16T23:21:14.676Z] $ docker rm -f --volumes 1cfbf037e5de639d961f3ab4ba29c1c496b76a93e9be9360badf6adc2233b946
01:21:14 [2026-04-16T23:21:14.719Z] [Pipeline] // withDockerContainer
01:21:14 [2026-04-16T23:21:14.726Z] [Pipeline] }
01:21:14 [2026-04-16T23:21:14.734Z] [Pipeline] // withEnv
01:21:14 [2026-04-16T23:21:14.752Z] [Pipeline] }
01:21:14 [2026-04-16T23:21:14.770Z] [Pipeline] // node
01:21:14 [2026-04-16T23:21:14.788Z] [Pipeline] End of Pipeline
01:21:14 [2026-04-16T23:21:14.868Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #252
01:21:14 [2026-04-16T23:21:14.869Z] Finished: SUCCESS