Skip to content
01:21:00 [2026-02-27T00:21:00.515Z] Lancé par une alarme périodique
01:21:00 [2026-02-27T00:21:00.517Z] Running as userbuild
01:21:00 [2026-02-27T00:21:00.900Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-02-27T00:21:01.574Z] [Pipeline] Start of Pipeline
01:21:02 [2026-02-27T00:21:02.096Z] [Pipeline] node
01:21:02 [2026-02-27T00:21:02.101Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2026-02-27T00:21:02.106Z] [Pipeline] {
01:21:02 [2026-02-27T00:21:02.130Z] [Pipeline] stage
01:21:02 [2026-02-27T00:21:02.132Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2026-02-27T00:21:02.146Z] [Pipeline] checkout
01:21:02 [2026-02-27T00:21:02.151Z] Selected Git installation does not exist. Using Default
01:21:02 [2026-02-27T00:21:02.151Z] The recommended git tool is: NONE
01:21:02 [2026-02-27T00:21:02.151Z] No credentials specified
01:21:02 [2026-02-27T00:21:02.151Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:02 [2026-02-27T00:21:02.157Z] Fetching changes from the remote Git repository
01:21:02 [2026-02-27T00:21:02.162Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2026-02-27T00:21:02.170Z] Cleaning workspace
01:21:02 [2026-02-27T00:21:02.170Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2026-02-27T00:21:02.175Z] Resetting working tree
01:21:02 [2026-02-27T00:21:02.175Z]  > /usr/bin/git reset --hard # timeout=10
01:21:02 [2026-02-27T00:21:02.187Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2026-02-27T00:21:02.194Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2026-02-27T00:21:02.194Z]  > /usr/bin/git --version # timeout=10
01:21:02 [2026-02-27T00:21:02.198Z]  > git --version # 'git version 2.43.0'
01:21:02 [2026-02-27T00:21:02.199Z]  > /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-02-27T00:21:02.531Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2026-02-27T00:21:02.538Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
01:21:02 [2026-02-27T00:21:02.538Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2026-02-27T00:21:02.543Z]  > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:02 [2026-02-27T00:21:02.560Z] Commit message: "Fix SonarQube Maven execution in pipelines."
01:21:02 [2026-02-27T00:21:02.560Z]  > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:02 [2026-02-27T00:21:02.582Z] [Pipeline] }
01:21:02 [2026-02-27T00:21:02.591Z] [Pipeline] // stage
01:21:02 [2026-02-27T00:21:02.626Z] [Pipeline] withEnv
01:21:02 [2026-02-27T00:21:02.627Z] [Pipeline] {
01:21:02 [2026-02-27T00:21:02.806Z] [Pipeline] isUnix
01:21:02 [2026-02-27T00:21:02.808Z] [Pipeline] withEnv
01:21:02 [2026-02-27T00:21:02.809Z] [Pipeline] {
01:21:02 [2026-02-27T00:21:02.827Z] [Pipeline] sh
01:21:03 [2026-02-27T00:21:03.085Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2026-02-27T00:21:03.085Z] .
01:21:03 [2026-02-27T00:21:03.087Z] [Pipeline] }
01:21:03 [2026-02-27T00:21:03.100Z] [Pipeline] // withEnv
01:21:03 [2026-02-27T00:21:03.114Z] [Pipeline] withDockerContainer
01:21:03 [2026-02-27T00:21:03.150Z] Jenkins does not seem to be running inside a container
01:21:03 [2026-02-27T00:21:03.158Z] $ 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-02-27T00:21:03.498Z] $ docker top 8b53ac46f07bdb6b8e4c57590435c9672fda415cbff800178cc5b158ce17166f -eo pid,comm
01:21:03 [2026-02-27T00:21:03.537Z] [Pipeline] {
01:21:03 [2026-02-27T00:21:03.571Z] [Pipeline] withEnv
01:21:03 [2026-02-27T00:21:03.572Z] [Pipeline] {
01:21:03 [2026-02-27T00:21:03.600Z] [Pipeline] stage
01:21:03 [2026-02-27T00:21:03.601Z] [Pipeline] { (Prepare the job)
01:21:03 [2026-02-27T00:21:03.658Z] [Pipeline] sh
01:21:03 [2026-02-27T00:21:03.918Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2026-02-27T00:21:04.172Z] [Pipeline] script
01:21:04 [2026-02-27T00:21:04.181Z] [Pipeline] {
01:21:04 [2026-02-27T00:21:04.200Z] [Pipeline] readMavenPom
01:21:04 [2026-02-27T00:21:04.229Z] 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-02-27T00:21:04.233Z] 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-02-27T00:21:04.234Z] 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-02-27T00:21:04.234Z] 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-02-27T00:21:04.235Z] 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-02-27T00:21:04.237Z] [Pipeline] sh
01:21:04 [2026-02-27T00:21:04.498Z] + rm -f pom.xml
01:21:04 [2026-02-27T00:21:04.500Z] [Pipeline] }
01:21:04 [2026-02-27T00:21:04.514Z] [Pipeline] // script
01:21:04 [2026-02-27T00:21:04.542Z] [Pipeline] }
01:21:04 [2026-02-27T00:21:04.560Z] [Pipeline] // stage
01:21:04 [2026-02-27T00:21:04.579Z] [Pipeline] stage
01:21:04 [2026-02-27T00:21:04.581Z] [Pipeline] { (Check POM parent version)
01:21:04 [2026-02-27T00:21:04.675Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2026-02-27T00:21:04.678Z] [Pipeline] getContext
01:21:04 [2026-02-27T00:21:04.690Z] [Pipeline] }
01:21:04 [2026-02-27T00:21:04.701Z] [Pipeline] // stage
01:21:04 [2026-02-27T00:21:04.718Z] [Pipeline] stage
01:21:04 [2026-02-27T00:21:04.719Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2026-02-27T00:21:04.752Z] [Pipeline] script
01:21:04 [2026-02-27T00:21:04.763Z] [Pipeline] {
01:21:04 [2026-02-27T00:21:04.787Z] [Pipeline] copyArtifacts
01:21:04 [2026-02-27T00:21:04.796Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 272
01:21:04 [2026-02-27T00:21:04.811Z] [Pipeline] fileExists
01:21:04 [2026-02-27T00:21:04.828Z] [Pipeline] readYaml
01:21:04 [2026-02-27T00:21:04.847Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named previousBuildVersion (to a value of type String) which could lead to memory leaks or other issues.
01:21:04 [2026-02-27T00:21:04.852Z] [Pipeline] dir
01:21:04 [2026-02-27T00:21:04.853Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2026-02-27T00:21:04.854Z] [Pipeline] {
01:21:04 [2026-02-27T00:21:04.876Z] [Pipeline] git
01:21:04 [2026-02-27T00:21:04.879Z] The recommended git tool is: /usr/bin/git
01:21:04 [2026-02-27T00:21:04.883Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2026-02-27T00:21:04.894Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@28556b08; decorates hudson.Launcher$LocalLauncher@e772b79 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2026-02-27T00:21:04.895Z]  > /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-27T00:21:04.903Z] Fetching changes from the remote Git repository
01:21:04 [2026-02-27T00:21:04.905Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2026-02-27T00:21:04.911Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2026-02-27T00:21:04.911Z]  > /usr/bin/git --version # timeout=10
01:21:04 [2026-02-27T00:21:04.916Z]  > git --version # 'git version 2.43.0'
01:21:04 [2026-02-27T00:21:04.916Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2026-02-27T00:21:04.922Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2026-02-27T00:21:06.025Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2026-02-27T00:21:06.033Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:06 [2026-02-27T00:21:06.033Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-02-27T00:21:06.038Z]  > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-02-27T00:21:06.095Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2026-02-27T00:21:06.112Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2026-02-27T00:21:06.119Z]  > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-02-27T00:21:06.207Z] 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-02-27T00:21:06.207Z]  > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-02-27T00:21:06.232Z] [Pipeline] fileExists
01:21:06 [2026-02-27T00:21:06.249Z] [Pipeline] readMavenPom
01:21:06 [2026-02-27T00:21:06.277Z] [Pipeline] sh
01:21:06 [2026-02-27T00:21:06.537Z] + git rev-parse HEAD
01:21:06 [2026-02-27T00:21:06.541Z] [Pipeline] echo
01:21:06 [2026-02-27T00:21:06.542Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:06 [2026-02-27T00:21:06.545Z] [Pipeline] }
01:21:06 [2026-02-27T00:21:06.560Z] [Pipeline] // dir
01:21:06 [2026-02-27T00:21:06.576Z] [Pipeline] echo
01:21:06 [2026-02-27T00:21:06.577Z] Build skipped due to no changes have been done since the last build
01:21:06 [2026-02-27T00:21:06.594Z] [Pipeline] dir
01:21:06 [2026-02-27T00:21:06.595Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:06 [2026-02-27T00:21:06.596Z] [Pipeline] {
01:21:06 [2026-02-27T00:21:06.617Z] [Pipeline] git
01:21:06 [2026-02-27T00:21:06.620Z] The recommended git tool is: /usr/bin/git
01:21:06 [2026-02-27T00:21:06.620Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2026-02-27T00:21:06.631Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4fda3d2c; decorates hudson.Launcher$LocalLauncher@7cf1e27e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2026-02-27T00:21:06.632Z]  > /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-02-27T00:21:06.637Z] Fetching changes from the remote Git repository
01:21:06 [2026-02-27T00:21:06.640Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:06 [2026-02-27T00:21:06.646Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:06 [2026-02-27T00:21:06.647Z]  > /usr/bin/git --version # timeout=10
01:21:06 [2026-02-27T00:21:06.651Z]  > git --version # 'git version 2.43.0'
01:21:06 [2026-02-27T00:21:06.652Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2026-02-27T00:21:06.658Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2026-02-27T00:21:07.709Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2026-02-27T00:21:07.716Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:07 [2026-02-27T00:21:07.716Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2026-02-27T00:21:07.721Z]  > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-02-27T00:21:07.753Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2026-02-27T00:21:07.768Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2026-02-27T00:21:07.775Z]  > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-02-27T00:21:07.816Z] 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-02-27T00:21:07.816Z]  > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2026-02-27T00:21:07.839Z] [Pipeline] fileExists
01:21:07 [2026-02-27T00:21:07.846Z] [Pipeline] readMavenPom
01:21:07 [2026-02-27T00:21:07.858Z] [Pipeline] sh
01:21:08 [2026-02-27T00:21:08.119Z] + git rev-parse HEAD
01:21:08 [2026-02-27T00:21:08.123Z] [Pipeline] echo
01:21:08 [2026-02-27T00:21:08.124Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:08 [2026-02-27T00:21:08.127Z] [Pipeline] }
01:21:08 [2026-02-27T00:21:08.143Z] [Pipeline] // dir
01:21:08 [2026-02-27T00:21:08.160Z] [Pipeline] echo
01:21:08 [2026-02-27T00:21:08.161Z] Build skipped due to no changes have been done since the last build
01:21:08 [2026-02-27T00:21:08.178Z] [Pipeline] dir
01:21:08 [2026-02-27T00:21:08.179Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:08 [2026-02-27T00:21:08.180Z] [Pipeline] {
01:21:08 [2026-02-27T00:21:08.202Z] [Pipeline] git
01:21:08 [2026-02-27T00:21:08.205Z] Selected Git installation does not exist. Using Default
01:21:08 [2026-02-27T00:21:08.205Z] The recommended git tool is: NONE
01:21:08 [2026-02-27T00:21:08.206Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2026-02-27T00:21:08.218Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3d7d59b6; decorates hudson.Launcher$LocalLauncher@36cfb30b will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2026-02-27T00:21:08.219Z]  > /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-02-27T00:21:08.226Z] Fetching changes from the remote Git repository
01:21:08 [2026-02-27T00:21:08.231Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:08 [2026-02-27T00:21:08.237Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:08 [2026-02-27T00:21:08.237Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2026-02-27T00:21:08.242Z]  > git --version # 'git version 2.43.0'
01:21:08 [2026-02-27T00:21:08.243Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2026-02-27T00:21:08.250Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-02-27T00:21:08.969Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-02-27T00:21:08.976Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:08 [2026-02-27T00:21:08.976Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-02-27T00:21:08.981Z]  > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2026-02-27T00:21:08.991Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-02-27T00:21:09.000Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-02-27T00:21:09.006Z]  > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:09 [2026-02-27T00:21:09.020Z] 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-02-27T00:21:09.021Z]  > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:09 [2026-02-27T00:21:09.042Z] [Pipeline] fileExists
01:21:09 [2026-02-27T00:21:09.051Z] [Pipeline] readMavenPom
01:21:09 [2026-02-27T00:21:09.064Z] [Pipeline] sh
01:21:09 [2026-02-27T00:21:09.325Z] + git rev-parse HEAD
01:21:09 [2026-02-27T00:21:09.329Z] [Pipeline] echo
01:21:09 [2026-02-27T00:21:09.330Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:09 [2026-02-27T00:21:09.332Z] [Pipeline] }
01:21:09 [2026-02-27T00:21:09.350Z] [Pipeline] // dir
01:21:09 [2026-02-27T00:21:09.368Z] [Pipeline] echo
01:21:09 [2026-02-27T00:21:09.368Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-02-27T00:21:09.386Z] [Pipeline] dir
01:21:09 [2026-02-27T00:21:09.386Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:09 [2026-02-27T00:21:09.387Z] [Pipeline] {
01:21:09 [2026-02-27T00:21:09.409Z] [Pipeline] git
01:21:09 [2026-02-27T00:21:09.413Z] The recommended git tool is: NONE
01:21:09 [2026-02-27T00:21:09.414Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-02-27T00:21:09.427Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@541fae8f; decorates hudson.Launcher$LocalLauncher@769f0238 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-02-27T00:21:09.428Z]  > /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-02-27T00:21:09.435Z] Fetching changes from the remote Git repository
01:21:09 [2026-02-27T00:21:09.439Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:09 [2026-02-27T00:21:09.445Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:09 [2026-02-27T00:21:09.446Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2026-02-27T00:21:09.451Z]  > git --version # 'git version 2.43.0'
01:21:09 [2026-02-27T00:21:09.451Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-02-27T00:21:09.458Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-02-27T00:21:09.835Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-02-27T00:21:09.840Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:09 [2026-02-27T00:21:09.840Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-02-27T00:21:09.844Z]  > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:09 [2026-02-27T00:21:09.854Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-02-27T00:21:09.861Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-02-27T00:21:09.867Z]  > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:09 [2026-02-27T00:21:09.877Z] 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-02-27T00:21:09.877Z]  > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:09 [2026-02-27T00:21:09.897Z] [Pipeline] fileExists
01:21:09 [2026-02-27T00:21:09.906Z] [Pipeline] sh
01:21:10 [2026-02-27T00:21:10.162Z] + git rev-parse HEAD
01:21:10 [2026-02-27T00:21:10.166Z] [Pipeline] echo
01:21:10 [2026-02-27T00:21:10.166Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:10 [2026-02-27T00:21:10.169Z] [Pipeline] }
01:21:10 [2026-02-27T00:21:10.185Z] [Pipeline] // dir
01:21:10 [2026-02-27T00:21:10.202Z] [Pipeline] echo
01:21:10 [2026-02-27T00:21:10.202Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-02-27T00:21:10.220Z] [Pipeline] dir
01:21:10 [2026-02-27T00:21:10.220Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:10 [2026-02-27T00:21:10.221Z] [Pipeline] {
01:21:10 [2026-02-27T00:21:10.244Z] [Pipeline] git
01:21:10 [2026-02-27T00:21:10.247Z] The recommended git tool is: NONE
01:21:10 [2026-02-27T00:21:10.248Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2026-02-27T00:21:10.258Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@318f1515; decorates hudson.Launcher$LocalLauncher@183f450 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2026-02-27T00:21:10.259Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:10 [2026-02-27T00:21:10.267Z] Fetching changes from the remote Git repository
01:21:10 [2026-02-27T00:21:10.270Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:10 [2026-02-27T00:21:10.278Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:10 [2026-02-27T00:21:10.278Z]  > /usr/bin/git --version # timeout=10
01:21:10 [2026-02-27T00:21:10.283Z]  > git --version # 'git version 2.43.0'
01:21:10 [2026-02-27T00:21:10.283Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2026-02-27T00:21:10.287Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2026-02-27T00:21:10.707Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2026-02-27T00:21:10.714Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:10 [2026-02-27T00:21:10.714Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2026-02-27T00:21:10.718Z]  > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2026-02-27T00:21:10.728Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2026-02-27T00:21:10.736Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-02-27T00:21:10.743Z]  > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2026-02-27T00:21:10.753Z] 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-02-27T00:21:10.754Z]  > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2026-02-27T00:21:10.773Z] [Pipeline] fileExists
01:21:10 [2026-02-27T00:21:10.782Z] [Pipeline] readMavenPom
01:21:10 [2026-02-27T00:21:10.792Z] [Pipeline] sh
01:21:11 [2026-02-27T00:21:11.049Z] + git rev-parse HEAD
01:21:11 [2026-02-27T00:21:11.052Z] [Pipeline] echo
01:21:11 [2026-02-27T00:21:11.053Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:11 [2026-02-27T00:21:11.054Z] [Pipeline] }
01:21:11 [2026-02-27T00:21:11.071Z] [Pipeline] // dir
01:21:11 [2026-02-27T00:21:11.088Z] [Pipeline] echo
01:21:11 [2026-02-27T00:21:11.089Z] Build skipped due to no changes have been done since the last build
01:21:11 [2026-02-27T00:21:11.107Z] [Pipeline] dir
01:21:11 [2026-02-27T00:21:11.108Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:11 [2026-02-27T00:21:11.109Z] [Pipeline] {
01:21:11 [2026-02-27T00:21:11.136Z] [Pipeline] git
01:21:11 [2026-02-27T00:21:11.139Z] The recommended git tool is: NONE
01:21:11 [2026-02-27T00:21:11.140Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:11 [2026-02-27T00:21:11.149Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@27ac1a7d; decorates hudson.Launcher$LocalLauncher@10575645 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:11 [2026-02-27T00:21:11.150Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:11 [2026-02-27T00:21:11.157Z] Fetching changes from the remote Git repository
01:21:11 [2026-02-27T00:21:11.160Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:11 [2026-02-27T00:21:11.167Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:11 [2026-02-27T00:21:11.167Z]  > /usr/bin/git --version # timeout=10
01:21:11 [2026-02-27T00:21:11.173Z]  > git --version # 'git version 2.43.0'
01:21:11 [2026-02-27T00:21:11.173Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:11 [2026-02-27T00:21:11.178Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:11 [2026-02-27T00:21:11.989Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:11 [2026-02-27T00:21:11.996Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:11 [2026-02-27T00:21:11.996Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:12 [2026-02-27T00:21:12.001Z]  > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:12 [2026-02-27T00:21:12.008Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:12 [2026-02-27T00:21:12.018Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:12 [2026-02-27T00:21:12.024Z]  > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:12 [2026-02-27T00:21:12.035Z] 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:12 [2026-02-27T00:21:12.036Z]  > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:12 [2026-02-27T00:21:12.057Z] [Pipeline] fileExists
01:21:12 [2026-02-27T00:21:12.067Z] [Pipeline] readMavenPom
01:21:12 [2026-02-27T00:21:12.080Z] [Pipeline] sh
01:21:12 [2026-02-27T00:21:12.339Z] + git rev-parse HEAD
01:21:12 [2026-02-27T00:21:12.342Z] [Pipeline] echo
01:21:12 [2026-02-27T00:21:12.343Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:12 [2026-02-27T00:21:12.345Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.363Z] [Pipeline] // dir
01:21:12 [2026-02-27T00:21:12.380Z] [Pipeline] echo
01:21:12 [2026-02-27T00:21:12.381Z] Build skipped due to no changes have been done since the last build
01:21:12 [2026-02-27T00:21:12.381Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.398Z] [Pipeline] // script
01:21:12 [2026-02-27T00:21:12.415Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.431Z] [Pipeline] // stage
01:21:12 [2026-02-27T00:21:12.451Z] [Pipeline] stage
01:21:12 [2026-02-27T00:21:12.452Z] [Pipeline] { (Build Silverpeas)
01:21:12 [2026-02-27T00:21:12.489Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-02-27T00:21:12.490Z] [Pipeline] getContext
01:21:12 [2026-02-27T00:21:12.517Z] [Pipeline] stage
01:21:12 [2026-02-27T00:21:12.518Z] [Pipeline] { (Build Silverpeas-Core)
01:21:12 [2026-02-27T00:21:12.536Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-02-27T00:21:12.537Z] [Pipeline] getContext
01:21:12 [2026-02-27T00:21:12.539Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.558Z] [Pipeline] // stage
01:21:12 [2026-02-27T00:21:12.574Z] [Pipeline] stage
01:21:12 [2026-02-27T00:21:12.575Z] [Pipeline] { (Build Silverpeas-Components)
01:21:12 [2026-02-27T00:21:12.592Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-02-27T00:21:12.594Z] [Pipeline] getContext
01:21:12 [2026-02-27T00:21:12.596Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.610Z] [Pipeline] // stage
01:21:12 [2026-02-27T00:21:12.626Z] [Pipeline] stage
01:21:12 [2026-02-27T00:21:12.627Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:12 [2026-02-27T00:21:12.640Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-02-27T00:21:12.642Z] [Pipeline] getContext
01:21:12 [2026-02-27T00:21:12.644Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.660Z] [Pipeline] // stage
01:21:12 [2026-02-27T00:21:12.678Z] [Pipeline] stage
01:21:12 [2026-02-27T00:21:12.679Z] [Pipeline] { (Build Silverpeas Setup)
01:21:12 [2026-02-27T00:21:12.691Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-02-27T00:21:12.692Z] [Pipeline] getContext
01:21:12 [2026-02-27T00:21:12.694Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.707Z] [Pipeline] // stage
01:21:12 [2026-02-27T00:21:12.721Z] [Pipeline] stage
01:21:12 [2026-02-27T00:21:12.722Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:12 [2026-02-27T00:21:12.734Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-02-27T00:21:12.735Z] [Pipeline] getContext
01:21:12 [2026-02-27T00:21:12.737Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.750Z] [Pipeline] // stage
01:21:12 [2026-02-27T00:21:12.763Z] [Pipeline] stage
01:21:12 [2026-02-27T00:21:12.764Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:12 [2026-02-27T00:21:12.774Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-02-27T00:21:12.775Z] [Pipeline] getContext
01:21:12 [2026-02-27T00:21:12.777Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.787Z] [Pipeline] // stage
01:21:12 [2026-02-27T00:21:12.799Z] [Pipeline] stage
01:21:12 [2026-02-27T00:21:12.800Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:12 [2026-02-27T00:21:12.810Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-02-27T00:21:12.811Z] [Pipeline] getContext
01:21:12 [2026-02-27T00:21:12.813Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.823Z] [Pipeline] // stage
01:21:12 [2026-02-27T00:21:12.835Z] [Pipeline] stage
01:21:12 [2026-02-27T00:21:12.836Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:12 [2026-02-27T00:21:12.847Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-02-27T00:21:12.849Z] [Pipeline] getContext
01:21:12 [2026-02-27T00:21:12.851Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.861Z] [Pipeline] // stage
01:21:12 [2026-02-27T00:21:12.872Z] [Pipeline] stage
01:21:12 [2026-02-27T00:21:12.873Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:12 [2026-02-27T00:21:12.882Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-02-27T00:21:12.883Z] [Pipeline] getContext
01:21:12 [2026-02-27T00:21:12.886Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.894Z] [Pipeline] // stage
01:21:12 [2026-02-27T00:21:12.904Z] [Pipeline] stage
01:21:12 [2026-02-27T00:21:12.905Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:12 [2026-02-27T00:21:12.914Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-02-27T00:21:12.915Z] [Pipeline] getContext
01:21:12 [2026-02-27T00:21:12.917Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.926Z] [Pipeline] // stage
01:21:12 [2026-02-27T00:21:12.936Z] [Pipeline] stage
01:21:12 [2026-02-27T00:21:12.937Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:12 [2026-02-27T00:21:12.946Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-02-27T00:21:12.947Z] [Pipeline] getContext
01:21:12 [2026-02-27T00:21:12.950Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.958Z] [Pipeline] // stage
01:21:12 [2026-02-27T00:21:12.969Z] [Pipeline] stage
01:21:12 [2026-02-27T00:21:12.970Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:12 [2026-02-27T00:21:12.978Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2026-02-27T00:21:12.979Z] [Pipeline] getContext
01:21:12 [2026-02-27T00:21:12.981Z] [Pipeline] }
01:21:12 [2026-02-27T00:21:12.991Z] [Pipeline] // stage
01:21:13 [2026-02-27T00:21:13.001Z] [Pipeline] stage
01:21:13 [2026-02-27T00:21:13.002Z] [Pipeline] { (Publish Community Web Site)
01:21:13 [2026-02-27T00:21:13.017Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-02-27T00:21:13.018Z] [Pipeline] getContext
01:21:13 [2026-02-27T00:21:13.020Z] [Pipeline] }
01:21:13 [2026-02-27T00:21:13.033Z] [Pipeline] // stage
01:21:13 [2026-02-27T00:21:13.046Z] [Pipeline] }
01:21:13 [2026-02-27T00:21:13.057Z] [Pipeline] // stage
01:21:13 [2026-02-27T00:21:13.075Z] [Pipeline] stage
01:21:13 [2026-02-27T00:21:13.075Z] [Pipeline] { (Create YAML build report)
01:21:13 [2026-02-27T00:21:13.104Z] [Pipeline] script
01:21:13 [2026-02-27T00:21:13.110Z] [Pipeline] {
01:21:13 [2026-02-27T00:21:13.129Z] [Pipeline] sh
01:21:13 [2026-02-27T00:21:13.388Z] + mkdir -p target
01:21:13 [2026-02-27T00:21:13.391Z] [Pipeline] sh
01:21:13 [2026-02-27T00:21:13.647Z] + mv build.yaml target/
01:21:13 [2026-02-27T00:21:13.649Z] [Pipeline] }
01:21:13 [2026-02-27T00:21:13.666Z] [Pipeline] // script
01:21:13 [2026-02-27T00:21:13.684Z] [Pipeline] }
01:21:13 [2026-02-27T00:21:13.701Z] [Pipeline] // stage
01:21:13 [2026-02-27T00:21:13.726Z] [Pipeline] stage
01:21:13 [2026-02-27T00:21:13.727Z] [Pipeline] { (Declarative: Post Actions)
01:21:13 [2026-02-27T00:21:13.758Z] [Pipeline] step
01:21:13 [2026-02-27T00:21:13.789Z] [Pipeline] script
01:21:13 [2026-02-27T00:21:13.794Z] [Pipeline] {
01:21:13 [2026-02-27T00:21:13.829Z] [Pipeline] }
01:21:13 [2026-02-27T00:21:13.845Z] [Pipeline] // script
01:21:13 [2026-02-27T00:21:13.868Z] [Pipeline] archiveArtifacts
01:21:13 [2026-02-27T00:21:13.871Z] Archiving artifacts
01:21:13 [2026-02-27T00:21:13.888Z] Enregistrement des empreintes numériques
01:21:13 [2026-02-27T00:21:13.906Z] [Pipeline] sh
01:21:14 [2026-02-27T00:21:14.165Z] + rm -rf target
01:21:14 [2026-02-27T00:21:14.174Z] [Pipeline] }
01:21:14 [2026-02-27T00:21:14.191Z] [Pipeline] // stage
01:21:14 [2026-02-27T00:21:14.208Z] [Pipeline] }
01:21:14 [2026-02-27T00:21:14.225Z] [Pipeline] // withEnv
01:21:14 [2026-02-27T00:21:14.242Z] [Pipeline] }
01:21:14 [2026-02-27T00:21:14.243Z] $ docker stop --time=1 8b53ac46f07bdb6b8e4c57590435c9672fda415cbff800178cc5b158ce17166f
01:21:15 [2026-02-27T00:21:15.576Z] $ docker rm -f --volumes 8b53ac46f07bdb6b8e4c57590435c9672fda415cbff800178cc5b158ce17166f
01:21:15 [2026-02-27T00:21:15.621Z] [Pipeline] // withDockerContainer
01:21:15 [2026-02-27T00:21:15.629Z] [Pipeline] }
01:21:15 [2026-02-27T00:21:15.637Z] [Pipeline] // withEnv
01:21:15 [2026-02-27T00:21:15.653Z] [Pipeline] }
01:21:15 [2026-02-27T00:21:15.670Z] [Pipeline] // node
01:21:15 [2026-02-27T00:21:15.687Z] [Pipeline] End of Pipeline
01:21:15 [2026-02-27T00:21:15.767Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #245
01:21:15 [2026-02-27T00:21:15.768Z] Finished: SUCCESS