Skip to content
01:21:00 [2026-06-04T23:21:00.297Z] Lancé par une alarme périodique
01:21:00 [2026-06-04T23:21:00.297Z] Running as userbuild
01:21:00 [2026-06-04T23:21:00.727Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-06-04T23:21:01.675Z] [Pipeline] Start of Pipeline
01:21:02 [2026-06-04T23:21:02.244Z] [Pipeline] node
01:21:02 [2026-06-04T23:21:02.248Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2026-06-04T23:21:02.261Z] [Pipeline] {
01:21:02 [2026-06-04T23:21:02.289Z] [Pipeline] stage
01:21:02 [2026-06-04T23:21:02.290Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2026-06-04T23:21:02.315Z] [Pipeline] checkout
01:21:02 [2026-06-04T23:21:02.318Z] Selected Git installation does not exist. Using Default
01:21:02 [2026-06-04T23:21:02.318Z] The recommended git tool is: NONE
01:21:02 [2026-06-04T23:21:02.318Z] No credentials specified
01:21:02 [2026-06-04T23:21:02.319Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:02 [2026-06-04T23:21:02.324Z] Fetching changes from the remote Git repository
01:21:02 [2026-06-04T23:21:02.328Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2026-06-04T23:21:02.334Z] Cleaning workspace
01:21:02 [2026-06-04T23:21:02.334Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2026-06-04T23:21:02.340Z] Resetting working tree
01:21:02 [2026-06-04T23:21:02.340Z]  > /usr/bin/git reset --hard # timeout=10
01:21:02 [2026-06-04T23:21:02.348Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2026-06-04T23:21:02.356Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2026-06-04T23:21:02.356Z]  > /usr/bin/git --version # timeout=10
01:21:02 [2026-06-04T23:21:02.360Z]  > git --version # 'git version 2.43.0'
01:21:02 [2026-06-04T23:21:02.360Z]  > /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-06-04T23:21:02.697Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2026-06-04T23:21:02.704Z] Checking out Revision 01d06ccb34ffbca958998fce357470ddc43cbd57 (refs/remotes/origin/master)
01:21:02 [2026-06-04T23:21:02.705Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2026-06-04T23:21:02.710Z]  > /usr/bin/git checkout -f 01d06ccb34ffbca958998fce357470ddc43cbd57 # timeout=10
01:21:02 [2026-06-04T23:21:02.722Z] Commit message: "In all Jenkinsfiles, when updating the parent POM version, do it explicitly without any resolution"
01:21:02 [2026-06-04T23:21:02.723Z]  > /usr/bin/git rev-list --no-walk 01d06ccb34ffbca958998fce357470ddc43cbd57 # timeout=10
01:21:02 [2026-06-04T23:21:02.750Z] [Pipeline] }
01:21:02 [2026-06-04T23:21:02.761Z] [Pipeline] // stage
01:21:02 [2026-06-04T23:21:02.791Z] [Pipeline] withEnv
01:21:02 [2026-06-04T23:21:02.792Z] [Pipeline] {
01:21:02 [2026-06-04T23:21:02.980Z] [Pipeline] isUnix
01:21:02 [2026-06-04T23:21:02.982Z] [Pipeline] withEnv
01:21:02 [2026-06-04T23:21:02.982Z] [Pipeline] {
01:21:03 [2026-06-04T23:21:03.001Z] [Pipeline] sh
01:21:03 [2026-06-04T23:21:03.258Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2026-06-04T23:21:03.258Z] .
01:21:03 [2026-06-04T23:21:03.259Z] [Pipeline] }
01:21:03 [2026-06-04T23:21:03.273Z] [Pipeline] // withEnv
01:21:03 [2026-06-04T23:21:03.293Z] [Pipeline] withDockerContainer
01:21:03 [2026-06-04T23:21:03.325Z] Jenkins does not seem to be running inside a container
01:21:03 [2026-06-04T23:21:03.333Z] $ 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-06-04T23:21:03.658Z] $ docker top b6eff5ccc98154bcb3bfad160eb51213b12070b4d704ad36a08426672219581b -eo pid,comm
01:21:03 [2026-06-04T23:21:03.711Z] [Pipeline] {
01:21:03 [2026-06-04T23:21:03.789Z] [Pipeline] withEnv
01:21:03 [2026-06-04T23:21:03.791Z] [Pipeline] {
01:21:03 [2026-06-04T23:21:03.834Z] [Pipeline] stage
01:21:03 [2026-06-04T23:21:03.835Z] [Pipeline] { (Prepare the job)
01:21:03 [2026-06-04T23:21:03.883Z] [Pipeline] sh
01:21:04 [2026-06-04T23:21:04.141Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2026-06-04T23:21:04.396Z] [Pipeline] script
01:21:04 [2026-06-04T23:21:04.404Z] [Pipeline] {
01:21:04 [2026-06-04T23:21:04.419Z] [Pipeline] readMavenPom
01:21:04 [2026-06-04T23:21:04.440Z] 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-06-04T23:21:04.443Z] 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-06-04T23:21:04.444Z] 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-06-04T23:21:04.445Z] 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-06-04T23:21:04.445Z] 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-06-04T23:21:04.447Z] [Pipeline] sh
01:21:04 [2026-06-04T23:21:04.705Z] + rm -f pom.xml
01:21:04 [2026-06-04T23:21:04.706Z] [Pipeline] }
01:21:04 [2026-06-04T23:21:04.716Z] [Pipeline] // script
01:21:04 [2026-06-04T23:21:04.729Z] [Pipeline] }
01:21:04 [2026-06-04T23:21:04.738Z] [Pipeline] // stage
01:21:04 [2026-06-04T23:21:04.751Z] [Pipeline] stage
01:21:04 [2026-06-04T23:21:04.752Z] [Pipeline] { (Check POM parent version)
01:21:04 [2026-06-04T23:21:04.814Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2026-06-04T23:21:04.816Z] [Pipeline] getContext
01:21:04 [2026-06-04T23:21:04.824Z] [Pipeline] }
01:21:04 [2026-06-04T23:21:04.833Z] [Pipeline] // stage
01:21:04 [2026-06-04T23:21:04.845Z] [Pipeline] stage
01:21:04 [2026-06-04T23:21:04.846Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2026-06-04T23:21:04.866Z] [Pipeline] script
01:21:04 [2026-06-04T23:21:04.872Z] [Pipeline] {
01:21:04 [2026-06-04T23:21:04.889Z] [Pipeline] copyArtifacts
01:21:04 [2026-06-04T23:21:04.895Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 286
01:21:04 [2026-06-04T23:21:04.905Z] [Pipeline] fileExists
01:21:04 [2026-06-04T23:21:04.917Z] [Pipeline] readYaml
01:21:04 [2026-06-04T23:21:04.927Z] 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-06-04T23:21:04.930Z] [Pipeline] dir
01:21:04 [2026-06-04T23:21:04.930Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2026-06-04T23:21:04.931Z] [Pipeline] {
01:21:04 [2026-06-04T23:21:04.947Z] [Pipeline] git
01:21:04 [2026-06-04T23:21:04.949Z] The recommended git tool is: /usr/bin/git
01:21:04 [2026-06-04T23:21:04.950Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2026-06-04T23:21:04.959Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@36aa739; decorates hudson.Launcher$LocalLauncher@328e98e2 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2026-06-04T23:21:04.960Z]  > /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-06-04T23:21:04.966Z] Fetching changes from the remote Git repository
01:21:04 [2026-06-04T23:21:04.968Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2026-06-04T23:21:04.974Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2026-06-04T23:21:04.975Z]  > /usr/bin/git --version # timeout=10
01:21:04 [2026-06-04T23:21:04.981Z]  > git --version # 'git version 2.43.0'
01:21:04 [2026-06-04T23:21:04.981Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2026-06-04T23:21:04.988Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2026-06-04T23:21:05.413Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2026-06-04T23:21:05.421Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:05 [2026-06-04T23:21:05.421Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2026-06-04T23:21:05.428Z]  > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-06-04T23:21:05.506Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2026-06-04T23:21:05.521Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2026-06-04T23:21:05.529Z]  > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-06-04T23:21:05.614Z] 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-06-04T23:21:05.614Z]  > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-06-04T23:21:05.637Z] [Pipeline] fileExists
01:21:05 [2026-06-04T23:21:05.648Z] [Pipeline] readMavenPom
01:21:05 [2026-06-04T23:21:05.666Z] [Pipeline] sh
01:21:05 [2026-06-04T23:21:05.923Z] + git rev-parse HEAD
01:21:05 [2026-06-04T23:21:05.926Z] [Pipeline] echo
01:21:05 [2026-06-04T23:21:05.927Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:05 [2026-06-04T23:21:05.930Z] [Pipeline] }
01:21:05 [2026-06-04T23:21:05.940Z] [Pipeline] // dir
01:21:05 [2026-06-04T23:21:05.952Z] [Pipeline] echo
01:21:05 [2026-06-04T23:21:05.952Z] Build skipped due to no changes have been done since the last build
01:21:05 [2026-06-04T23:21:05.963Z] [Pipeline] dir
01:21:05 [2026-06-04T23:21:05.963Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:05 [2026-06-04T23:21:05.964Z] [Pipeline] {
01:21:05 [2026-06-04T23:21:05.976Z] [Pipeline] git
01:21:05 [2026-06-04T23:21:05.978Z] The recommended git tool is: /usr/bin/git
01:21:05 [2026-06-04T23:21:05.979Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2026-06-04T23:21:05.995Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2502e24d; decorates hudson.Launcher$LocalLauncher@2e98c851 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2026-06-04T23:21:05.996Z]  > /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-06-04T23:21:06.003Z] Fetching changes from the remote Git repository
01:21:06 [2026-06-04T23:21:06.005Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:06 [2026-06-04T23:21:06.010Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:06 [2026-06-04T23:21:06.010Z]  > /usr/bin/git --version # timeout=10
01:21:06 [2026-06-04T23:21:06.015Z]  > git --version # 'git version 2.43.0'
01:21:06 [2026-06-04T23:21:06.016Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2026-06-04T23:21:06.021Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2026-06-04T23:21:06.438Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2026-06-04T23:21:06.445Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:06 [2026-06-04T23:21:06.445Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-06-04T23:21:06.450Z]  > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-06-04T23:21:06.476Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2026-06-04T23:21:06.488Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2026-06-04T23:21:06.495Z]  > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-06-04T23:21:06.531Z] 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:06 [2026-06-04T23:21:06.531Z]  > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-06-04T23:21:06.553Z] [Pipeline] fileExists
01:21:06 [2026-06-04T23:21:06.564Z] [Pipeline] readMavenPom
01:21:06 [2026-06-04T23:21:06.581Z] [Pipeline] sh
01:21:06 [2026-06-04T23:21:06.841Z] + git rev-parse HEAD
01:21:06 [2026-06-04T23:21:06.845Z] [Pipeline] echo
01:21:06 [2026-06-04T23:21:06.845Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:06 [2026-06-04T23:21:06.848Z] [Pipeline] }
01:21:06 [2026-06-04T23:21:06.859Z] [Pipeline] // dir
01:21:06 [2026-06-04T23:21:06.872Z] [Pipeline] echo
01:21:06 [2026-06-04T23:21:06.872Z] Build skipped due to no changes have been done since the last build
01:21:06 [2026-06-04T23:21:06.886Z] [Pipeline] dir
01:21:06 [2026-06-04T23:21:06.886Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:06 [2026-06-04T23:21:06.887Z] [Pipeline] {
01:21:06 [2026-06-04T23:21:06.903Z] [Pipeline] git
01:21:06 [2026-06-04T23:21:06.905Z] Selected Git installation does not exist. Using Default
01:21:06 [2026-06-04T23:21:06.905Z] The recommended git tool is: NONE
01:21:06 [2026-06-04T23:21:06.906Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2026-06-04T23:21:06.919Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@16fefbf9; decorates hudson.Launcher$LocalLauncher@4a865ab will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2026-06-04T23:21:06.920Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:06 [2026-06-04T23:21:06.926Z] Fetching changes from the remote Git repository
01:21:06 [2026-06-04T23:21:06.928Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:06 [2026-06-04T23:21:06.933Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:06 [2026-06-04T23:21:06.933Z]  > /usr/bin/git --version # timeout=10
01:21:06 [2026-06-04T23:21:06.937Z]  > git --version # 'git version 2.43.0'
01:21:06 [2026-06-04T23:21:06.938Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2026-06-04T23:21:06.943Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2026-06-04T23:21:07.434Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2026-06-04T23:21:07.441Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:07 [2026-06-04T23:21:07.441Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2026-06-04T23:21:07.446Z]  > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-06-04T23:21:07.457Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2026-06-04T23:21:07.466Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2026-06-04T23:21:07.472Z]  > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-06-04T23:21:07.491Z] 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:07 [2026-06-04T23:21:07.492Z]  > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-06-04T23:21:07.516Z] [Pipeline] fileExists
01:21:07 [2026-06-04T23:21:07.529Z] [Pipeline] readMavenPom
01:21:07 [2026-06-04T23:21:07.547Z] [Pipeline] sh
01:21:07 [2026-06-04T23:21:07.807Z] + git rev-parse HEAD
01:21:07 [2026-06-04T23:21:07.810Z] [Pipeline] echo
01:21:07 [2026-06-04T23:21:07.811Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:07 [2026-06-04T23:21:07.813Z] [Pipeline] }
01:21:07 [2026-06-04T23:21:07.828Z] [Pipeline] // dir
01:21:07 [2026-06-04T23:21:07.851Z] [Pipeline] echo
01:21:07 [2026-06-04T23:21:07.852Z] Build skipped due to no changes have been done since the last build
01:21:07 [2026-06-04T23:21:07.877Z] [Pipeline] dir
01:21:07 [2026-06-04T23:21:07.878Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:07 [2026-06-04T23:21:07.878Z] [Pipeline] {
01:21:07 [2026-06-04T23:21:07.907Z] [Pipeline] git
01:21:07 [2026-06-04T23:21:07.910Z] The recommended git tool is: NONE
01:21:07 [2026-06-04T23:21:07.910Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2026-06-04T23:21:07.930Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@687c412c; decorates hudson.Launcher$LocalLauncher@55608d8f will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2026-06-04T23:21:07.931Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:07 [2026-06-04T23:21:07.937Z] Fetching changes from the remote Git repository
01:21:07 [2026-06-04T23:21:07.939Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:07 [2026-06-04T23:21:07.949Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:07 [2026-06-04T23:21:07.949Z]  > /usr/bin/git --version # timeout=10
01:21:07 [2026-06-04T23:21:07.954Z]  > git --version # 'git version 2.43.0'
01:21:07 [2026-06-04T23:21:07.954Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2026-06-04T23:21:07.960Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-06-04T23:21:08.352Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-06-04T23:21:08.358Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:08 [2026-06-04T23:21:08.358Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-06-04T23:21:08.363Z]  > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-06-04T23:21:08.375Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2026-06-04T23:21:08.383Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2026-06-04T23:21:08.391Z]  > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-06-04T23:21:08.401Z] 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:08 [2026-06-04T23:21:08.402Z]  > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-06-04T23:21:08.424Z] [Pipeline] fileExists
01:21:08 [2026-06-04T23:21:08.439Z] [Pipeline] sh
01:21:08 [2026-06-04T23:21:08.696Z] + git rev-parse HEAD
01:21:08 [2026-06-04T23:21:08.698Z] [Pipeline] echo
01:21:08 [2026-06-04T23:21:08.698Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:08 [2026-06-04T23:21:08.700Z] [Pipeline] }
01:21:08 [2026-06-04T23:21:08.711Z] [Pipeline] // dir
01:21:08 [2026-06-04T23:21:08.723Z] [Pipeline] echo
01:21:08 [2026-06-04T23:21:08.723Z] Build skipped due to no changes have been done since the last build
01:21:08 [2026-06-04T23:21:08.735Z] [Pipeline] dir
01:21:08 [2026-06-04T23:21:08.736Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:08 [2026-06-04T23:21:08.737Z] [Pipeline] {
01:21:08 [2026-06-04T23:21:08.751Z] [Pipeline] git
01:21:08 [2026-06-04T23:21:08.753Z] The recommended git tool is: NONE
01:21:08 [2026-06-04T23:21:08.754Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2026-06-04T23:21:08.761Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4d89cdac; decorates hudson.Launcher$LocalLauncher@5206de2c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2026-06-04T23:21:08.762Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:08 [2026-06-04T23:21:08.766Z] Fetching changes from the remote Git repository
01:21:08 [2026-06-04T23:21:08.768Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:08 [2026-06-04T23:21:08.774Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:08 [2026-06-04T23:21:08.774Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2026-06-04T23:21:08.778Z]  > git --version # 'git version 2.43.0'
01:21:08 [2026-06-04T23:21:08.778Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2026-06-04T23:21:08.783Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-06-04T23:21:09.277Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-06-04T23:21:09.282Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:09 [2026-06-04T23:21:09.282Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-06-04T23:21:09.287Z]  > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-06-04T23:21:09.294Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-06-04T23:21:09.302Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-06-04T23:21:09.309Z]  > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-06-04T23:21:09.317Z] 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:09 [2026-06-04T23:21:09.318Z]  > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-06-04T23:21:09.337Z] [Pipeline] fileExists
01:21:09 [2026-06-04T23:21:09.349Z] [Pipeline] readMavenPom
01:21:09 [2026-06-04T23:21:09.361Z] [Pipeline] sh
01:21:09 [2026-06-04T23:21:09.618Z] + git rev-parse HEAD
01:21:09 [2026-06-04T23:21:09.622Z] [Pipeline] echo
01:21:09 [2026-06-04T23:21:09.623Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:09 [2026-06-04T23:21:09.625Z] [Pipeline] }
01:21:09 [2026-06-04T23:21:09.636Z] [Pipeline] // dir
01:21:09 [2026-06-04T23:21:09.647Z] [Pipeline] echo
01:21:09 [2026-06-04T23:21:09.648Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-06-04T23:21:09.659Z] [Pipeline] dir
01:21:09 [2026-06-04T23:21:09.660Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:09 [2026-06-04T23:21:09.661Z] [Pipeline] {
01:21:09 [2026-06-04T23:21:09.675Z] [Pipeline] git
01:21:09 [2026-06-04T23:21:09.676Z] The recommended git tool is: NONE
01:21:09 [2026-06-04T23:21:09.676Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-06-04T23:21:09.684Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3d124cf5; decorates hudson.Launcher$LocalLauncher@4451bd30 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-06-04T23:21:09.684Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:09 [2026-06-04T23:21:09.689Z] Fetching changes from the remote Git repository
01:21:09 [2026-06-04T23:21:09.690Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:09 [2026-06-04T23:21:09.695Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:09 [2026-06-04T23:21:09.696Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2026-06-04T23:21:09.700Z]  > git --version # 'git version 2.43.0'
01:21:09 [2026-06-04T23:21:09.700Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-06-04T23:21:09.705Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2026-06-04T23:21:10.148Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2026-06-04T23:21:10.154Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:10 [2026-06-04T23:21:10.154Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2026-06-04T23:21:10.158Z]  > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-06-04T23:21:10.167Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2026-06-04T23:21:10.177Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-06-04T23:21:10.184Z]  > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-06-04T23:21:10.194Z] 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:10 [2026-06-04T23:21:10.194Z]  > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-06-04T23:21:10.215Z] [Pipeline] fileExists
01:21:10 [2026-06-04T23:21:10.233Z] [Pipeline] readMavenPom
01:21:10 [2026-06-04T23:21:10.255Z] [Pipeline] sh
01:21:10 [2026-06-04T23:21:10.513Z] + git rev-parse HEAD
01:21:10 [2026-06-04T23:21:10.516Z] [Pipeline] echo
01:21:10 [2026-06-04T23:21:10.517Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:10 [2026-06-04T23:21:10.519Z] [Pipeline] }
01:21:10 [2026-06-04T23:21:10.531Z] [Pipeline] // dir
01:21:10 [2026-06-04T23:21:10.549Z] [Pipeline] echo
01:21:10 [2026-06-04T23:21:10.549Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-06-04T23:21:10.550Z] [Pipeline] }
01:21:10 [2026-06-04T23:21:10.566Z] [Pipeline] // script
01:21:10 [2026-06-04T23:21:10.583Z] [Pipeline] }
01:21:10 [2026-06-04T23:21:10.598Z] [Pipeline] // stage
01:21:10 [2026-06-04T23:21:10.616Z] [Pipeline] stage
01:21:10 [2026-06-04T23:21:10.617Z] [Pipeline] { (Build Silverpeas)
01:21:10 [2026-06-04T23:21:10.645Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-06-04T23:21:10.647Z] [Pipeline] getContext
01:21:10 [2026-06-04T23:21:10.674Z] [Pipeline] stage
01:21:10 [2026-06-04T23:21:10.675Z] [Pipeline] { (Build Silverpeas-Core)
01:21:10 [2026-06-04T23:21:10.687Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-06-04T23:21:10.689Z] [Pipeline] getContext
01:21:10 [2026-06-04T23:21:10.691Z] [Pipeline] }
01:21:10 [2026-06-04T23:21:10.702Z] [Pipeline] // stage
01:21:10 [2026-06-04T23:21:10.712Z] [Pipeline] stage
01:21:10 [2026-06-04T23:21:10.713Z] [Pipeline] { (Build Silverpeas-Components)
01:21:10 [2026-06-04T23:21:10.721Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-06-04T23:21:10.723Z] [Pipeline] getContext
01:21:10 [2026-06-04T23:21:10.725Z] [Pipeline] }
01:21:10 [2026-06-04T23:21:10.736Z] [Pipeline] // stage
01:21:10 [2026-06-04T23:21:10.751Z] [Pipeline] stage
01:21:10 [2026-06-04T23:21:10.752Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:10 [2026-06-04T23:21:10.763Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-06-04T23:21:10.764Z] [Pipeline] getContext
01:21:10 [2026-06-04T23:21:10.766Z] [Pipeline] }
01:21:10 [2026-06-04T23:21:10.778Z] [Pipeline] // stage
01:21:10 [2026-06-04T23:21:10.792Z] [Pipeline] stage
01:21:10 [2026-06-04T23:21:10.793Z] [Pipeline] { (Build Silverpeas Setup)
01:21:10 [2026-06-04T23:21:10.804Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-06-04T23:21:10.806Z] [Pipeline] getContext
01:21:10 [2026-06-04T23:21:10.808Z] [Pipeline] }
01:21:10 [2026-06-04T23:21:10.819Z] [Pipeline] // stage
01:21:10 [2026-06-04T23:21:10.834Z] [Pipeline] stage
01:21:10 [2026-06-04T23:21:10.835Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:10 [2026-06-04T23:21:10.846Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-06-04T23:21:10.848Z] [Pipeline] getContext
01:21:10 [2026-06-04T23:21:10.850Z] [Pipeline] }
01:21:10 [2026-06-04T23:21:10.861Z] [Pipeline] // stage
01:21:10 [2026-06-04T23:21:10.876Z] [Pipeline] stage
01:21:10 [2026-06-04T23:21:10.877Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:10 [2026-06-04T23:21:10.889Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-06-04T23:21:10.890Z] [Pipeline] getContext
01:21:10 [2026-06-04T23:21:10.893Z] [Pipeline] }
01:21:10 [2026-06-04T23:21:10.904Z] [Pipeline] // stage
01:21:10 [2026-06-04T23:21:10.912Z] [Pipeline] stage
01:21:10 [2026-06-04T23:21:10.912Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:10 [2026-06-04T23:21:10.919Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-06-04T23:21:10.920Z] [Pipeline] getContext
01:21:10 [2026-06-04T23:21:10.921Z] [Pipeline] }
01:21:10 [2026-06-04T23:21:10.927Z] [Pipeline] // stage
01:21:10 [2026-06-04T23:21:10.935Z] [Pipeline] stage
01:21:10 [2026-06-04T23:21:10.935Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:10 [2026-06-04T23:21:10.942Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-06-04T23:21:10.943Z] [Pipeline] getContext
01:21:10 [2026-06-04T23:21:10.944Z] [Pipeline] }
01:21:10 [2026-06-04T23:21:10.951Z] [Pipeline] // stage
01:21:10 [2026-06-04T23:21:10.959Z] [Pipeline] stage
01:21:10 [2026-06-04T23:21:10.960Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:10 [2026-06-04T23:21:10.967Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-06-04T23:21:10.967Z] [Pipeline] getContext
01:21:10 [2026-06-04T23:21:10.968Z] [Pipeline] }
01:21:10 [2026-06-04T23:21:10.975Z] [Pipeline] // stage
01:21:10 [2026-06-04T23:21:10.983Z] [Pipeline] stage
01:21:10 [2026-06-04T23:21:10.983Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:10 [2026-06-04T23:21:10.990Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-06-04T23:21:10.991Z] [Pipeline] getContext
01:21:10 [2026-06-04T23:21:10.991Z] [Pipeline] }
01:21:10 [2026-06-04T23:21:10.998Z] [Pipeline] // stage
01:21:11 [2026-06-04T23:21:11.006Z] [Pipeline] stage
01:21:11 [2026-06-04T23:21:11.007Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:11 [2026-06-04T23:21:11.014Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-06-04T23:21:11.014Z] [Pipeline] getContext
01:21:11 [2026-06-04T23:21:11.016Z] [Pipeline] }
01:21:11 [2026-06-04T23:21:11.022Z] [Pipeline] // stage
01:21:11 [2026-06-04T23:21:11.030Z] [Pipeline] stage
01:21:11 [2026-06-04T23:21:11.030Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:11 [2026-06-04T23:21:11.037Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-06-04T23:21:11.038Z] [Pipeline] getContext
01:21:11 [2026-06-04T23:21:11.039Z] [Pipeline] }
01:21:11 [2026-06-04T23:21:11.045Z] [Pipeline] // stage
01:21:11 [2026-06-04T23:21:11.055Z] [Pipeline] stage
01:21:11 [2026-06-04T23:21:11.056Z] [Pipeline] { (Publish Community Web Site)
01:21:11 [2026-06-04T23:21:11.063Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-06-04T23:21:11.064Z] [Pipeline] getContext
01:21:11 [2026-06-04T23:21:11.065Z] [Pipeline] }
01:21:11 [2026-06-04T23:21:11.072Z] [Pipeline] // stage
01:21:11 [2026-06-04T23:21:11.079Z] [Pipeline] }
01:21:11 [2026-06-04T23:21:11.086Z] [Pipeline] // stage
01:21:11 [2026-06-04T23:21:11.098Z] [Pipeline] stage
01:21:11 [2026-06-04T23:21:11.099Z] [Pipeline] { (Create YAML build report)
01:21:11 [2026-06-04T23:21:11.121Z] [Pipeline] script
01:21:11 [2026-06-04T23:21:11.128Z] [Pipeline] {
01:21:11 [2026-06-04T23:21:11.140Z] [Pipeline] sh
01:21:11 [2026-06-04T23:21:11.396Z] + mkdir -p target
01:21:11 [2026-06-04T23:21:11.398Z] [Pipeline] sh
01:21:11 [2026-06-04T23:21:11.656Z] + mv build.yaml target/
01:21:11 [2026-06-04T23:21:11.657Z] [Pipeline] }
01:21:11 [2026-06-04T23:21:11.669Z] [Pipeline] // script
01:21:11 [2026-06-04T23:21:11.680Z] [Pipeline] }
01:21:11 [2026-06-04T23:21:11.691Z] [Pipeline] // stage
01:21:11 [2026-06-04T23:21:11.717Z] [Pipeline] stage
01:21:11 [2026-06-04T23:21:11.717Z] [Pipeline] { (Declarative: Post Actions)
01:21:11 [2026-06-04T23:21:11.742Z] [Pipeline] step
01:21:11 [2026-06-04T23:21:11.770Z] [Pipeline] script
01:21:11 [2026-06-04T23:21:11.776Z] [Pipeline] {
01:21:11 [2026-06-04T23:21:11.810Z] [Pipeline] }
01:21:11 [2026-06-04T23:21:11.817Z] [Pipeline] // script
01:21:11 [2026-06-04T23:21:11.838Z] [Pipeline] archiveArtifacts
01:21:11 [2026-06-04T23:21:11.841Z] Archiving artifacts
01:21:11 [2026-06-04T23:21:11.850Z] Enregistrement des empreintes numériques
01:21:11 [2026-06-04T23:21:11.865Z] [Pipeline] sh
01:21:12 [2026-06-04T23:21:12.122Z] + rm -rf target
01:21:12 [2026-06-04T23:21:12.130Z] [Pipeline] }
01:21:12 [2026-06-04T23:21:12.141Z] [Pipeline] // stage
01:21:12 [2026-06-04T23:21:12.163Z] [Pipeline] }
01:21:12 [2026-06-04T23:21:12.179Z] [Pipeline] // withEnv
01:21:12 [2026-06-04T23:21:12.189Z] [Pipeline] }
01:21:12 [2026-06-04T23:21:12.191Z] $ docker stop --time=1 b6eff5ccc98154bcb3bfad160eb51213b12070b4d704ad36a08426672219581b
01:21:13 [2026-06-04T23:21:13.455Z] $ docker rm -f --volumes b6eff5ccc98154bcb3bfad160eb51213b12070b4d704ad36a08426672219581b
01:21:13 [2026-06-04T23:21:13.500Z] [Pipeline] // withDockerContainer
01:21:13 [2026-06-04T23:21:13.516Z] [Pipeline] }
01:21:13 [2026-06-04T23:21:13.531Z] [Pipeline] // withEnv
01:21:13 [2026-06-04T23:21:13.541Z] [Pipeline] }
01:21:13 [2026-06-04T23:21:13.553Z] [Pipeline] // node
01:21:13 [2026-06-04T23:21:13.564Z] [Pipeline] End of Pipeline
01:21:13 [2026-06-04T23:21:13.628Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #259
01:21:13 [2026-06-04T23:21:13.629Z] Finished: SUCCESS