Skip to content
01:21:00 [2026-06-25T23:21:00.613Z] Lancé par une alarme périodique
01:21:00 [2026-06-25T23:21:00.613Z] Running as userbuild
01:21:01 [2026-06-25T23:21:01.059Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-06-25T23:21:01.771Z] [Pipeline] Start of Pipeline
01:21:02 [2026-06-25T23:21:02.303Z] [Pipeline] node
01:21:02 [2026-06-25T23:21:02.307Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2026-06-25T23:21:02.311Z] [Pipeline] {
01:21:02 [2026-06-25T23:21:02.327Z] [Pipeline] stage
01:21:02 [2026-06-25T23:21:02.328Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2026-06-25T23:21:02.339Z] [Pipeline] checkout
01:21:02 [2026-06-25T23:21:02.341Z] Selected Git installation does not exist. Using Default
01:21:02 [2026-06-25T23:21:02.341Z] The recommended git tool is: NONE
01:21:02 [2026-06-25T23:21:02.341Z] No credentials specified
01:21:02 [2026-06-25T23:21:02.342Z]  > /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-25T23:21:02.347Z] Fetching changes from the remote Git repository
01:21:02 [2026-06-25T23:21:02.350Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2026-06-25T23:21:02.355Z] Cleaning workspace
01:21:02 [2026-06-25T23:21:02.355Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2026-06-25T23:21:02.361Z] Resetting working tree
01:21:02 [2026-06-25T23:21:02.362Z]  > /usr/bin/git reset --hard # timeout=10
01:21:02 [2026-06-25T23:21:02.371Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2026-06-25T23:21:02.377Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2026-06-25T23:21:02.378Z]  > /usr/bin/git --version # timeout=10
01:21:02 [2026-06-25T23:21:02.382Z]  > git --version # 'git version 2.43.0'
01:21:02 [2026-06-25T23:21:02.382Z]  > /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-25T23:21:02.751Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2026-06-25T23:21:02.757Z] Checking out Revision ee417f2e12a50c898fce7d66542b733c63b400a8 (refs/remotes/origin/master)
01:21:02 [2026-06-25T23:21:02.757Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2026-06-25T23:21:02.762Z]  > /usr/bin/git checkout -f ee417f2e12a50c898fce7d66542b733c63b400a8 # timeout=10
01:21:02 [2026-06-25T23:21:02.778Z] Commit message: "Update pipeline to build a build release of master based upon JEE"
01:21:02 [2026-06-25T23:21:02.778Z]  > /usr/bin/git rev-list --no-walk ee417f2e12a50c898fce7d66542b733c63b400a8 # timeout=10
01:21:02 [2026-06-25T23:21:02.803Z] [Pipeline] }
01:21:02 [2026-06-25T23:21:02.810Z] [Pipeline] // stage
01:21:02 [2026-06-25T23:21:02.843Z] [Pipeline] withEnv
01:21:02 [2026-06-25T23:21:02.844Z] [Pipeline] {
01:21:03 [2026-06-25T23:21:03.035Z] [Pipeline] isUnix
01:21:03 [2026-06-25T23:21:03.037Z] [Pipeline] withEnv
01:21:03 [2026-06-25T23:21:03.037Z] [Pipeline] {
01:21:03 [2026-06-25T23:21:03.051Z] [Pipeline] sh
01:21:03 [2026-06-25T23:21:03.309Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2026-06-25T23:21:03.309Z] .
01:21:03 [2026-06-25T23:21:03.311Z] [Pipeline] }
01:21:03 [2026-06-25T23:21:03.323Z] [Pipeline] // withEnv
01:21:03 [2026-06-25T23:21:03.337Z] [Pipeline] withDockerContainer
01:21:03 [2026-06-25T23:21:03.375Z] Jenkins does not seem to be running inside a container
01:21:03 [2026-06-25T23:21:03.382Z] $ 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-25T23:21:03.693Z] $ docker top a2996052314ed985a552b845378f8a5325f864bfe80ce4e49dde0ca32930e3eb -eo pid,comm
01:21:03 [2026-06-25T23:21:03.736Z] [Pipeline] {
01:21:03 [2026-06-25T23:21:03.778Z] [Pipeline] withEnv
01:21:03 [2026-06-25T23:21:03.779Z] [Pipeline] {
01:21:03 [2026-06-25T23:21:03.801Z] [Pipeline] stage
01:21:03 [2026-06-25T23:21:03.802Z] [Pipeline] { (Prepare the job)
01:21:03 [2026-06-25T23:21:03.838Z] [Pipeline] sh
01:21:04 [2026-06-25T23:21:04.113Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2026-06-25T23:21:04.367Z] [Pipeline] script
01:21:04 [2026-06-25T23:21:04.373Z] [Pipeline] {
01:21:04 [2026-06-25T23:21:04.387Z] [Pipeline] readMavenPom
01:21:04 [2026-06-25T23:21:04.425Z] 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-25T23:21:04.428Z] 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-25T23:21:04.430Z] 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-25T23:21:04.430Z] 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-25T23:21:04.430Z] 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-25T23:21:04.433Z] [Pipeline] sh
01:21:04 [2026-06-25T23:21:04.694Z] + rm -f pom.xml
01:21:04 [2026-06-25T23:21:04.695Z] [Pipeline] }
01:21:04 [2026-06-25T23:21:04.714Z] [Pipeline] // script
01:21:04 [2026-06-25T23:21:04.728Z] [Pipeline] }
01:21:04 [2026-06-25T23:21:04.739Z] [Pipeline] // stage
01:21:04 [2026-06-25T23:21:04.755Z] [Pipeline] stage
01:21:04 [2026-06-25T23:21:04.755Z] [Pipeline] { (Check POM parent version)
01:21:04 [2026-06-25T23:21:04.836Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2026-06-25T23:21:04.837Z] [Pipeline] getContext
01:21:04 [2026-06-25T23:21:04.850Z] [Pipeline] }
01:21:04 [2026-06-25T23:21:04.860Z] [Pipeline] // stage
01:21:04 [2026-06-25T23:21:04.876Z] [Pipeline] stage
01:21:04 [2026-06-25T23:21:04.877Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2026-06-25T23:21:04.909Z] [Pipeline] script
01:21:04 [2026-06-25T23:21:04.917Z] [Pipeline] {
01:21:04 [2026-06-25T23:21:04.939Z] [Pipeline] copyArtifacts
01:21:04 [2026-06-25T23:21:04.948Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 289
01:21:04 [2026-06-25T23:21:04.961Z] [Pipeline] fileExists
01:21:04 [2026-06-25T23:21:04.981Z] [Pipeline] readYaml
01:21:04 [2026-06-25T23:21:04.997Z] 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:05 [2026-06-25T23:21:05.002Z] [Pipeline] dir
01:21:05 [2026-06-25T23:21:05.002Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:05 [2026-06-25T23:21:05.003Z] [Pipeline] {
01:21:05 [2026-06-25T23:21:05.019Z] [Pipeline] git
01:21:05 [2026-06-25T23:21:05.022Z] The recommended git tool is: /usr/bin/git
01:21:05 [2026-06-25T23:21:05.023Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2026-06-25T23:21:05.036Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@177c3a00; decorates hudson.Launcher$LocalLauncher@14ddd35f will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2026-06-25T23:21:05.037Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core/.git # timeout=10
01:21:05 [2026-06-25T23:21:05.044Z] Fetching changes from the remote Git repository
01:21:05 [2026-06-25T23:21:05.049Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:05 [2026-06-25T23:21:05.056Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:05 [2026-06-25T23:21:05.056Z]  > /usr/bin/git --version # timeout=10
01:21:05 [2026-06-25T23:21:05.062Z]  > git --version # 'git version 2.43.0'
01:21:05 [2026-06-25T23:21:05.062Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2026-06-25T23:21:05.067Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2026-06-25T23:21:06.224Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2026-06-25T23:21:06.231Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:06 [2026-06-25T23:21:06.231Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-06-25T23:21:06.236Z]  > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-06-25T23:21:06.287Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2026-06-25T23:21:06.303Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2026-06-25T23:21:06.311Z]  > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-06-25T23:21:06.404Z] 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:06 [2026-06-25T23:21:06.405Z]  > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-06-25T23:21:06.429Z] [Pipeline] fileExists
01:21:06 [2026-06-25T23:21:06.440Z] [Pipeline] readMavenPom
01:21:06 [2026-06-25T23:21:06.459Z] [Pipeline] sh
01:21:06 [2026-06-25T23:21:06.718Z] + git rev-parse HEAD
01:21:06 [2026-06-25T23:21:06.723Z] [Pipeline] echo
01:21:06 [2026-06-25T23:21:06.724Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:06 [2026-06-25T23:21:06.727Z] [Pipeline] }
01:21:06 [2026-06-25T23:21:06.740Z] [Pipeline] // dir
01:21:06 [2026-06-25T23:21:06.752Z] [Pipeline] echo
01:21:06 [2026-06-25T23:21:06.752Z] Build skipped due to no changes have been done since the last build
01:21:06 [2026-06-25T23:21:06.765Z] [Pipeline] dir
01:21:06 [2026-06-25T23:21:06.765Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:06 [2026-06-25T23:21:06.766Z] [Pipeline] {
01:21:06 [2026-06-25T23:21:06.782Z] [Pipeline] git
01:21:06 [2026-06-25T23:21:06.784Z] The recommended git tool is: /usr/bin/git
01:21:06 [2026-06-25T23:21:06.785Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2026-06-25T23:21:06.802Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@31933675; decorates hudson.Launcher$LocalLauncher@7763332f will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2026-06-25T23:21:06.802Z]  > /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-25T23:21:06.809Z] Fetching changes from the remote Git repository
01:21:06 [2026-06-25T23:21:06.811Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:06 [2026-06-25T23:21:06.818Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:06 [2026-06-25T23:21:06.819Z]  > /usr/bin/git --version # timeout=10
01:21:06 [2026-06-25T23:21:06.825Z]  > git --version # 'git version 2.43.0'
01:21:06 [2026-06-25T23:21:06.825Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2026-06-25T23:21:06.832Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2026-06-25T23:21:07.715Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2026-06-25T23:21:07.722Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:07 [2026-06-25T23:21:07.722Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2026-06-25T23:21:07.727Z]  > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-06-25T23:21:07.762Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2026-06-25T23:21:07.775Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2026-06-25T23:21:07.782Z]  > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-06-25T23:21:07.829Z] 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-06-25T23:21:07.829Z]  > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-06-25T23:21:07.859Z] [Pipeline] fileExists
01:21:07 [2026-06-25T23:21:07.871Z] [Pipeline] readMavenPom
01:21:07 [2026-06-25T23:21:07.888Z] [Pipeline] sh
01:21:08 [2026-06-25T23:21:08.146Z] + git rev-parse HEAD
01:21:08 [2026-06-25T23:21:08.149Z] [Pipeline] echo
01:21:08 [2026-06-25T23:21:08.149Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:08 [2026-06-25T23:21:08.152Z] [Pipeline] }
01:21:08 [2026-06-25T23:21:08.161Z] [Pipeline] // dir
01:21:08 [2026-06-25T23:21:08.172Z] [Pipeline] echo
01:21:08 [2026-06-25T23:21:08.173Z] Build skipped due to no changes have been done since the last build
01:21:08 [2026-06-25T23:21:08.184Z] [Pipeline] dir
01:21:08 [2026-06-25T23:21:08.185Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:08 [2026-06-25T23:21:08.185Z] [Pipeline] {
01:21:08 [2026-06-25T23:21:08.199Z] [Pipeline] git
01:21:08 [2026-06-25T23:21:08.201Z] Selected Git installation does not exist. Using Default
01:21:08 [2026-06-25T23:21:08.201Z] The recommended git tool is: NONE
01:21:08 [2026-06-25T23:21:08.201Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2026-06-25T23:21:08.211Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@44b470b5; decorates hudson.Launcher$LocalLauncher@6482259e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2026-06-25T23:21:08.212Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:08 [2026-06-25T23:21:08.218Z] Fetching changes from the remote Git repository
01:21:08 [2026-06-25T23:21:08.220Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:08 [2026-06-25T23:21:08.226Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:08 [2026-06-25T23:21:08.227Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2026-06-25T23:21:08.232Z]  > git --version # 'git version 2.43.0'
01:21:08 [2026-06-25T23:21:08.232Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2026-06-25T23:21:08.238Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-06-25T23:21:08.668Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-06-25T23:21:08.674Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:08 [2026-06-25T23:21:08.674Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-06-25T23:21:08.679Z]  > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2026-06-25T23:21:08.688Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2026-06-25T23:21:08.696Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2026-06-25T23:21:08.701Z]  > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2026-06-25T23:21:08.714Z] 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-06-25T23:21:08.714Z]  > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2026-06-25T23:21:08.732Z] [Pipeline] fileExists
01:21:08 [2026-06-25T23:21:08.739Z] [Pipeline] readMavenPom
01:21:08 [2026-06-25T23:21:08.748Z] [Pipeline] sh
01:21:09 [2026-06-25T23:21:09.006Z] + git rev-parse HEAD
01:21:09 [2026-06-25T23:21:09.009Z] [Pipeline] echo
01:21:09 [2026-06-25T23:21:09.009Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:09 [2026-06-25T23:21:09.012Z] [Pipeline] }
01:21:09 [2026-06-25T23:21:09.019Z] [Pipeline] // dir
01:21:09 [2026-06-25T23:21:09.025Z] [Pipeline] echo
01:21:09 [2026-06-25T23:21:09.026Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-06-25T23:21:09.034Z] [Pipeline] dir
01:21:09 [2026-06-25T23:21:09.035Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:09 [2026-06-25T23:21:09.035Z] [Pipeline] {
01:21:09 [2026-06-25T23:21:09.048Z] [Pipeline] git
01:21:09 [2026-06-25T23:21:09.049Z] The recommended git tool is: NONE
01:21:09 [2026-06-25T23:21:09.050Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-06-25T23:21:09.063Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@35ca6c2d; decorates hudson.Launcher$LocalLauncher@1f4d91d1 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-06-25T23:21:09.064Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:09 [2026-06-25T23:21:09.069Z] Fetching changes from the remote Git repository
01:21:09 [2026-06-25T23:21:09.071Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:09 [2026-06-25T23:21:09.077Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:09 [2026-06-25T23:21:09.077Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2026-06-25T23:21:09.082Z]  > git --version # 'git version 2.43.0'
01:21:09 [2026-06-25T23:21:09.082Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-06-25T23:21:09.086Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-06-25T23:21:09.491Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-06-25T23:21:09.496Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:09 [2026-06-25T23:21:09.496Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-06-25T23:21:09.500Z]  > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:09 [2026-06-25T23:21:09.508Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-06-25T23:21:09.516Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-06-25T23:21:09.521Z]  > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:09 [2026-06-25T23:21:09.530Z] 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-06-25T23:21:09.530Z]  > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:09 [2026-06-25T23:21:09.548Z] [Pipeline] fileExists
01:21:09 [2026-06-25T23:21:09.556Z] [Pipeline] sh
01:21:09 [2026-06-25T23:21:09.812Z] + git rev-parse HEAD
01:21:09 [2026-06-25T23:21:09.816Z] [Pipeline] echo
01:21:09 [2026-06-25T23:21:09.816Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:09 [2026-06-25T23:21:09.819Z] [Pipeline] }
01:21:09 [2026-06-25T23:21:09.836Z] [Pipeline] // dir
01:21:09 [2026-06-25T23:21:09.853Z] [Pipeline] echo
01:21:09 [2026-06-25T23:21:09.854Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-06-25T23:21:09.871Z] [Pipeline] dir
01:21:09 [2026-06-25T23:21:09.871Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:09 [2026-06-25T23:21:09.872Z] [Pipeline] {
01:21:09 [2026-06-25T23:21:09.894Z] [Pipeline] git
01:21:09 [2026-06-25T23:21:09.895Z] The recommended git tool is: NONE
01:21:09 [2026-06-25T23:21:09.896Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-06-25T23:21:09.908Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@36603a56; decorates hudson.Launcher$LocalLauncher@3916dcf2 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-06-25T23:21:09.909Z]  > /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-06-25T23:21:09.915Z] Fetching changes from the remote Git repository
01:21:09 [2026-06-25T23:21:09.917Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:09 [2026-06-25T23:21:09.922Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:09 [2026-06-25T23:21:09.922Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2026-06-25T23:21:09.927Z]  > git --version # 'git version 2.43.0'
01:21:09 [2026-06-25T23:21:09.927Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-06-25T23:21:09.932Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2026-06-25T23:21:10.337Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2026-06-25T23:21:10.342Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:10 [2026-06-25T23:21:10.342Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2026-06-25T23:21:10.347Z]  > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2026-06-25T23:21:10.356Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2026-06-25T23:21:10.363Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-06-25T23:21:10.368Z]  > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2026-06-25T23:21:10.376Z] 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-06-25T23:21:10.377Z]  > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2026-06-25T23:21:10.396Z] [Pipeline] fileExists
01:21:10 [2026-06-25T23:21:10.404Z] [Pipeline] readMavenPom
01:21:10 [2026-06-25T23:21:10.425Z] [Pipeline] sh
01:21:10 [2026-06-25T23:21:10.684Z] + git rev-parse HEAD
01:21:10 [2026-06-25T23:21:10.686Z] [Pipeline] echo
01:21:10 [2026-06-25T23:21:10.687Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:10 [2026-06-25T23:21:10.689Z] [Pipeline] }
01:21:10 [2026-06-25T23:21:10.712Z] [Pipeline] // dir
01:21:10 [2026-06-25T23:21:10.736Z] [Pipeline] echo
01:21:10 [2026-06-25T23:21:10.736Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-06-25T23:21:10.755Z] [Pipeline] dir
01:21:10 [2026-06-25T23:21:10.756Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:10 [2026-06-25T23:21:10.757Z] [Pipeline] {
01:21:10 [2026-06-25T23:21:10.779Z] [Pipeline] git
01:21:10 [2026-06-25T23:21:10.781Z] The recommended git tool is: NONE
01:21:10 [2026-06-25T23:21:10.781Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2026-06-25T23:21:10.795Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2652da0f; decorates hudson.Launcher$LocalLauncher@17acc2cd will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2026-06-25T23:21:10.795Z]  > /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-06-25T23:21:10.803Z] Fetching changes from the remote Git repository
01:21:10 [2026-06-25T23:21:10.804Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:10 [2026-06-25T23:21:10.809Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:10 [2026-06-25T23:21:10.809Z]  > /usr/bin/git --version # timeout=10
01:21:10 [2026-06-25T23:21:10.813Z]  > git --version # 'git version 2.43.0'
01:21:10 [2026-06-25T23:21:10.813Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2026-06-25T23:21:10.818Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:11 [2026-06-25T23:21:11.262Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:11 [2026-06-25T23:21:11.269Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:11 [2026-06-25T23:21:11.269Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:11 [2026-06-25T23:21:11.274Z]  > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:11 [2026-06-25T23:21:11.284Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:11 [2026-06-25T23:21:11.294Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:11 [2026-06-25T23:21:11.300Z]  > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:11 [2026-06-25T23:21:11.310Z] 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-06-25T23:21:11.310Z]  > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:11 [2026-06-25T23:21:11.329Z] [Pipeline] fileExists
01:21:11 [2026-06-25T23:21:11.342Z] [Pipeline] readMavenPom
01:21:11 [2026-06-25T23:21:11.372Z] [Pipeline] sh
01:21:11 [2026-06-25T23:21:11.631Z] + git rev-parse HEAD
01:21:11 [2026-06-25T23:21:11.634Z] [Pipeline] echo
01:21:11 [2026-06-25T23:21:11.635Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:11 [2026-06-25T23:21:11.638Z] [Pipeline] }
01:21:11 [2026-06-25T23:21:11.660Z] [Pipeline] // dir
01:21:11 [2026-06-25T23:21:11.676Z] [Pipeline] echo
01:21:11 [2026-06-25T23:21:11.677Z] Build skipped due to no changes have been done since the last build
01:21:11 [2026-06-25T23:21:11.677Z] [Pipeline] }
01:21:11 [2026-06-25T23:21:11.694Z] [Pipeline] // script
01:21:11 [2026-06-25T23:21:11.710Z] [Pipeline] }
01:21:11 [2026-06-25T23:21:11.725Z] [Pipeline] // stage
01:21:11 [2026-06-25T23:21:11.746Z] [Pipeline] stage
01:21:11 [2026-06-25T23:21:11.747Z] [Pipeline] { (Build Silverpeas)
01:21:11 [2026-06-25T23:21:11.777Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-06-25T23:21:11.778Z] [Pipeline] getContext
01:21:11 [2026-06-25T23:21:11.818Z] [Pipeline] stage
01:21:11 [2026-06-25T23:21:11.819Z] [Pipeline] { (Build Silverpeas-Core)
01:21:11 [2026-06-25T23:21:11.837Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-06-25T23:21:11.838Z] [Pipeline] getContext
01:21:11 [2026-06-25T23:21:11.840Z] [Pipeline] }
01:21:11 [2026-06-25T23:21:11.857Z] [Pipeline] // stage
01:21:11 [2026-06-25T23:21:11.875Z] [Pipeline] stage
01:21:11 [2026-06-25T23:21:11.876Z] [Pipeline] { (Build Silverpeas-Components)
01:21:11 [2026-06-25T23:21:11.892Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-06-25T23:21:11.894Z] [Pipeline] getContext
01:21:11 [2026-06-25T23:21:11.895Z] [Pipeline] }
01:21:11 [2026-06-25T23:21:11.910Z] [Pipeline] // stage
01:21:11 [2026-06-25T23:21:11.926Z] [Pipeline] stage
01:21:11 [2026-06-25T23:21:11.927Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:11 [2026-06-25T23:21:11.939Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-06-25T23:21:11.940Z] [Pipeline] getContext
01:21:11 [2026-06-25T23:21:11.942Z] [Pipeline] }
01:21:11 [2026-06-25T23:21:11.954Z] [Pipeline] // stage
01:21:11 [2026-06-25T23:21:11.968Z] [Pipeline] stage
01:21:11 [2026-06-25T23:21:11.969Z] [Pipeline] { (Build Silverpeas Setup)
01:21:11 [2026-06-25T23:21:11.979Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-06-25T23:21:11.980Z] [Pipeline] getContext
01:21:11 [2026-06-25T23:21:11.982Z] [Pipeline] }
01:21:11 [2026-06-25T23:21:11.992Z] [Pipeline] // stage
01:21:12 [2026-06-25T23:21:12.004Z] [Pipeline] stage
01:21:12 [2026-06-25T23:21:12.004Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:12 [2026-06-25T23:21:12.014Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-06-25T23:21:12.015Z] [Pipeline] getContext
01:21:12 [2026-06-25T23:21:12.016Z] [Pipeline] }
01:21:12 [2026-06-25T23:21:12.025Z] [Pipeline] // stage
01:21:12 [2026-06-25T23:21:12.037Z] [Pipeline] stage
01:21:12 [2026-06-25T23:21:12.038Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:12 [2026-06-25T23:21:12.048Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-06-25T23:21:12.049Z] [Pipeline] getContext
01:21:12 [2026-06-25T23:21:12.050Z] [Pipeline] }
01:21:12 [2026-06-25T23:21:12.059Z] [Pipeline] // stage
01:21:12 [2026-06-25T23:21:12.071Z] [Pipeline] stage
01:21:12 [2026-06-25T23:21:12.071Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:12 [2026-06-25T23:21:12.080Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-06-25T23:21:12.080Z] [Pipeline] getContext
01:21:12 [2026-06-25T23:21:12.082Z] [Pipeline] }
01:21:12 [2026-06-25T23:21:12.092Z] [Pipeline] // stage
01:21:12 [2026-06-25T23:21:12.102Z] [Pipeline] stage
01:21:12 [2026-06-25T23:21:12.102Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:12 [2026-06-25T23:21:12.111Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-06-25T23:21:12.112Z] [Pipeline] getContext
01:21:12 [2026-06-25T23:21:12.114Z] [Pipeline] }
01:21:12 [2026-06-25T23:21:12.122Z] [Pipeline] // stage
01:21:12 [2026-06-25T23:21:12.133Z] [Pipeline] stage
01:21:12 [2026-06-25T23:21:12.134Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:12 [2026-06-25T23:21:12.147Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-06-25T23:21:12.148Z] [Pipeline] getContext
01:21:12 [2026-06-25T23:21:12.151Z] [Pipeline] }
01:21:12 [2026-06-25T23:21:12.160Z] [Pipeline] // stage
01:21:12 [2026-06-25T23:21:12.172Z] [Pipeline] stage
01:21:12 [2026-06-25T23:21:12.173Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:12 [2026-06-25T23:21:12.182Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-06-25T23:21:12.183Z] [Pipeline] getContext
01:21:12 [2026-06-25T23:21:12.185Z] [Pipeline] }
01:21:12 [2026-06-25T23:21:12.194Z] [Pipeline] // stage
01:21:12 [2026-06-25T23:21:12.207Z] [Pipeline] stage
01:21:12 [2026-06-25T23:21:12.208Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:12 [2026-06-25T23:21:12.217Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-06-25T23:21:12.219Z] [Pipeline] getContext
01:21:12 [2026-06-25T23:21:12.221Z] [Pipeline] }
01:21:12 [2026-06-25T23:21:12.230Z] [Pipeline] // stage
01:21:12 [2026-06-25T23:21:12.241Z] [Pipeline] stage
01:21:12 [2026-06-25T23:21:12.242Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:12 [2026-06-25T23:21:12.251Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-06-25T23:21:12.253Z] [Pipeline] getContext
01:21:12 [2026-06-25T23:21:12.255Z] [Pipeline] }
01:21:12 [2026-06-25T23:21:12.264Z] [Pipeline] // stage
01:21:12 [2026-06-25T23:21:12.275Z] [Pipeline] stage
01:21:12 [2026-06-25T23:21:12.276Z] [Pipeline] { (Publish Community Web Site)
01:21:12 [2026-06-25T23:21:12.285Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-06-25T23:21:12.286Z] [Pipeline] getContext
01:21:12 [2026-06-25T23:21:12.288Z] [Pipeline] }
01:21:12 [2026-06-25T23:21:12.299Z] [Pipeline] // stage
01:21:12 [2026-06-25T23:21:12.308Z] [Pipeline] }
01:21:12 [2026-06-25T23:21:12.319Z] [Pipeline] // stage
01:21:12 [2026-06-25T23:21:12.339Z] [Pipeline] stage
01:21:12 [2026-06-25T23:21:12.340Z] [Pipeline] { (Create YAML build report)
01:21:12 [2026-06-25T23:21:12.375Z] [Pipeline] script
01:21:12 [2026-06-25T23:21:12.386Z] [Pipeline] {
01:21:12 [2026-06-25T23:21:12.407Z] [Pipeline] sh
01:21:12 [2026-06-25T23:21:12.665Z] + mkdir -p target
01:21:12 [2026-06-25T23:21:12.668Z] [Pipeline] sh
01:21:12 [2026-06-25T23:21:12.924Z] + mv build.yaml target/
01:21:12 [2026-06-25T23:21:12.926Z] [Pipeline] }
01:21:12 [2026-06-25T23:21:12.942Z] [Pipeline] // script
01:21:12 [2026-06-25T23:21:12.962Z] [Pipeline] }
01:21:12 [2026-06-25T23:21:12.979Z] [Pipeline] // stage
01:21:12 [2026-06-25T23:21:12.999Z] [Pipeline] stage
01:21:13 [2026-06-25T23:21:13.000Z] [Pipeline] { (Declarative: Post Actions)
01:21:13 [2026-06-25T23:21:13.039Z] [Pipeline] step
01:21:13 [2026-06-25T23:21:13.068Z] [Pipeline] script
01:21:13 [2026-06-25T23:21:13.073Z] [Pipeline] {
01:21:13 [2026-06-25T23:21:13.094Z] [Pipeline] }
01:21:13 [2026-06-25T23:21:13.105Z] [Pipeline] // script
01:21:13 [2026-06-25T23:21:13.121Z] [Pipeline] archiveArtifacts
01:21:13 [2026-06-25T23:21:13.123Z] Archiving artifacts
01:21:13 [2026-06-25T23:21:13.134Z] Enregistrement des empreintes numériques
01:21:13 [2026-06-25T23:21:13.148Z] [Pipeline] sh
01:21:13 [2026-06-25T23:21:13.405Z] + rm -rf target
01:21:13 [2026-06-25T23:21:13.410Z] [Pipeline] }
01:21:13 [2026-06-25T23:21:13.437Z] [Pipeline] // stage
01:21:13 [2026-06-25T23:21:13.448Z] [Pipeline] }
01:21:13 [2026-06-25T23:21:13.459Z] [Pipeline] // withEnv
01:21:13 [2026-06-25T23:21:13.470Z] [Pipeline] }
01:21:13 [2026-06-25T23:21:13.471Z] $ docker stop --time=1 a2996052314ed985a552b845378f8a5325f864bfe80ce4e49dde0ca32930e3eb
01:21:14 [2026-06-25T23:21:14.735Z] $ docker rm -f --volumes a2996052314ed985a552b845378f8a5325f864bfe80ce4e49dde0ca32930e3eb
01:21:14 [2026-06-25T23:21:14.773Z] [Pipeline] // withDockerContainer
01:21:14 [2026-06-25T23:21:14.786Z] [Pipeline] }
01:21:14 [2026-06-25T23:21:14.797Z] [Pipeline] // withEnv
01:21:14 [2026-06-25T23:21:14.815Z] [Pipeline] }
01:21:14 [2026-06-25T23:21:14.831Z] [Pipeline] // node
01:21:14 [2026-06-25T23:21:14.843Z] [Pipeline] End of Pipeline
01:21:14 [2026-06-25T23:21:14.926Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #262
01:21:14 [2026-06-25T23:21:14.926Z] Finished: SUCCESS