Skip to content
01:21:00 [2026-03-13T00:21:00.035Z] Lancé par une alarme périodique
01:21:00 [2026-03-13T00:21:00.035Z] Running as userbuild
01:21:00 [2026-03-13T00:21:00.535Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-03-13T00:21:01.258Z] [Pipeline] Start of Pipeline
01:21:01 [2026-03-13T00:21:01.743Z] [Pipeline] node
01:21:01 [2026-03-13T00:21:01.746Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:01 [2026-03-13T00:21:01.754Z] [Pipeline] {
01:21:01 [2026-03-13T00:21:01.798Z] [Pipeline] stage
01:21:01 [2026-03-13T00:21:01.799Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:01 [2026-03-13T00:21:01.817Z] [Pipeline] checkout
01:21:01 [2026-03-13T00:21:01.820Z] Selected Git installation does not exist. Using Default
01:21:01 [2026-03-13T00:21:01.820Z] The recommended git tool is: NONE
01:21:01 [2026-03-13T00:21:01.820Z] No credentials specified
01:21:01 [2026-03-13T00:21:01.821Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:01 [2026-03-13T00:21:01.828Z] Fetching changes from the remote Git repository
01:21:01 [2026-03-13T00:21:01.833Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:01 [2026-03-13T00:21:01.840Z] Cleaning workspace
01:21:01 [2026-03-13T00:21:01.841Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:01 [2026-03-13T00:21:01.848Z] Resetting working tree
01:21:01 [2026-03-13T00:21:01.848Z]  > /usr/bin/git reset --hard # timeout=10
01:21:01 [2026-03-13T00:21:01.856Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:01 [2026-03-13T00:21:01.863Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-03-13T00:21:01.863Z]  > /usr/bin/git --version # timeout=10
01:21:01 [2026-03-13T00:21:01.868Z]  > git --version # 'git version 2.43.0'
01:21:01 [2026-03-13T00:21:01.869Z]  > /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-03-13T00:21:02.429Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2026-03-13T00:21:02.436Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
01:21:02 [2026-03-13T00:21:02.436Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2026-03-13T00:21:02.442Z]  > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:02 [2026-03-13T00:21:02.455Z] Commit message: "Fix SonarQube Maven execution in pipelines."
01:21:02 [2026-03-13T00:21:02.455Z]  > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:02 [2026-03-13T00:21:02.478Z] [Pipeline] }
01:21:02 [2026-03-13T00:21:02.489Z] [Pipeline] // stage
01:21:02 [2026-03-13T00:21:02.508Z] [Pipeline] withEnv
01:21:02 [2026-03-13T00:21:02.509Z] [Pipeline] {
01:21:02 [2026-03-13T00:21:02.676Z] [Pipeline] isUnix
01:21:02 [2026-03-13T00:21:02.678Z] [Pipeline] withEnv
01:21:02 [2026-03-13T00:21:02.678Z] [Pipeline] {
01:21:02 [2026-03-13T00:21:02.698Z] [Pipeline] sh
01:21:02 [2026-03-13T00:21:02.955Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:02 [2026-03-13T00:21:02.955Z] .
01:21:02 [2026-03-13T00:21:02.958Z] [Pipeline] }
01:21:02 [2026-03-13T00:21:02.975Z] [Pipeline] // withEnv
01:21:02 [2026-03-13T00:21:02.994Z] [Pipeline] withDockerContainer
01:21:03 [2026-03-13T00:21:03.038Z] Jenkins does not seem to be running inside a container
01:21:03 [2026-03-13T00:21:03.046Z] $ 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-03-13T00:21:03.355Z] $ docker top 902853ad8e24d178ffd7bd3b99a745bceee5b59e73f0c379753a78be42a5826a -eo pid,comm
01:21:03 [2026-03-13T00:21:03.394Z] [Pipeline] {
01:21:03 [2026-03-13T00:21:03.422Z] [Pipeline] withEnv
01:21:03 [2026-03-13T00:21:03.423Z] [Pipeline] {
01:21:03 [2026-03-13T00:21:03.439Z] [Pipeline] stage
01:21:03 [2026-03-13T00:21:03.439Z] [Pipeline] { (Prepare the job)
01:21:03 [2026-03-13T00:21:03.474Z] [Pipeline] sh
01:21:03 [2026-03-13T00:21:03.732Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:03 [2026-03-13T00:21:03.986Z] [Pipeline] script
01:21:03 [2026-03-13T00:21:03.992Z] [Pipeline] {
01:21:04 [2026-03-13T00:21:04.012Z] [Pipeline] readMavenPom
01:21:04 [2026-03-13T00:21:04.027Z] 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-03-13T00:21:04.029Z] 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-03-13T00:21:04.030Z] 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-03-13T00:21:04.030Z] 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-03-13T00:21:04.030Z] 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-03-13T00:21:04.031Z] [Pipeline] sh
01:21:04 [2026-03-13T00:21:04.287Z] + rm -f pom.xml
01:21:04 [2026-03-13T00:21:04.288Z] [Pipeline] }
01:21:04 [2026-03-13T00:21:04.302Z] [Pipeline] // script
01:21:04 [2026-03-13T00:21:04.315Z] [Pipeline] }
01:21:04 [2026-03-13T00:21:04.323Z] [Pipeline] // stage
01:21:04 [2026-03-13T00:21:04.339Z] [Pipeline] stage
01:21:04 [2026-03-13T00:21:04.340Z] [Pipeline] { (Check POM parent version)
01:21:04 [2026-03-13T00:21:04.428Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2026-03-13T00:21:04.430Z] [Pipeline] getContext
01:21:04 [2026-03-13T00:21:04.450Z] [Pipeline] }
01:21:04 [2026-03-13T00:21:04.459Z] [Pipeline] // stage
01:21:04 [2026-03-13T00:21:04.472Z] [Pipeline] stage
01:21:04 [2026-03-13T00:21:04.473Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2026-03-13T00:21:04.497Z] [Pipeline] script
01:21:04 [2026-03-13T00:21:04.504Z] [Pipeline] {
01:21:04 [2026-03-13T00:21:04.525Z] [Pipeline] copyArtifacts
01:21:04 [2026-03-13T00:21:04.533Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 274
01:21:04 [2026-03-13T00:21:04.547Z] [Pipeline] fileExists
01:21:04 [2026-03-13T00:21:04.562Z] [Pipeline] readYaml
01:21:04 [2026-03-13T00:21:04.581Z] 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-03-13T00:21:04.585Z] [Pipeline] dir
01:21:04 [2026-03-13T00:21:04.585Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2026-03-13T00:21:04.587Z] [Pipeline] {
01:21:04 [2026-03-13T00:21:04.602Z] [Pipeline] git
01:21:04 [2026-03-13T00:21:04.604Z] The recommended git tool is: /usr/bin/git
01:21:04 [2026-03-13T00:21:04.606Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2026-03-13T00:21:04.618Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1961f9a5; decorates hudson.Launcher$LocalLauncher@5b138f6b will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2026-03-13T00:21:04.619Z]  > /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-03-13T00:21:04.624Z] Fetching changes from the remote Git repository
01:21:04 [2026-03-13T00:21:04.627Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2026-03-13T00:21:04.632Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2026-03-13T00:21:04.633Z]  > /usr/bin/git --version # timeout=10
01:21:04 [2026-03-13T00:21:04.637Z]  > git --version # 'git version 2.43.0'
01:21:04 [2026-03-13T00:21:04.637Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2026-03-13T00:21:04.642Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2026-03-13T00:21:05.369Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2026-03-13T00:21:05.377Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:05 [2026-03-13T00:21:05.377Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2026-03-13T00:21:05.382Z]  > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-03-13T00:21:05.440Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2026-03-13T00:21:05.457Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2026-03-13T00:21:05.465Z]  > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-03-13T00:21:05.538Z] 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-03-13T00:21:05.538Z]  > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2026-03-13T00:21:05.562Z] [Pipeline] fileExists
01:21:05 [2026-03-13T00:21:05.571Z] [Pipeline] readMavenPom
01:21:05 [2026-03-13T00:21:05.589Z] [Pipeline] sh
01:21:05 [2026-03-13T00:21:05.849Z] + git rev-parse HEAD
01:21:05 [2026-03-13T00:21:05.852Z] [Pipeline] echo
01:21:05 [2026-03-13T00:21:05.853Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:05 [2026-03-13T00:21:05.857Z] [Pipeline] }
01:21:05 [2026-03-13T00:21:05.873Z] [Pipeline] // dir
01:21:05 [2026-03-13T00:21:05.890Z] [Pipeline] echo
01:21:05 [2026-03-13T00:21:05.890Z] Build skipped due to no changes have been done since the last build
01:21:05 [2026-03-13T00:21:05.908Z] [Pipeline] dir
01:21:05 [2026-03-13T00:21:05.908Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:05 [2026-03-13T00:21:05.909Z] [Pipeline] {
01:21:05 [2026-03-13T00:21:05.932Z] [Pipeline] git
01:21:05 [2026-03-13T00:21:05.934Z] The recommended git tool is: /usr/bin/git
01:21:05 [2026-03-13T00:21:05.934Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2026-03-13T00:21:05.944Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1d268d42; decorates hudson.Launcher$LocalLauncher@7b86b2e3 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2026-03-13T00:21:05.944Z]  > /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-03-13T00:21:05.951Z] Fetching changes from the remote Git repository
01:21:05 [2026-03-13T00:21:05.953Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:05 [2026-03-13T00:21:05.959Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:05 [2026-03-13T00:21:05.959Z]  > /usr/bin/git --version # timeout=10
01:21:05 [2026-03-13T00:21:05.964Z]  > git --version # 'git version 2.43.0'
01:21:05 [2026-03-13T00:21:05.964Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2026-03-13T00:21:05.969Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2026-03-13T00:21:06.749Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2026-03-13T00:21:06.756Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:06 [2026-03-13T00:21:06.756Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-03-13T00:21:06.762Z]  > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-03-13T00:21:06.787Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2026-03-13T00:21:06.800Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2026-03-13T00:21:06.808Z]  > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-03-13T00:21:06.850Z] 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-03-13T00:21:06.851Z]  > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2026-03-13T00:21:06.874Z] [Pipeline] fileExists
01:21:06 [2026-03-13T00:21:06.884Z] [Pipeline] readMavenPom
01:21:06 [2026-03-13T00:21:06.898Z] [Pipeline] sh
01:21:07 [2026-03-13T00:21:07.161Z] + git rev-parse HEAD
01:21:07 [2026-03-13T00:21:07.164Z] [Pipeline] echo
01:21:07 [2026-03-13T00:21:07.165Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:07 [2026-03-13T00:21:07.168Z] [Pipeline] }
01:21:07 [2026-03-13T00:21:07.187Z] [Pipeline] // dir
01:21:07 [2026-03-13T00:21:07.205Z] [Pipeline] echo
01:21:07 [2026-03-13T00:21:07.206Z] Build skipped due to no changes have been done since the last build
01:21:07 [2026-03-13T00:21:07.234Z] [Pipeline] dir
01:21:07 [2026-03-13T00:21:07.235Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:07 [2026-03-13T00:21:07.235Z] [Pipeline] {
01:21:07 [2026-03-13T00:21:07.256Z] [Pipeline] git
01:21:07 [2026-03-13T00:21:07.258Z] Selected Git installation does not exist. Using Default
01:21:07 [2026-03-13T00:21:07.258Z] The recommended git tool is: NONE
01:21:07 [2026-03-13T00:21:07.259Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2026-03-13T00:21:07.273Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3490e763; decorates hudson.Launcher$LocalLauncher@2197d6f3 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2026-03-13T00:21:07.273Z]  > /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-03-13T00:21:07.280Z] Fetching changes from the remote Git repository
01:21:07 [2026-03-13T00:21:07.282Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2026-03-13T00:21:07.288Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2026-03-13T00:21:07.288Z]  > /usr/bin/git --version # timeout=10
01:21:07 [2026-03-13T00:21:07.293Z]  > git --version # 'git version 2.43.0'
01:21:07 [2026-03-13T00:21:07.293Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2026-03-13T00:21:07.298Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2026-03-13T00:21:07.836Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2026-03-13T00:21:07.845Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:07 [2026-03-13T00:21:07.845Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2026-03-13T00:21:07.850Z]  > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-03-13T00:21:07.859Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2026-03-13T00:21:07.868Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2026-03-13T00:21:07.875Z]  > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-03-13T00:21:07.889Z] 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-03-13T00:21:07.889Z]  > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2026-03-13T00:21:07.909Z] [Pipeline] fileExists
01:21:07 [2026-03-13T00:21:07.917Z] [Pipeline] readMavenPom
01:21:07 [2026-03-13T00:21:07.929Z] [Pipeline] sh
01:21:08 [2026-03-13T00:21:08.189Z] + git rev-parse HEAD
01:21:08 [2026-03-13T00:21:08.193Z] [Pipeline] echo
01:21:08 [2026-03-13T00:21:08.193Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:08 [2026-03-13T00:21:08.196Z] [Pipeline] }
01:21:08 [2026-03-13T00:21:08.215Z] [Pipeline] // dir
01:21:08 [2026-03-13T00:21:08.233Z] [Pipeline] echo
01:21:08 [2026-03-13T00:21:08.234Z] Build skipped due to no changes have been done since the last build
01:21:08 [2026-03-13T00:21:08.252Z] [Pipeline] dir
01:21:08 [2026-03-13T00:21:08.252Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:08 [2026-03-13T00:21:08.253Z] [Pipeline] {
01:21:08 [2026-03-13T00:21:08.276Z] [Pipeline] git
01:21:08 [2026-03-13T00:21:08.279Z] The recommended git tool is: NONE
01:21:08 [2026-03-13T00:21:08.280Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2026-03-13T00:21:08.297Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@489c0dcc; decorates hudson.Launcher$LocalLauncher@22807b4e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2026-03-13T00:21:08.298Z]  > /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-03-13T00:21:08.304Z] Fetching changes from the remote Git repository
01:21:08 [2026-03-13T00:21:08.309Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:08 [2026-03-13T00:21:08.316Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:08 [2026-03-13T00:21:08.316Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2026-03-13T00:21:08.321Z]  > git --version # 'git version 2.43.0'
01:21:08 [2026-03-13T00:21:08.321Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2026-03-13T00:21:08.326Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-03-13T00:21:08.876Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-03-13T00:21:08.883Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:08 [2026-03-13T00:21:08.884Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-03-13T00:21:08.889Z]  > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-03-13T00:21:08.898Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2026-03-13T00:21:08.908Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2026-03-13T00:21:08.915Z]  > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-03-13T00:21:08.930Z] 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-03-13T00:21:08.931Z]  > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2026-03-13T00:21:08.962Z] [Pipeline] fileExists
01:21:08 [2026-03-13T00:21:08.973Z] [Pipeline] sh
01:21:09 [2026-03-13T00:21:09.230Z] + git rev-parse HEAD
01:21:09 [2026-03-13T00:21:09.234Z] [Pipeline] echo
01:21:09 [2026-03-13T00:21:09.234Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:09 [2026-03-13T00:21:09.237Z] [Pipeline] }
01:21:09 [2026-03-13T00:21:09.254Z] [Pipeline] // dir
01:21:09 [2026-03-13T00:21:09.271Z] [Pipeline] echo
01:21:09 [2026-03-13T00:21:09.272Z] Build skipped due to no changes have been done since the last build
01:21:09 [2026-03-13T00:21:09.290Z] [Pipeline] dir
01:21:09 [2026-03-13T00:21:09.291Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:09 [2026-03-13T00:21:09.291Z] [Pipeline] {
01:21:09 [2026-03-13T00:21:09.313Z] [Pipeline] git
01:21:09 [2026-03-13T00:21:09.316Z] The recommended git tool is: NONE
01:21:09 [2026-03-13T00:21:09.316Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2026-03-13T00:21:09.325Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@59adcab8; decorates hudson.Launcher$LocalLauncher@7d2f46c8 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2026-03-13T00:21:09.326Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:09 [2026-03-13T00:21:09.333Z] Fetching changes from the remote Git repository
01:21:09 [2026-03-13T00:21:09.336Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:09 [2026-03-13T00:21:09.342Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:09 [2026-03-13T00:21:09.342Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2026-03-13T00:21:09.347Z]  > git --version # 'git version 2.43.0'
01:21:09 [2026-03-13T00:21:09.347Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2026-03-13T00:21:09.353Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-03-13T00:21:09.742Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-03-13T00:21:09.748Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:09 [2026-03-13T00:21:09.749Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-03-13T00:21:09.754Z]  > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-03-13T00:21:09.764Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-03-13T00:21:09.773Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-03-13T00:21:09.780Z]  > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-03-13T00:21:09.792Z] 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-03-13T00:21:09.793Z]  > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2026-03-13T00:21:09.824Z] [Pipeline] fileExists
01:21:09 [2026-03-13T00:21:09.835Z] [Pipeline] readMavenPom
01:21:09 [2026-03-13T00:21:09.849Z] [Pipeline] sh
01:21:10 [2026-03-13T00:21:10.108Z] + git rev-parse HEAD
01:21:10 [2026-03-13T00:21:10.112Z] [Pipeline] echo
01:21:10 [2026-03-13T00:21:10.113Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:10 [2026-03-13T00:21:10.115Z] [Pipeline] }
01:21:10 [2026-03-13T00:21:10.133Z] [Pipeline] // dir
01:21:10 [2026-03-13T00:21:10.152Z] [Pipeline] echo
01:21:10 [2026-03-13T00:21:10.152Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-03-13T00:21:10.172Z] [Pipeline] dir
01:21:10 [2026-03-13T00:21:10.172Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:10 [2026-03-13T00:21:10.173Z] [Pipeline] {
01:21:10 [2026-03-13T00:21:10.196Z] [Pipeline] git
01:21:10 [2026-03-13T00:21:10.199Z] The recommended git tool is: NONE
01:21:10 [2026-03-13T00:21:10.200Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2026-03-13T00:21:10.211Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6b20b7e; decorates hudson.Launcher$LocalLauncher@418eb93e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2026-03-13T00:21:10.212Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:10 [2026-03-13T00:21:10.219Z] Fetching changes from the remote Git repository
01:21:10 [2026-03-13T00:21:10.223Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:10 [2026-03-13T00:21:10.229Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:10 [2026-03-13T00:21:10.229Z]  > /usr/bin/git --version # timeout=10
01:21:10 [2026-03-13T00:21:10.235Z]  > git --version # 'git version 2.43.0'
01:21:10 [2026-03-13T00:21:10.235Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2026-03-13T00:21:10.240Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2026-03-13T00:21:10.788Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2026-03-13T00:21:10.795Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:10 [2026-03-13T00:21:10.795Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2026-03-13T00:21:10.800Z]  > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-03-13T00:21:10.810Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2026-03-13T00:21:10.821Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-03-13T00:21:10.828Z]  > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-03-13T00:21:10.839Z] 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-03-13T00:21:10.839Z]  > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2026-03-13T00:21:10.885Z] [Pipeline] fileExists
01:21:10 [2026-03-13T00:21:10.905Z] [Pipeline] readMavenPom
01:21:10 [2026-03-13T00:21:10.930Z] [Pipeline] sh
01:21:11 [2026-03-13T00:21:11.189Z] + git rev-parse HEAD
01:21:11 [2026-03-13T00:21:11.193Z] [Pipeline] echo
01:21:11 [2026-03-13T00:21:11.193Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:11 [2026-03-13T00:21:11.196Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.217Z] [Pipeline] // dir
01:21:11 [2026-03-13T00:21:11.236Z] [Pipeline] echo
01:21:11 [2026-03-13T00:21:11.237Z] Build skipped due to no changes have been done since the last build
01:21:11 [2026-03-13T00:21:11.237Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.255Z] [Pipeline] // script
01:21:11 [2026-03-13T00:21:11.273Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.288Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.305Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.306Z] [Pipeline] { (Build Silverpeas)
01:21:11 [2026-03-13T00:21:11.336Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.338Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.361Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.362Z] [Pipeline] { (Build Silverpeas-Core)
01:21:11 [2026-03-13T00:21:11.380Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.381Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.384Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.401Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.418Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.419Z] [Pipeline] { (Build Silverpeas-Components)
01:21:11 [2026-03-13T00:21:11.433Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.434Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.436Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.449Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.464Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.465Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:11 [2026-03-13T00:21:11.478Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.479Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.480Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.491Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.504Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.505Z] [Pipeline] { (Build Silverpeas Setup)
01:21:11 [2026-03-13T00:21:11.516Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.517Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.518Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.529Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.541Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.542Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:11 [2026-03-13T00:21:11.553Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.553Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.555Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.564Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.575Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.576Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:11 [2026-03-13T00:21:11.585Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.586Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.587Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.596Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.606Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.607Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:11 [2026-03-13T00:21:11.615Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.616Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.617Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.625Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.635Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.635Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:11 [2026-03-13T00:21:11.643Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.644Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.645Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.652Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.661Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.662Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:11 [2026-03-13T00:21:11.669Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.670Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.671Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.678Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.686Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.687Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:11 [2026-03-13T00:21:11.694Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.694Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.695Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.702Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.709Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.710Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:11 [2026-03-13T00:21:11.717Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.717Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.718Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.725Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.733Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.734Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:11 [2026-03-13T00:21:11.741Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.742Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.743Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.750Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.757Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.758Z] [Pipeline] { (Publish Community Web Site)
01:21:11 [2026-03-13T00:21:11.765Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2026-03-13T00:21:11.766Z] [Pipeline] getContext
01:21:11 [2026-03-13T00:21:11.766Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.773Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.782Z] [Pipeline] }
01:21:11 [2026-03-13T00:21:11.793Z] [Pipeline] // stage
01:21:11 [2026-03-13T00:21:11.811Z] [Pipeline] stage
01:21:11 [2026-03-13T00:21:11.811Z] [Pipeline] { (Create YAML build report)
01:21:11 [2026-03-13T00:21:11.840Z] [Pipeline] script
01:21:11 [2026-03-13T00:21:11.845Z] [Pipeline] {
01:21:11 [2026-03-13T00:21:11.865Z] [Pipeline] sh
01:21:12 [2026-03-13T00:21:12.123Z] + mkdir -p target
01:21:12 [2026-03-13T00:21:12.126Z] [Pipeline] sh
01:21:12 [2026-03-13T00:21:12.386Z] + mv build.yaml target/
01:21:12 [2026-03-13T00:21:12.387Z] [Pipeline] }
01:21:12 [2026-03-13T00:21:12.405Z] [Pipeline] // script
01:21:12 [2026-03-13T00:21:12.425Z] [Pipeline] }
01:21:12 [2026-03-13T00:21:12.444Z] [Pipeline] // stage
01:21:12 [2026-03-13T00:21:12.469Z] [Pipeline] stage
01:21:12 [2026-03-13T00:21:12.470Z] [Pipeline] { (Declarative: Post Actions)
01:21:12 [2026-03-13T00:21:12.517Z] [Pipeline] step
01:21:12 [2026-03-13T00:21:12.551Z] [Pipeline] script
01:21:12 [2026-03-13T00:21:12.558Z] [Pipeline] {
01:21:12 [2026-03-13T00:21:12.595Z] [Pipeline] }
01:21:12 [2026-03-13T00:21:12.611Z] [Pipeline] // script
01:21:12 [2026-03-13T00:21:12.634Z] [Pipeline] archiveArtifacts
01:21:12 [2026-03-13T00:21:12.638Z] Archiving artifacts
01:21:12 [2026-03-13T00:21:12.654Z] Enregistrement des empreintes numériques
01:21:12 [2026-03-13T00:21:12.671Z] [Pipeline] sh
01:21:12 [2026-03-13T00:21:12.929Z] + rm -rf target
01:21:12 [2026-03-13T00:21:12.939Z] [Pipeline] }
01:21:12 [2026-03-13T00:21:12.957Z] [Pipeline] // stage
01:21:12 [2026-03-13T00:21:12.978Z] [Pipeline] }
01:21:12 [2026-03-13T00:21:12.996Z] [Pipeline] // withEnv
01:21:13 [2026-03-13T00:21:13.013Z] [Pipeline] }
01:21:13 [2026-03-13T00:21:13.014Z] $ docker stop --time=1 902853ad8e24d178ffd7bd3b99a745bceee5b59e73f0c379753a78be42a5826a
01:21:14 [2026-03-13T00:21:14.341Z] $ docker rm -f --volumes 902853ad8e24d178ffd7bd3b99a745bceee5b59e73f0c379753a78be42a5826a
01:21:14 [2026-03-13T00:21:14.390Z] [Pipeline] // withDockerContainer
01:21:14 [2026-03-13T00:21:14.397Z] [Pipeline] }
01:21:14 [2026-03-13T00:21:14.405Z] [Pipeline] // withEnv
01:21:14 [2026-03-13T00:21:14.422Z] [Pipeline] }
01:21:14 [2026-03-13T00:21:14.439Z] [Pipeline] // node
01:21:14 [2026-03-13T00:21:14.458Z] [Pipeline] End of Pipeline
01:21:14 [2026-03-13T00:21:14.529Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #247
01:21:14 [2026-03-13T00:21:14.530Z] Finished: SUCCESS