01:21:00 [2026-02-20T00:21:00.355Z] Lancé par une alarme périodique
01:21:00 [2026-02-20T00:21:00.356Z] Running as userbuild
01:21:00 [2026-02-20T00:21:00.772Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-02-20T00:21:01.209Z] [Pipeline] Start of Pipeline
01:21:01 [2026-02-20T00:21:01.470Z] [Pipeline] node
01:21:01 [2026-02-20T00:21:01.473Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:01 [2026-02-20T00:21:01.476Z] [Pipeline] {
01:21:01 [2026-02-20T00:21:01.492Z] [Pipeline] stage
01:21:01 [2026-02-20T00:21:01.493Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:01 [2026-02-20T00:21:01.501Z] [Pipeline] checkout
01:21:01 [2026-02-20T00:21:01.503Z] Selected Git installation does not exist. Using Default
01:21:01 [2026-02-20T00:21:01.503Z] The recommended git tool is: NONE
01:21:01 [2026-02-20T00:21:01.503Z] No credentials specified
01:21:01 [2026-02-20T00:21:01.503Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:01 [2026-02-20T00:21:01.509Z] Fetching changes from the remote Git repository
01:21:01 [2026-02-20T00:21:01.510Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:01 [2026-02-20T00:21:01.519Z] Cleaning workspace
01:21:01 [2026-02-20T00:21:01.519Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:01 [2026-02-20T00:21:01.524Z] Resetting working tree
01:21:01 [2026-02-20T00:21:01.524Z] > /usr/bin/git reset --hard # timeout=10
01:21:01 [2026-02-20T00:21:01.537Z] > /usr/bin/git clean -fdx # timeout=10
01:21:01 [2026-02-20T00:21:01.544Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-02-20T00:21:01.544Z] > /usr/bin/git --version # timeout=10
01:21:01 [2026-02-20T00:21:01.548Z] > git --version # 'git version 2.43.0'
01:21:01 [2026-02-20T00:21:01.548Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:01 [2026-02-20T00:21:01.886Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:01 [2026-02-20T00:21:01.893Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
01:21:01 [2026-02-20T00:21:01.893Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:01 [2026-02-20T00:21:01.898Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:01 [2026-02-20T00:21:01.912Z] Commit message: "Fix SonarQube Maven execution in pipelines."
01:21:01 [2026-02-20T00:21:01.912Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:01 [2026-02-20T00:21:01.941Z] [Pipeline] }
01:21:01 [2026-02-20T00:21:01.950Z] [Pipeline] // stage
01:21:01 [2026-02-20T00:21:01.975Z] [Pipeline] withEnv
01:21:01 [2026-02-20T00:21:01.976Z] [Pipeline] {
01:21:02 [2026-02-20T00:21:02.120Z] [Pipeline] isUnix
01:21:02 [2026-02-20T00:21:02.121Z] [Pipeline] withEnv
01:21:02 [2026-02-20T00:21:02.121Z] [Pipeline] {
01:21:02 [2026-02-20T00:21:02.128Z] [Pipeline] sh
01:21:02 [2026-02-20T00:21:02.385Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:02 [2026-02-20T00:21:02.385Z] .
01:21:02 [2026-02-20T00:21:02.386Z] [Pipeline] }
01:21:02 [2026-02-20T00:21:02.399Z] [Pipeline] // withEnv
01:21:02 [2026-02-20T00:21:02.415Z] [Pipeline] withDockerContainer
01:21:02 [2026-02-20T00:21:02.451Z] Jenkins does not seem to be running inside a container
01:21:02 [2026-02-20T00:21:02.459Z] $ 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:02 [2026-02-20T00:21:02.804Z] $ docker top 0db3df1d46bb338e50acb2986cabe74c7c86789d5e3f2b5e470b6aab0c4d6bc1 -eo pid,comm
01:21:02 [2026-02-20T00:21:02.844Z] [Pipeline] {
01:21:02 [2026-02-20T00:21:02.859Z] [Pipeline] withEnv
01:21:02 [2026-02-20T00:21:02.859Z] [Pipeline] {
01:21:02 [2026-02-20T00:21:02.877Z] [Pipeline] stage
01:21:02 [2026-02-20T00:21:02.878Z] [Pipeline] { (Prepare the job)
01:21:02 [2026-02-20T00:21:02.914Z] [Pipeline] sh
01:21:03 [2026-02-20T00:21:03.171Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:03 [2026-02-20T00:21:03.424Z] [Pipeline] script
01:21:03 [2026-02-20T00:21:03.429Z] [Pipeline] {
01:21:03 [2026-02-20T00:21:03.447Z] [Pipeline] readMavenPom
01:21:03 [2026-02-20T00:21:03.474Z] 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:03 [2026-02-20T00:21:03.476Z] 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:03 [2026-02-20T00:21:03.477Z] 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:03 [2026-02-20T00:21:03.477Z] 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:03 [2026-02-20T00:21:03.477Z] 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:03 [2026-02-20T00:21:03.479Z] [Pipeline] sh
01:21:03 [2026-02-20T00:21:03.737Z] + rm -f pom.xml
01:21:03 [2026-02-20T00:21:03.738Z] [Pipeline] }
01:21:03 [2026-02-20T00:21:03.752Z] [Pipeline] // script
01:21:03 [2026-02-20T00:21:03.768Z] [Pipeline] }
01:21:03 [2026-02-20T00:21:03.781Z] [Pipeline] // stage
01:21:03 [2026-02-20T00:21:03.796Z] [Pipeline] stage
01:21:03 [2026-02-20T00:21:03.797Z] [Pipeline] { (Check POM parent version)
01:21:03 [2026-02-20T00:21:03.847Z] Stage "Check POM parent version" skipped due to when conditional
01:21:03 [2026-02-20T00:21:03.848Z] [Pipeline] getContext
01:21:03 [2026-02-20T00:21:03.850Z] [Pipeline] }
01:21:03 [2026-02-20T00:21:03.862Z] [Pipeline] // stage
01:21:03 [2026-02-20T00:21:03.875Z] [Pipeline] stage
01:21:03 [2026-02-20T00:21:03.875Z] [Pipeline] { (Checkout projects and check code changes)
01:21:03 [2026-02-20T00:21:03.895Z] [Pipeline] script
01:21:03 [2026-02-20T00:21:03.898Z] [Pipeline] {
01:21:03 [2026-02-20T00:21:03.919Z] [Pipeline] copyArtifacts
01:21:03 [2026-02-20T00:21:03.927Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 271
01:21:03 [2026-02-20T00:21:03.938Z] [Pipeline] fileExists
01:21:03 [2026-02-20T00:21:03.952Z] [Pipeline] readYaml
01:21:03 [2026-02-20T00:21:03.972Z] 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:03 [2026-02-20T00:21:03.976Z] [Pipeline] dir
01:21:03 [2026-02-20T00:21:03.977Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:03 [2026-02-20T00:21:03.978Z] [Pipeline] {
01:21:04 [2026-02-20T00:21:04.008Z] [Pipeline] git
01:21:04 [2026-02-20T00:21:04.010Z] The recommended git tool is: /usr/bin/git
01:21:04 [2026-02-20T00:21:04.012Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2026-02-20T00:21:04.026Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7e4bbb70; decorates hudson.Launcher$LocalLauncher@bae5267 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2026-02-20T00:21:04.027Z] > /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-02-20T00:21:04.033Z] Fetching changes from the remote Git repository
01:21:04 [2026-02-20T00:21:04.036Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2026-02-20T00:21:04.042Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2026-02-20T00:21:04.042Z] > /usr/bin/git --version # timeout=10
01:21:04 [2026-02-20T00:21:04.047Z] > git --version # 'git version 2.43.0'
01:21:04 [2026-02-20T00:21:04.047Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2026-02-20T00:21:04.053Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:04 [2026-02-20T00:21:04.875Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:04 [2026-02-20T00:21:04.884Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:04 [2026-02-20T00:21:04.884Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:04 [2026-02-20T00:21:04.890Z] > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:04 [2026-02-20T00:21:04.937Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:04 [2026-02-20T00:21:04.954Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:04 [2026-02-20T00:21:04.962Z] > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-02-20T00:21:05.055Z] 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-02-20T00:21:05.056Z] > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-02-20T00:21:05.084Z] [Pipeline] fileExists
01:21:05 [2026-02-20T00:21:05.092Z] [Pipeline] readMavenPom
01:21:05 [2026-02-20T00:21:05.116Z] [Pipeline] sh
01:21:05 [2026-02-20T00:21:05.375Z] + git rev-parse HEAD
01:21:05 [2026-02-20T00:21:05.377Z] [Pipeline] echo
01:21:05 [2026-02-20T00:21:05.378Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:05 [2026-02-20T00:21:05.380Z] [Pipeline] }
01:21:05 [2026-02-20T00:21:05.394Z] [Pipeline] // dir
01:21:05 [2026-02-20T00:21:05.409Z] [Pipeline] echo
01:21:05 [2026-02-20T00:21:05.410Z] Build skipped due to no changes have been done since the last build
01:21:05 [2026-02-20T00:21:05.425Z] [Pipeline] dir
01:21:05 [2026-02-20T00:21:05.426Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:05 [2026-02-20T00:21:05.426Z] [Pipeline] {
01:21:05 [2026-02-20T00:21:05.445Z] [Pipeline] git
01:21:05 [2026-02-20T00:21:05.447Z] The recommended git tool is: /usr/bin/git
01:21:05 [2026-02-20T00:21:05.448Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2026-02-20T00:21:05.461Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6b8a987b; decorates hudson.Launcher$LocalLauncher@7a0904ce will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2026-02-20T00:21:05.461Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:05 [2026-02-20T00:21:05.467Z] Fetching changes from the remote Git repository
01:21:05 [2026-02-20T00:21:05.470Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:05 [2026-02-20T00:21:05.476Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:05 [2026-02-20T00:21:05.476Z] > /usr/bin/git --version # timeout=10
01:21:05 [2026-02-20T00:21:05.481Z] > git --version # 'git version 2.43.0'
01:21:05 [2026-02-20T00:21:05.481Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2026-02-20T00:21:05.487Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2026-02-20T00:21:06.508Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2026-02-20T00:21:06.515Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:06 [2026-02-20T00:21:06.515Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-02-20T00:21:06.521Z] > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-02-20T00:21:06.547Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2026-02-20T00:21:06.561Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2026-02-20T00:21:06.568Z] > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-02-20T00:21:06.609Z] 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-02-20T00:21:06.609Z] > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-02-20T00:21:06.629Z] [Pipeline] fileExists
01:21:06 [2026-02-20T00:21:06.637Z] [Pipeline] readMavenPom
01:21:06 [2026-02-20T00:21:06.656Z] [Pipeline] sh
01:21:06 [2026-02-20T00:21:06.914Z] + git rev-parse HEAD
01:21:06 [2026-02-20T00:21:06.917Z] [Pipeline] echo
01:21:06 [2026-02-20T00:21:06.917Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:06 [2026-02-20T00:21:06.920Z] [Pipeline] }
01:21:06 [2026-02-20T00:21:06.935Z] [Pipeline] // dir
01:21:06 [2026-02-20T00:21:06.950Z] [Pipeline] echo
01:21:06 [2026-02-20T00:21:06.951Z] Build skipped due to no changes have been done since the last build
01:21:06 [2026-02-20T00:21:06.967Z] [Pipeline] dir
01:21:06 [2026-02-20T00:21:06.967Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:06 [2026-02-20T00:21:06.968Z] [Pipeline] {
01:21:06 [2026-02-20T00:21:06.987Z] [Pipeline] git
01:21:06 [2026-02-20T00:21:06.989Z] Selected Git installation does not exist. Using Default
01:21:06 [2026-02-20T00:21:06.989Z] The recommended git tool is: NONE
01:21:06 [2026-02-20T00:21:06.990Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2026-02-20T00:21:07.005Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@45196622; decorates hudson.Launcher$LocalLauncher@5136cbaf will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2026-02-20T00:21:07.006Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:07 [2026-02-20T00:21:07.013Z] Fetching changes from the remote Git repository
01:21:07 [2026-02-20T00:21:07.016Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2026-02-20T00:21:07.022Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2026-02-20T00:21:07.022Z] > /usr/bin/git --version # timeout=10
01:21:07 [2026-02-20T00:21:07.027Z] > git --version # 'git version 2.43.0'
01:21:07 [2026-02-20T00:21:07.027Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2026-02-20T00:21:07.034Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2026-02-20T00:21:07.620Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2026-02-20T00:21:07.626Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:07 [2026-02-20T00:21:07.626Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2026-02-20T00:21:07.633Z] > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-02-20T00:21:07.643Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2026-02-20T00:21:07.652Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2026-02-20T00:21:07.659Z] > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-02-20T00:21:07.678Z] 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-02-20T00:21:07.678Z] > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-02-20T00:21:07.709Z] [Pipeline] fileExists
01:21:07 [2026-02-20T00:21:07.725Z] [Pipeline] readMavenPom
01:21:07 [2026-02-20T00:21:07.746Z] [Pipeline] sh
01:21:08 [2026-02-20T00:21:08.005Z] + git rev-parse HEAD
01:21:08 [2026-02-20T00:21:08.008Z] [Pipeline] echo
01:21:08 [2026-02-20T00:21:08.008Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:08 [2026-02-20T00:21:08.010Z] [Pipeline] }
01:21:08 [2026-02-20T00:21:08.026Z] [Pipeline] // dir
01:21:08 [2026-02-20T00:21:08.043Z] [Pipeline] echo
01:21:08 [2026-02-20T00:21:08.044Z] Build skipped due to no changes have been done since the last build
01:21:08 [2026-02-20T00:21:08.061Z] [Pipeline] dir
01:21:08 [2026-02-20T00:21:08.061Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:08 [2026-02-20T00:21:08.062Z] [Pipeline] {
01:21:08 [2026-02-20T00:21:08.082Z] [Pipeline] git
01:21:08 [2026-02-20T00:21:08.084Z] The recommended git tool is: NONE
01:21:08 [2026-02-20T00:21:08.085Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2026-02-20T00:21:08.097Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4f88d26a; decorates hudson.Launcher$LocalLauncher@3ebeec98 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2026-02-20T00:21:08.097Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:08 [2026-02-20T00:21:08.105Z] Fetching changes from the remote Git repository
01:21:08 [2026-02-20T00:21:08.107Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:08 [2026-02-20T00:21:08.114Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:08 [2026-02-20T00:21:08.114Z] > /usr/bin/git --version # timeout=10
01:21:08 [2026-02-20T00:21:08.120Z] > git --version # 'git version 2.43.0'
01:21:08 [2026-02-20T00:21:08.120Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2026-02-20T00:21:08.126Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-02-20T00:21:08.508Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-02-20T00:21:08.516Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:08 [2026-02-20T00:21:08.516Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-02-20T00:21:08.522Z] > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-02-20T00:21:08.533Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2026-02-20T00:21:08.544Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2026-02-20T00:21:08.551Z] > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-02-20T00:21:08.565Z] 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-02-20T00:21:08.566Z] > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-02-20T00:21:08.587Z] [Pipeline] fileExists
01:21:08 [2026-02-20T00:21:08.598Z] [Pipeline] sh
01:21:08 [2026-02-20T00:21:08.855Z] + git rev-parse HEAD
01:21:08 [2026-02-20T00:21:08.857Z] [Pipeline] echo
01:21:08 [2026-02-20T00:21:08.858Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:08 [2026-02-20T00:21:08.860Z] [Pipeline] }
01:21:08 [2026-02-20T00:21:08.876Z] [Pipeline] // dir
01:21:08 [2026-02-20T00:21:08.893Z] [Pipeline] echo
01:21:08 [2026-02-20T00:21:08.893Z] Build skipped due to no changes have been done since the last build
01:21:08 [2026-02-20T00:21:08.910Z] [Pipeline] dir
01:21:08 [2026-02-20T00:21:08.911Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:08 [2026-02-20T00:21:08.912Z] [Pipeline] {
01:21:08 [2026-02-20T00:21:08.932Z] [Pipeline] git
01:21:08 [2026-02-20T00:21:08.934Z] The recommended git tool is: NONE
01:21:08 [2026-02-20T00:21:08.935Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2026-02-20T00:21:08.949Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@55fbfc2c; decorates hudson.Launcher$LocalLauncher@6ef6d741 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2026-02-20T00:21:08.950Z] > /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-02-20T00:21:08.956Z] Fetching changes from the remote Git repository
01:21:08 [2026-02-20T00:21:08.959Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:08 [2026-02-20T00:21:08.966Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:08 [2026-02-20T00:21:08.966Z] > /usr/bin/git --version # timeout=10
01:21:08 [2026-02-20T00:21:08.971Z] > git --version # 'git version 2.43.0'
01:21:08 [2026-02-20T00:21:08.971Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2026-02-20T00:21:08.977Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-02-20T00:21:09.539Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-02-20T00:21:09.545Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:09 [2026-02-20T00:21:09.545Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-02-20T00:21:09.551Z] > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-02-20T00:21:09.561Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-02-20T00:21:09.569Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-02-20T00:21:09.576Z] > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-02-20T00:21:09.585Z] 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-02-20T00:21:09.586Z] > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-02-20T00:21:09.606Z] [Pipeline] fileExists
01:21:09 [2026-02-20T00:21:09.616Z] [Pipeline] readMavenPom
01:21:09 [2026-02-20T00:21:09.627Z] [Pipeline] sh
01:21:09 [2026-02-20T00:21:09.883Z] + git rev-parse HEAD
01:21:09 [2026-02-20T00:21:09.886Z] [Pipeline] echo
01:21:09 [2026-02-20T00:21:09.887Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:09 [2026-02-20T00:21:09.889Z] [Pipeline] }
01:21:09 [2026-02-20T00:21:09.907Z] [Pipeline] // dir
01:21:09 [2026-02-20T00:21:09.924Z] [Pipeline] echo
01:21:09 [2026-02-20T00:21:09.925Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-02-20T00:21:09.942Z] [Pipeline] dir
01:21:09 [2026-02-20T00:21:09.943Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:09 [2026-02-20T00:21:09.944Z] [Pipeline] {
01:21:09 [2026-02-20T00:21:09.965Z] [Pipeline] git
01:21:09 [2026-02-20T00:21:09.967Z] The recommended git tool is: NONE
01:21:09 [2026-02-20T00:21:09.968Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-02-20T00:21:09.979Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@40867a1a; decorates hudson.Launcher$LocalLauncher@6431955c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-02-20T00:21:09.980Z] > /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-02-20T00:21:09.987Z] Fetching changes from the remote Git repository
01:21:09 [2026-02-20T00:21:09.990Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:09 [2026-02-20T00:21:09.996Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:09 [2026-02-20T00:21:09.996Z] > /usr/bin/git --version # timeout=10
01:21:10 [2026-02-20T00:21:10.001Z] > git --version # 'git version 2.43.0'
01:21:10 [2026-02-20T00:21:10.001Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2026-02-20T00:21:10.007Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2026-02-20T00:21:10.398Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2026-02-20T00:21:10.404Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:10 [2026-02-20T00:21:10.404Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2026-02-20T00:21:10.409Z] > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-02-20T00:21:10.418Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2026-02-20T00:21:10.428Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-02-20T00:21:10.435Z] > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-02-20T00:21:10.444Z] 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-02-20T00:21:10.445Z] > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-02-20T00:21:10.466Z] [Pipeline] fileExists
01:21:10 [2026-02-20T00:21:10.476Z] [Pipeline] readMavenPom
01:21:10 [2026-02-20T00:21:10.489Z] [Pipeline] sh
01:21:10 [2026-02-20T00:21:10.746Z] + git rev-parse HEAD
01:21:10 [2026-02-20T00:21:10.749Z] [Pipeline] echo
01:21:10 [2026-02-20T00:21:10.749Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:10 [2026-02-20T00:21:10.752Z] [Pipeline] }
01:21:10 [2026-02-20T00:21:10.769Z] [Pipeline] // dir
01:21:10 [2026-02-20T00:21:10.787Z] [Pipeline] echo
01:21:10 [2026-02-20T00:21:10.787Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-02-20T00:21:10.788Z] [Pipeline] }
01:21:10 [2026-02-20T00:21:10.804Z] [Pipeline] // script
01:21:10 [2026-02-20T00:21:10.822Z] [Pipeline] }
01:21:10 [2026-02-20T00:21:10.837Z] [Pipeline] // stage
01:21:10 [2026-02-20T00:21:10.855Z] [Pipeline] stage
01:21:10 [2026-02-20T00:21:10.856Z] [Pipeline] { (Build Silverpeas)
01:21:10 [2026-02-20T00:21:10.883Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-02-20T00:21:10.884Z] [Pipeline] getContext
01:21:10 [2026-02-20T00:21:10.906Z] [Pipeline] stage
01:21:10 [2026-02-20T00:21:10.907Z] [Pipeline] { (Build Silverpeas-Core)
01:21:10 [2026-02-20T00:21:10.924Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-02-20T00:21:10.925Z] [Pipeline] getContext
01:21:10 [2026-02-20T00:21:10.927Z] [Pipeline] }
01:21:10 [2026-02-20T00:21:10.943Z] [Pipeline] // stage
01:21:10 [2026-02-20T00:21:10.959Z] [Pipeline] stage
01:21:10 [2026-02-20T00:21:10.960Z] [Pipeline] { (Build Silverpeas-Components)
01:21:10 [2026-02-20T00:21:10.974Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2026-02-20T00:21:10.975Z] [Pipeline] getContext
01:21:10 [2026-02-20T00:21:10.977Z] [Pipeline] }
01:21:10 [2026-02-20T00:21:10.990Z] [Pipeline] // stage
01:21:11 [2026-02-20T00:21:11.005Z] [Pipeline] stage
01:21:11 [2026-02-20T00:21:11.006Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:11 [2026-02-20T00:21:11.019Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-02-20T00:21:11.020Z] [Pipeline] getContext
01:21:11 [2026-02-20T00:21:11.021Z] [Pipeline] }
01:21:11 [2026-02-20T00:21:11.033Z] [Pipeline] // stage
01:21:11 [2026-02-20T00:21:11.047Z] [Pipeline] stage
01:21:11 [2026-02-20T00:21:11.048Z] [Pipeline] { (Build Silverpeas Setup)
01:21:11 [2026-02-20T00:21:11.059Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-02-20T00:21:11.060Z] [Pipeline] getContext
01:21:11 [2026-02-20T00:21:11.062Z] [Pipeline] }
01:21:11 [2026-02-20T00:21:11.073Z] [Pipeline] // stage
01:21:11 [2026-02-20T00:21:11.085Z] [Pipeline] stage
01:21:11 [2026-02-20T00:21:11.086Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:11 [2026-02-20T00:21:11.096Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-02-20T00:21:11.097Z] [Pipeline] getContext
01:21:11 [2026-02-20T00:21:11.099Z] [Pipeline] }
01:21:11 [2026-02-20T00:21:11.109Z] [Pipeline] // stage
01:21:11 [2026-02-20T00:21:11.121Z] [Pipeline] stage
01:21:11 [2026-02-20T00:21:11.122Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:11 [2026-02-20T00:21:11.132Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-02-20T00:21:11.133Z] [Pipeline] getContext
01:21:11 [2026-02-20T00:21:11.134Z] [Pipeline] }
01:21:11 [2026-02-20T00:21:11.143Z] [Pipeline] // stage
01:21:11 [2026-02-20T00:21:11.155Z] [Pipeline] stage
01:21:11 [2026-02-20T00:21:11.155Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:11 [2026-02-20T00:21:11.164Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-02-20T00:21:11.165Z] [Pipeline] getContext
01:21:11 [2026-02-20T00:21:11.167Z] [Pipeline] }
01:21:11 [2026-02-20T00:21:11.176Z] [Pipeline] // stage
01:21:11 [2026-02-20T00:21:11.186Z] [Pipeline] stage
01:21:11 [2026-02-20T00:21:11.187Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:11 [2026-02-20T00:21:11.196Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-02-20T00:21:11.197Z] [Pipeline] getContext
01:21:11 [2026-02-20T00:21:11.199Z] [Pipeline] }
01:21:11 [2026-02-20T00:21:11.207Z] [Pipeline] // stage
01:21:11 [2026-02-20T00:21:11.216Z] [Pipeline] stage
01:21:11 [2026-02-20T00:21:11.217Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:11 [2026-02-20T00:21:11.226Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-02-20T00:21:11.227Z] [Pipeline] getContext
01:21:11 [2026-02-20T00:21:11.228Z] [Pipeline] }
01:21:11 [2026-02-20T00:21:11.236Z] [Pipeline] // stage
01:21:11 [2026-02-20T00:21:11.245Z] [Pipeline] stage
01:21:11 [2026-02-20T00:21:11.246Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:11 [2026-02-20T00:21:11.254Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-02-20T00:21:11.255Z] [Pipeline] getContext
01:21:11 [2026-02-20T00:21:11.256Z] [Pipeline] }
01:21:11 [2026-02-20T00:21:11.264Z] [Pipeline] // stage
01:21:11 [2026-02-20T00:21:11.273Z] [Pipeline] stage
01:21:11 [2026-02-20T00:21:11.274Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:11 [2026-02-20T00:21:11.281Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-02-20T00:21:11.282Z] [Pipeline] getContext
01:21:11 [2026-02-20T00:21:11.285Z] [Pipeline] }
01:21:11 [2026-02-20T00:21:11.292Z] [Pipeline] // stage
01:21:11 [2026-02-20T00:21:11.301Z] [Pipeline] stage
01:21:11 [2026-02-20T00:21:11.302Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:11 [2026-02-20T00:21:11.309Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-02-20T00:21:11.310Z] [Pipeline] getContext
01:21:11 [2026-02-20T00:21:11.311Z] [Pipeline] }
01:21:11 [2026-02-20T00:21:11.319Z] [Pipeline] // stage
01:21:11 [2026-02-20T00:21:11.328Z] [Pipeline] stage
01:21:11 [2026-02-20T00:21:11.328Z] [Pipeline] { (Publish Community Web Site)
01:21:11 [2026-02-20T00:21:11.336Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-02-20T00:21:11.337Z] [Pipeline] getContext
01:21:11 [2026-02-20T00:21:11.338Z] [Pipeline] }
01:21:11 [2026-02-20T00:21:11.346Z] [Pipeline] // stage
01:21:11 [2026-02-20T00:21:11.353Z] [Pipeline] }
01:21:11 [2026-02-20T00:21:11.360Z] [Pipeline] // stage
01:21:11 [2026-02-20T00:21:11.380Z] [Pipeline] stage
01:21:11 [2026-02-20T00:21:11.380Z] [Pipeline] { (Create YAML build report)
01:21:11 [2026-02-20T00:21:11.418Z] [Pipeline] script
01:21:11 [2026-02-20T00:21:11.423Z] [Pipeline] {
01:21:11 [2026-02-20T00:21:11.441Z] [Pipeline] sh
01:21:11 [2026-02-20T00:21:11.700Z] + mkdir -p target
01:21:11 [2026-02-20T00:21:11.701Z] [Pipeline] sh
01:21:11 [2026-02-20T00:21:11.959Z] + mv build.yaml target/
01:21:11 [2026-02-20T00:21:11.960Z] [Pipeline] }
01:21:11 [2026-02-20T00:21:11.977Z] [Pipeline] // script
01:21:11 [2026-02-20T00:21:11.995Z] [Pipeline] }
01:21:12 [2026-02-20T00:21:12.012Z] [Pipeline] // stage
01:21:12 [2026-02-20T00:21:12.036Z] [Pipeline] stage
01:21:12 [2026-02-20T00:21:12.037Z] [Pipeline] { (Declarative: Post Actions)
01:21:12 [2026-02-20T00:21:12.066Z] [Pipeline] step
01:21:12 [2026-02-20T00:21:12.101Z] [Pipeline] script
01:21:12 [2026-02-20T00:21:12.106Z] [Pipeline] {
01:21:12 [2026-02-20T00:21:12.141Z] [Pipeline] }
01:21:12 [2026-02-20T00:21:12.158Z] [Pipeline] // script
01:21:12 [2026-02-20T00:21:12.181Z] [Pipeline] archiveArtifacts
01:21:12 [2026-02-20T00:21:12.184Z] Archiving artifacts
01:21:12 [2026-02-20T00:21:12.202Z] Enregistrement des empreintes numériques
01:21:12 [2026-02-20T00:21:12.219Z] [Pipeline] sh
01:21:12 [2026-02-20T00:21:12.477Z] + rm -rf target
01:21:12 [2026-02-20T00:21:12.483Z] [Pipeline] }
01:21:12 [2026-02-20T00:21:12.500Z] [Pipeline] // stage
01:21:12 [2026-02-20T00:21:12.519Z] [Pipeline] }
01:21:12 [2026-02-20T00:21:12.538Z] [Pipeline] // withEnv
01:21:12 [2026-02-20T00:21:12.556Z] [Pipeline] }
01:21:12 [2026-02-20T00:21:12.556Z] $ docker stop --time=1 0db3df1d46bb338e50acb2986cabe74c7c86789d5e3f2b5e470b6aab0c4d6bc1
01:21:13 [2026-02-20T00:21:13.867Z] $ docker rm -f --volumes 0db3df1d46bb338e50acb2986cabe74c7c86789d5e3f2b5e470b6aab0c4d6bc1
01:21:13 [2026-02-20T00:21:13.919Z] [Pipeline] // withDockerContainer
01:21:13 [2026-02-20T00:21:13.938Z] [Pipeline] }
01:21:13 [2026-02-20T00:21:13.954Z] [Pipeline] // withEnv
01:21:13 [2026-02-20T00:21:13.971Z] [Pipeline] }
01:21:13 [2026-02-20T00:21:13.989Z] [Pipeline] // node
01:21:14 [2026-02-20T00:21:14.007Z] [Pipeline] End of Pipeline
01:21:14 [2026-02-20T00:21:14.104Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #244
01:21:14 [2026-02-20T00:21:14.105Z] Finished: SUCCESS