01:21:00 [2026-09-24T23:21:00.609Z] Lancé par une alarme périodique
01:21:00 [2026-09-24T23:21:00.609Z] Running as userbuild
01:21:01 [2026-09-24T23:21:01.288Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-09-24T23:21:01.708Z] [Pipeline] Start of Pipeline
01:21:02 [2026-09-24T23:21:02.002Z] [Pipeline] node
01:21:02 [2026-09-24T23:21:02.005Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2026-09-24T23:21:02.009Z] [Pipeline] {
01:21:02 [2026-09-24T23:21:02.026Z] [Pipeline] stage
01:21:02 [2026-09-24T23:21:02.026Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2026-09-24T23:21:02.038Z] [Pipeline] checkout
01:21:02 [2026-09-24T23:21:02.041Z] Selected Git installation does not exist. Using Default
01:21:02 [2026-09-24T23:21:02.041Z] The recommended git tool is: NONE
01:21:02 [2026-09-24T23:21:02.041Z] No credentials specified
01:21:02 [2026-09-24T23:21:02.041Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:02 [2026-09-24T23:21:02.046Z] Fetching changes from the remote Git repository
01:21:02 [2026-09-24T23:21:02.050Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2026-09-24T23:21:02.056Z] Cleaning workspace
01:21:02 [2026-09-24T23:21:02.056Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2026-09-24T23:21:02.061Z] Resetting working tree
01:21:02 [2026-09-24T23:21:02.061Z] > /usr/bin/git reset --hard # timeout=10
01:21:02 [2026-09-24T23:21:02.076Z] > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2026-09-24T23:21:02.082Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2026-09-24T23:21:02.082Z] > /usr/bin/git --version # timeout=10
01:21:02 [2026-09-24T23:21:02.086Z] > git --version # 'git version 2.43.0'
01:21:02 [2026-09-24T23:21:02.086Z] > /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-09-24T23:21:02.736Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2026-09-24T23:21:02.744Z] Checking out Revision 56f5661a313b8828cac18f92b68f2f116fbd2cc2 (refs/remotes/origin/master)
01:21:02 [2026-09-24T23:21:02.744Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2026-09-24T23:21:02.749Z] > /usr/bin/git checkout -f 56f5661a313b8828cac18f92b68f2f116fbd2cc2 # timeout=10
01:21:02 [2026-09-24T23:21:02.763Z] Commit message: "Quote the database connection URL passed to setupDB.sh"
01:21:02 [2026-09-24T23:21:02.763Z] > /usr/bin/git rev-list --no-walk c8dc7ef50e04c1b811eb42acbb89b17d98f982d7 # timeout=10
01:21:02 [2026-09-24T23:21:02.791Z] [Pipeline] }
01:21:02 [2026-09-24T23:21:02.802Z] [Pipeline] // stage
01:21:02 [2026-09-24T23:21:02.827Z] [Pipeline] withEnv
01:21:02 [2026-09-24T23:21:02.828Z] [Pipeline] {
01:21:02 [2026-09-24T23:21:02.966Z] [Pipeline] isUnix
01:21:02 [2026-09-24T23:21:02.967Z] [Pipeline] withEnv
01:21:02 [2026-09-24T23:21:02.967Z] [Pipeline] {
01:21:02 [2026-09-24T23:21:02.983Z] [Pipeline] sh
01:21:03 [2026-09-24T23:21:03.240Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2026-09-24T23:21:03.240Z] .
01:21:03 [2026-09-24T23:21:03.241Z] [Pipeline] }
01:21:03 [2026-09-24T23:21:03.255Z] [Pipeline] // withEnv
01:21:03 [2026-09-24T23:21:03.271Z] [Pipeline] withDockerContainer
01:21:03 [2026-09-24T23:21:03.314Z] Jenkins does not seem to be running inside a container
01:21:03 [2026-09-24T23:21:03.322Z] $ 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/.gradle/gradle.properties:/home/silverbuild/.gradle/gradle.properties -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-09-24T23:21:03.651Z] $ docker top d2744b576502fca712bb6c55ead771d85172801c447c5cdb3824a85defc164e3 -eo pid,comm
01:21:03 [2026-09-24T23:21:03.698Z] [Pipeline] {
01:21:03 [2026-09-24T23:21:03.722Z] [Pipeline] withEnv
01:21:03 [2026-09-24T23:21:03.722Z] [Pipeline] {
01:21:03 [2026-09-24T23:21:03.748Z] [Pipeline] stage
01:21:03 [2026-09-24T23:21:03.749Z] [Pipeline] { (Prepare the job)
01:21:03 [2026-09-24T23:21:03.792Z] [Pipeline] sh
01:21:04 [2026-09-24T23:21:04.048Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2026-09-24T23:21:04.601Z] [Pipeline] script
01:21:04 [2026-09-24T23:21:04.607Z] [Pipeline] {
01:21:04 [2026-09-24T23:21:04.625Z] [Pipeline] readMavenPom
01:21:04 [2026-09-24T23:21:04.652Z] 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-09-24T23:21:04.654Z] 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-09-24T23:21:04.656Z] 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-09-24T23:21:04.656Z] 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-09-24T23:21:04.656Z] 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-09-24T23:21:04.657Z] [Pipeline] sh
01:21:04 [2026-09-24T23:21:04.916Z] + rm -f pom.xml
01:21:04 [2026-09-24T23:21:04.916Z] [Pipeline] }
01:21:04 [2026-09-24T23:21:04.931Z] [Pipeline] // script
01:21:04 [2026-09-24T23:21:04.947Z] [Pipeline] }
01:21:04 [2026-09-24T23:21:04.961Z] [Pipeline] // stage
01:21:04 [2026-09-24T23:21:04.977Z] [Pipeline] stage
01:21:04 [2026-09-24T23:21:04.978Z] [Pipeline] { (Check POM parent version)
01:21:05 [2026-09-24T23:21:05.035Z] Stage "Check POM parent version" skipped due to when conditional
01:21:05 [2026-09-24T23:21:05.036Z] [Pipeline] getContext
01:21:05 [2026-09-24T23:21:05.037Z] [Pipeline] }
01:21:05 [2026-09-24T23:21:05.050Z] [Pipeline] // stage
01:21:05 [2026-09-24T23:21:05.064Z] [Pipeline] stage
01:21:05 [2026-09-24T23:21:05.064Z] [Pipeline] { (Checkout projects and check code changes)
01:21:05 [2026-09-24T23:21:05.085Z] [Pipeline] script
01:21:05 [2026-09-24T23:21:05.090Z] [Pipeline] {
01:21:05 [2026-09-24T23:21:05.110Z] [Pipeline] copyArtifacts
01:21:05 [2026-09-24T23:21:05.116Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 302
01:21:05 [2026-09-24T23:21:05.127Z] [Pipeline] fileExists
01:21:05 [2026-09-24T23:21:05.140Z] [Pipeline] readYaml
01:21:05 [2026-09-24T23:21:05.152Z] 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-09-24T23:21:05.155Z] [Pipeline] dir
01:21:05 [2026-09-24T23:21:05.155Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:05 [2026-09-24T23:21:05.155Z] [Pipeline] {
01:21:05 [2026-09-24T23:21:05.175Z] [Pipeline] git
01:21:05 [2026-09-24T23:21:05.177Z] The recommended git tool is: /usr/bin/git
01:21:05 [2026-09-24T23:21:05.178Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2026-09-24T23:21:05.191Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6a59c67c; decorates hudson.Launcher$LocalLauncher@53d93f07 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2026-09-24T23:21:05.192Z] > /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-09-24T23:21:05.198Z] Fetching changes from the remote Git repository
01:21:05 [2026-09-24T23:21:05.199Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:05 [2026-09-24T23:21:05.204Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:05 [2026-09-24T23:21:05.204Z] > /usr/bin/git --version # timeout=10
01:21:05 [2026-09-24T23:21:05.208Z] > git --version # 'git version 2.43.0'
01:21:05 [2026-09-24T23:21:05.208Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2026-09-24T23:21:05.213Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2026-09-24T23:21:06.770Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2026-09-24T23:21:06.777Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:06 [2026-09-24T23:21:06.777Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-09-24T23:21:06.783Z] > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-09-24T23:21:06.841Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2026-09-24T23:21:06.863Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2026-09-24T23:21:06.871Z] > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-09-24T23:21:06.970Z] 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-09-24T23:21:06.971Z] > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:07 [2026-09-24T23:21:07.001Z] [Pipeline] fileExists
01:21:07 [2026-09-24T23:21:07.018Z] [Pipeline] readMavenPom
01:21:07 [2026-09-24T23:21:07.039Z] [Pipeline] sh
01:21:07 [2026-09-24T23:21:07.298Z] + git rev-parse HEAD
01:21:07 [2026-09-24T23:21:07.301Z] [Pipeline] echo
01:21:07 [2026-09-24T23:21:07.301Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:07 [2026-09-24T23:21:07.304Z] [Pipeline] }
01:21:07 [2026-09-24T23:21:07.319Z] [Pipeline] // dir
01:21:07 [2026-09-24T23:21:07.334Z] [Pipeline] echo
01:21:07 [2026-09-24T23:21:07.334Z] Build skipped due to no changes have been done since the last build
01:21:07 [2026-09-24T23:21:07.350Z] [Pipeline] dir
01:21:07 [2026-09-24T23:21:07.350Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:07 [2026-09-24T23:21:07.351Z] [Pipeline] {
01:21:07 [2026-09-24T23:21:07.370Z] [Pipeline] git
01:21:07 [2026-09-24T23:21:07.372Z] The recommended git tool is: /usr/bin/git
01:21:07 [2026-09-24T23:21:07.373Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2026-09-24T23:21:07.382Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@211d5c44; decorates hudson.Launcher$LocalLauncher@4f0048f4 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2026-09-24T23:21:07.383Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:07 [2026-09-24T23:21:07.389Z] Fetching changes from the remote Git repository
01:21:07 [2026-09-24T23:21:07.393Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:07 [2026-09-24T23:21:07.398Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:07 [2026-09-24T23:21:07.398Z] > /usr/bin/git --version # timeout=10
01:21:07 [2026-09-24T23:21:07.403Z] > git --version # 'git version 2.43.0'
01:21:07 [2026-09-24T23:21:07.403Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2026-09-24T23:21:07.410Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-09-24T23:21:08.512Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-09-24T23:21:08.520Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:08 [2026-09-24T23:21:08.520Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-09-24T23:21:08.525Z] > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:08 [2026-09-24T23:21:08.552Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2026-09-24T23:21:08.566Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2026-09-24T23:21:08.574Z] > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:08 [2026-09-24T23:21:08.648Z] 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:08 [2026-09-24T23:21:08.648Z] > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:08 [2026-09-24T23:21:08.672Z] [Pipeline] fileExists
01:21:08 [2026-09-24T23:21:08.680Z] [Pipeline] readMavenPom
01:21:08 [2026-09-24T23:21:08.696Z] [Pipeline] sh
01:21:08 [2026-09-24T23:21:08.953Z] + git rev-parse HEAD
01:21:08 [2026-09-24T23:21:08.956Z] [Pipeline] echo
01:21:08 [2026-09-24T23:21:08.956Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:08 [2026-09-24T23:21:08.959Z] [Pipeline] }
01:21:08 [2026-09-24T23:21:08.974Z] [Pipeline] // dir
01:21:08 [2026-09-24T23:21:08.990Z] [Pipeline] echo
01:21:08 [2026-09-24T23:21:08.990Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-09-24T23:21:09.006Z] [Pipeline] dir
01:21:09 [2026-09-24T23:21:09.006Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:09 [2026-09-24T23:21:09.007Z] [Pipeline] {
01:21:09 [2026-09-24T23:21:09.027Z] [Pipeline] git
01:21:09 [2026-09-24T23:21:09.029Z] Selected Git installation does not exist. Using Default
01:21:09 [2026-09-24T23:21:09.029Z] The recommended git tool is: NONE
01:21:09 [2026-09-24T23:21:09.029Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-09-24T23:21:09.041Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5fee98be; decorates hudson.Launcher$LocalLauncher@5f72707d will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-09-24T23:21:09.041Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:09 [2026-09-24T23:21:09.047Z] Fetching changes from the remote Git repository
01:21:09 [2026-09-24T23:21:09.050Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:09 [2026-09-24T23:21:09.056Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:09 [2026-09-24T23:21:09.056Z] > /usr/bin/git --version # timeout=10
01:21:09 [2026-09-24T23:21:09.062Z] > git --version # 'git version 2.43.0'
01:21:09 [2026-09-24T23:21:09.062Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-09-24T23:21:09.069Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-09-24T23:21:09.823Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-09-24T23:21:09.829Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:09 [2026-09-24T23:21:09.829Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-09-24T23:21:09.835Z] > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:09 [2026-09-24T23:21:09.845Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-09-24T23:21:09.854Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-09-24T23:21:09.861Z] > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:09 [2026-09-24T23:21:09.876Z] 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:09 [2026-09-24T23:21:09.876Z] > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:09 [2026-09-24T23:21:09.897Z] [Pipeline] fileExists
01:21:09 [2026-09-24T23:21:09.905Z] [Pipeline] readMavenPom
01:21:09 [2026-09-24T23:21:09.925Z] [Pipeline] sh
01:21:10 [2026-09-24T23:21:10.182Z] + git rev-parse HEAD
01:21:10 [2026-09-24T23:21:10.184Z] [Pipeline] echo
01:21:10 [2026-09-24T23:21:10.185Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:10 [2026-09-24T23:21:10.187Z] [Pipeline] }
01:21:10 [2026-09-24T23:21:10.203Z] [Pipeline] // dir
01:21:10 [2026-09-24T23:21:10.219Z] [Pipeline] echo
01:21:10 [2026-09-24T23:21:10.219Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-09-24T23:21:10.236Z] [Pipeline] dir
01:21:10 [2026-09-24T23:21:10.237Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:10 [2026-09-24T23:21:10.237Z] [Pipeline] {
01:21:10 [2026-09-24T23:21:10.258Z] [Pipeline] git
01:21:10 [2026-09-24T23:21:10.260Z] The recommended git tool is: NONE
01:21:10 [2026-09-24T23:21:10.261Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2026-09-24T23:21:10.274Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@58a41620; decorates hudson.Launcher$LocalLauncher@17cbd946 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2026-09-24T23:21:10.274Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:10 [2026-09-24T23:21:10.280Z] Fetching changes from the remote Git repository
01:21:10 [2026-09-24T23:21:10.284Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:10 [2026-09-24T23:21:10.289Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:10 [2026-09-24T23:21:10.290Z] > /usr/bin/git --version # timeout=10
01:21:10 [2026-09-24T23:21:10.295Z] > git --version # 'git version 2.43.0'
01:21:10 [2026-09-24T23:21:10.295Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2026-09-24T23:21:10.301Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:11 [2026-09-24T23:21:11.059Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:11 [2026-09-24T23:21:11.066Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:11 [2026-09-24T23:21:11.066Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:11 [2026-09-24T23:21:11.072Z] > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:11 [2026-09-24T23:21:11.081Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:11 [2026-09-24T23:21:11.091Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:11 [2026-09-24T23:21:11.098Z] > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:11 [2026-09-24T23:21:11.109Z] 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:11 [2026-09-24T23:21:11.109Z] > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:11 [2026-09-24T23:21:11.131Z] [Pipeline] fileExists
01:21:11 [2026-09-24T23:21:11.151Z] [Pipeline] sh
01:21:11 [2026-09-24T23:21:11.409Z] + git rev-parse HEAD
01:21:11 [2026-09-24T23:21:11.412Z] [Pipeline] echo
01:21:11 [2026-09-24T23:21:11.412Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:11 [2026-09-24T23:21:11.414Z] [Pipeline] }
01:21:11 [2026-09-24T23:21:11.425Z] [Pipeline] // dir
01:21:11 [2026-09-24T23:21:11.439Z] [Pipeline] echo
01:21:11 [2026-09-24T23:21:11.439Z] Build skipped due to no changes have been done since the last build
01:21:11 [2026-09-24T23:21:11.457Z] [Pipeline] dir
01:21:11 [2026-09-24T23:21:11.457Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:11 [2026-09-24T23:21:11.458Z] [Pipeline] {
01:21:11 [2026-09-24T23:21:11.478Z] [Pipeline] git
01:21:11 [2026-09-24T23:21:11.480Z] The recommended git tool is: NONE
01:21:11 [2026-09-24T23:21:11.481Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:11 [2026-09-24T23:21:11.491Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@321c84ba; decorates hudson.Launcher$LocalLauncher@4c08ebda will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:11 [2026-09-24T23:21:11.491Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:11 [2026-09-24T23:21:11.498Z] Fetching changes from the remote Git repository
01:21:11 [2026-09-24T23:21:11.500Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:11 [2026-09-24T23:21:11.506Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:11 [2026-09-24T23:21:11.506Z] > /usr/bin/git --version # timeout=10
01:21:11 [2026-09-24T23:21:11.511Z] > git --version # 'git version 2.43.0'
01:21:11 [2026-09-24T23:21:11.511Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:11 [2026-09-24T23:21:11.518Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:12 [2026-09-24T23:21:12.314Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:12 [2026-09-24T23:21:12.321Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:12 [2026-09-24T23:21:12.321Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:12 [2026-09-24T23:21:12.327Z] > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:12 [2026-09-24T23:21:12.335Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:12 [2026-09-24T23:21:12.344Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:12 [2026-09-24T23:21:12.350Z] > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:12 [2026-09-24T23:21:12.363Z] 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:12 [2026-09-24T23:21:12.364Z] > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:12 [2026-09-24T23:21:12.395Z] [Pipeline] fileExists
01:21:12 [2026-09-24T23:21:12.412Z] [Pipeline] readMavenPom
01:21:12 [2026-09-24T23:21:12.433Z] [Pipeline] sh
01:21:12 [2026-09-24T23:21:12.690Z] + git rev-parse HEAD
01:21:12 [2026-09-24T23:21:12.693Z] [Pipeline] echo
01:21:12 [2026-09-24T23:21:12.693Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:12 [2026-09-24T23:21:12.695Z] [Pipeline] }
01:21:12 [2026-09-24T23:21:12.713Z] [Pipeline] // dir
01:21:12 [2026-09-24T23:21:12.730Z] [Pipeline] echo
01:21:12 [2026-09-24T23:21:12.730Z] Build skipped due to no changes have been done since the last build
01:21:12 [2026-09-24T23:21:12.748Z] [Pipeline] dir
01:21:12 [2026-09-24T23:21:12.749Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:12 [2026-09-24T23:21:12.749Z] [Pipeline] {
01:21:12 [2026-09-24T23:21:12.771Z] [Pipeline] git
01:21:12 [2026-09-24T23:21:12.773Z] The recommended git tool is: NONE
01:21:12 [2026-09-24T23:21:12.774Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:12 [2026-09-24T23:21:12.786Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@b540a4e; decorates hudson.Launcher$LocalLauncher@2e10b0f7 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:12 [2026-09-24T23:21:12.787Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:12 [2026-09-24T23:21:12.793Z] Fetching changes from the remote Git repository
01:21:12 [2026-09-24T23:21:12.797Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:12 [2026-09-24T23:21:12.802Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:12 [2026-09-24T23:21:12.802Z] > /usr/bin/git --version # timeout=10
01:21:12 [2026-09-24T23:21:12.808Z] > git --version # 'git version 2.43.0'
01:21:12 [2026-09-24T23:21:12.808Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:12 [2026-09-24T23:21:12.815Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:13 [2026-09-24T23:21:13.581Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:13 [2026-09-24T23:21:13.588Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:13 [2026-09-24T23:21:13.589Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:13 [2026-09-24T23:21:13.594Z] > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:13 [2026-09-24T23:21:13.601Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:13 [2026-09-24T23:21:13.613Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:13 [2026-09-24T23:21:13.619Z] > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:13 [2026-09-24T23:21:13.632Z] 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:13 [2026-09-24T23:21:13.633Z] > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:13 [2026-09-24T23:21:13.664Z] [Pipeline] fileExists
01:21:13 [2026-09-24T23:21:13.682Z] [Pipeline] readMavenPom
01:21:13 [2026-09-24T23:21:13.703Z] [Pipeline] sh
01:21:13 [2026-09-24T23:21:13.960Z] + git rev-parse HEAD
01:21:13 [2026-09-24T23:21:13.963Z] [Pipeline] echo
01:21:13 [2026-09-24T23:21:13.963Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:13 [2026-09-24T23:21:13.966Z] [Pipeline] }
01:21:13 [2026-09-24T23:21:13.983Z] [Pipeline] // dir
01:21:14 [2026-09-24T23:21:14.002Z] [Pipeline] echo
01:21:14 [2026-09-24T23:21:14.002Z] Build skipped due to no changes have been done since the last build
01:21:14 [2026-09-24T23:21:14.002Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.020Z] [Pipeline] // script
01:21:14 [2026-09-24T23:21:14.037Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.053Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.072Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.073Z] [Pipeline] { (Build Silverpeas)
01:21:14 [2026-09-24T23:21:14.101Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.102Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.124Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.125Z] [Pipeline] { (Build Silverpeas-Core)
01:21:14 [2026-09-24T23:21:14.143Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.144Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.146Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.163Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.180Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.180Z] [Pipeline] { (Build Silverpeas-Components)
01:21:14 [2026-09-24T23:21:14.195Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.196Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.197Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.211Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.226Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.227Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:14 [2026-09-24T23:21:14.239Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.240Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.242Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.254Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.267Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.267Z] [Pipeline] { (Build Silverpeas Setup)
01:21:14 [2026-09-24T23:21:14.279Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.280Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.281Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.292Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.304Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.305Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:14 [2026-09-24T23:21:14.315Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.316Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.317Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.327Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.338Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.339Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:14 [2026-09-24T23:21:14.348Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.349Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.351Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.360Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.370Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.371Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:14 [2026-09-24T23:21:14.380Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.381Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.382Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.391Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.401Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.401Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:14 [2026-09-24T23:21:14.410Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.410Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.412Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.420Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.429Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.430Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:14 [2026-09-24T23:21:14.438Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.439Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.440Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.448Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.457Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.458Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:14 [2026-09-24T23:21:14.466Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.467Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.468Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.476Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.485Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.486Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:14 [2026-09-24T23:21:14.493Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.494Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.496Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.503Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.513Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.513Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:14 [2026-09-24T23:21:14.521Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.522Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.523Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.530Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.539Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.540Z] [Pipeline] { (Publish Community Web Site)
01:21:14 [2026-09-24T23:21:14.547Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:14 [2026-09-24T23:21:14.548Z] [Pipeline] getContext
01:21:14 [2026-09-24T23:21:14.550Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.557Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.564Z] [Pipeline] }
01:21:14 [2026-09-24T23:21:14.571Z] [Pipeline] // stage
01:21:14 [2026-09-24T23:21:14.590Z] [Pipeline] stage
01:21:14 [2026-09-24T23:21:14.590Z] [Pipeline] { (Create YAML build report)
01:21:14 [2026-09-24T23:21:14.616Z] [Pipeline] script
01:21:14 [2026-09-24T23:21:14.620Z] [Pipeline] {
01:21:14 [2026-09-24T23:21:14.638Z] [Pipeline] sh
01:21:14 [2026-09-24T23:21:14.895Z] + mkdir -p target
01:21:14 [2026-09-24T23:21:14.897Z] [Pipeline] sh
01:21:15 [2026-09-24T23:21:15.154Z] + mv build.yaml target/
01:21:15 [2026-09-24T23:21:15.155Z] [Pipeline] }
01:21:15 [2026-09-24T23:21:15.167Z] [Pipeline] // script
01:21:15 [2026-09-24T23:21:15.185Z] [Pipeline] }
01:21:15 [2026-09-24T23:21:15.202Z] [Pipeline] // stage
01:21:15 [2026-09-24T23:21:15.227Z] [Pipeline] stage
01:21:15 [2026-09-24T23:21:15.228Z] [Pipeline] { (Declarative: Post Actions)
01:21:15 [2026-09-24T23:21:15.258Z] [Pipeline] step
01:21:15 [2026-09-24T23:21:15.290Z] [Pipeline] script
01:21:15 [2026-09-24T23:21:15.295Z] [Pipeline] {
01:21:15 [2026-09-24T23:21:15.332Z] [Pipeline] }
01:21:15 [2026-09-24T23:21:15.349Z] [Pipeline] // script
01:21:15 [2026-09-24T23:21:15.372Z] [Pipeline] archiveArtifacts
01:21:15 [2026-09-24T23:21:15.375Z] Archiving artifacts
01:21:15 [2026-09-24T23:21:15.393Z] Enregistrement des empreintes numériques
01:21:15 [2026-09-24T23:21:15.410Z] [Pipeline] sh
01:21:15 [2026-09-24T23:21:15.667Z] + rm -rf target
01:21:15 [2026-09-24T23:21:15.674Z] [Pipeline] }
01:21:15 [2026-09-24T23:21:15.694Z] [Pipeline] // stage
01:21:15 [2026-09-24T23:21:15.711Z] [Pipeline] }
01:21:15 [2026-09-24T23:21:15.729Z] [Pipeline] // withEnv
01:21:15 [2026-09-24T23:21:15.746Z] [Pipeline] }
01:21:15 [2026-09-24T23:21:15.747Z] $ docker stop --time=1 d2744b576502fca712bb6c55ead771d85172801c447c5cdb3824a85defc164e3
01:21:17 [2026-09-24T23:21:17.061Z] $ docker rm -f --volumes d2744b576502fca712bb6c55ead771d85172801c447c5cdb3824a85defc164e3
01:21:17 [2026-09-24T23:21:17.111Z] [Pipeline] // withDockerContainer
01:21:17 [2026-09-24T23:21:17.123Z] [Pipeline] }
01:21:17 [2026-09-24T23:21:17.141Z] [Pipeline] // withEnv
01:21:17 [2026-09-24T23:21:17.158Z] [Pipeline] }
01:21:17 [2026-09-24T23:21:17.176Z] [Pipeline] // node
01:21:17 [2026-09-24T23:21:17.188Z] [Pipeline] End of Pipeline
01:21:17 [2026-09-24T23:21:17.262Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #275
01:21:17 [2026-09-24T23:21:17.263Z] Finished: SUCCESS