Skip to content
01:21:00 [2026-09-17T23:21:00.666Z] Lancé par une alarme périodique
01:21:00 [2026-09-17T23:21:00.666Z] Running as userbuild
01:21:01 [2026-09-17T23:21:01.255Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2026-09-17T23:21:01.931Z] [Pipeline] Start of Pipeline
01:21:02 [2026-09-17T23:21:02.341Z] [Pipeline] node
01:21:02 [2026-09-17T23:21:02.346Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2026-09-17T23:21:02.356Z] [Pipeline] {
01:21:02 [2026-09-17T23:21:02.376Z] [Pipeline] stage
01:21:02 [2026-09-17T23:21:02.377Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2026-09-17T23:21:02.393Z] [Pipeline] checkout
01:21:02 [2026-09-17T23:21:02.404Z] Selected Git installation does not exist. Using Default
01:21:02 [2026-09-17T23:21:02.404Z] The recommended git tool is: NONE
01:21:02 [2026-09-17T23:21:02.404Z] No credentials specified
01:21:02 [2026-09-17T23:21:02.405Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:02 [2026-09-17T23:21:02.411Z] Fetching changes from the remote Git repository
01:21:02 [2026-09-17T23:21:02.414Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2026-09-17T23:21:02.421Z] Cleaning workspace
01:21:02 [2026-09-17T23:21:02.422Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2026-09-17T23:21:02.428Z] Resetting working tree
01:21:02 [2026-09-17T23:21:02.428Z]  > /usr/bin/git reset --hard # timeout=10
01:21:02 [2026-09-17T23:21:02.435Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2026-09-17T23:21:02.440Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2026-09-17T23:21:02.441Z]  > /usr/bin/git --version # timeout=10
01:21:02 [2026-09-17T23:21:02.445Z]  > git --version # 'git version 2.43.0'
01:21:02 [2026-09-17T23:21:02.446Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:03 [2026-09-17T23:21:03.153Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:03 [2026-09-17T23:21:03.160Z] Checking out Revision c8dc7ef50e04c1b811eb42acbb89b17d98f982d7 (refs/remotes/origin/master)
01:21:03 [2026-09-17T23:21:03.160Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:03 [2026-09-17T23:21:03.165Z]  > /usr/bin/git checkout -f c8dc7ef50e04c1b811eb42acbb89b17d98f982d7 # timeout=10
01:21:03 [2026-09-17T23:21:03.177Z] Commit message: "Fix shell bad syntax"
01:21:03 [2026-09-17T23:21:03.177Z]  > /usr/bin/git rev-list --no-walk b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10
01:21:03 [2026-09-17T23:21:03.200Z] [Pipeline] }
01:21:03 [2026-09-17T23:21:03.208Z] [Pipeline] // stage
01:21:03 [2026-09-17T23:21:03.248Z] [Pipeline] withEnv
01:21:03 [2026-09-17T23:21:03.250Z] [Pipeline] {
01:21:03 [2026-09-17T23:21:03.419Z] [Pipeline] isUnix
01:21:03 [2026-09-17T23:21:03.422Z] [Pipeline] withEnv
01:21:03 [2026-09-17T23:21:03.423Z] [Pipeline] {
01:21:03 [2026-09-17T23:21:03.437Z] [Pipeline] sh
01:21:03 [2026-09-17T23:21:03.694Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2026-09-17T23:21:03.694Z] .
01:21:03 [2026-09-17T23:21:03.696Z] [Pipeline] }
01:21:03 [2026-09-17T23:21:03.710Z] [Pipeline] // withEnv
01:21:03 [2026-09-17T23:21:03.730Z] [Pipeline] withDockerContainer
01:21:03 [2026-09-17T23:21:03.777Z] Jenkins does not seem to be running inside a container
01:21:03 [2026-09-17T23:21:03.785Z] $ docker run -t -d -u 111:119 -v $HOME/.m2/settings.xml:/home/silverbuild/.m2/settings.xml -v $HOME/.m2/settings-security.xml:/home/silverbuild/.m2/settings-security.xml -v $HOME/.gradle/gradle.properties:/home/silverbuild/.gradle/gradle.properties -v $HOME/.gitconfig:/home/silverbuild/.gitconfig -v $HOME/.ssh:/home/silverbuild/.ssh -v $HOME/.gnupg:/home/silverbuild/.gnupg -w /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** silverpeas/silverbuild:6.3.3 cat
01:21:04 [2026-09-17T23:21:04.105Z] $ docker top 92df488127b14b3630cdd60dc46106d46d63f03c50c0121d3edd0fe11317e874 -eo pid,comm
01:21:04 [2026-09-17T23:21:04.158Z] [Pipeline] {
01:21:04 [2026-09-17T23:21:04.198Z] [Pipeline] withEnv
01:21:04 [2026-09-17T23:21:04.198Z] [Pipeline] {
01:21:04 [2026-09-17T23:21:04.219Z] [Pipeline] stage
01:21:04 [2026-09-17T23:21:04.220Z] [Pipeline] { (Prepare the job)
01:21:04 [2026-09-17T23:21:04.257Z] [Pipeline] sh
01:21:04 [2026-09-17T23:21:04.516Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2026-09-17T23:21:04.770Z] [Pipeline] script
01:21:04 [2026-09-17T23:21:04.775Z] [Pipeline] {
01:21:04 [2026-09-17T23:21:04.791Z] [Pipeline] readMavenPom
01:21:04 [2026-09-17T23:21:04.816Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named release (to a value of type String) which could lead to memory leaks or other issues.
01:21:04 [2026-09-17T23:21:04.819Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildVersion (to a value of type GStringImpl) which could lead to memory leaks or other issues.
01:21:04 [2026-09-17T23:21:04.821Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named parentVersion (to a value of type String) which could lead to memory leaks or other issues.
01:21:04 [2026-09-17T23:21:04.821Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named commits (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
01:21:04 [2026-09-17T23:21:04.821Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named changes (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
01:21:04 [2026-09-17T23:21:04.824Z] [Pipeline] sh
01:21:05 [2026-09-17T23:21:05.087Z] + rm -f pom.xml
01:21:05 [2026-09-17T23:21:05.089Z] [Pipeline] }
01:21:05 [2026-09-17T23:21:05.097Z] [Pipeline] // script
01:21:05 [2026-09-17T23:21:05.114Z] [Pipeline] }
01:21:05 [2026-09-17T23:21:05.128Z] [Pipeline] // stage
01:21:05 [2026-09-17T23:21:05.146Z] [Pipeline] stage
01:21:05 [2026-09-17T23:21:05.147Z] [Pipeline] { (Check POM parent version)
01:21:05 [2026-09-17T23:21:05.218Z] Stage "Check POM parent version" skipped due to when conditional
01:21:05 [2026-09-17T23:21:05.220Z] [Pipeline] getContext
01:21:05 [2026-09-17T23:21:05.223Z] [Pipeline] }
01:21:05 [2026-09-17T23:21:05.236Z] [Pipeline] // stage
01:21:05 [2026-09-17T23:21:05.252Z] [Pipeline] stage
01:21:05 [2026-09-17T23:21:05.253Z] [Pipeline] { (Checkout projects and check code changes)
01:21:05 [2026-09-17T23:21:05.284Z] [Pipeline] script
01:21:05 [2026-09-17T23:21:05.293Z] [Pipeline] {
01:21:05 [2026-09-17T23:21:05.316Z] [Pipeline] copyArtifacts
01:21:05 [2026-09-17T23:21:05.337Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 301
01:21:05 [2026-09-17T23:21:05.343Z] [Pipeline] fileExists
01:21:05 [2026-09-17T23:21:05.361Z] [Pipeline] readYaml
01:21:05 [2026-09-17T23:21:05.376Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named previousBuildVersion (to a value of type String) which could lead to memory leaks or other issues.
01:21:05 [2026-09-17T23:21:05.381Z] [Pipeline] dir
01:21:05 [2026-09-17T23:21:05.381Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:05 [2026-09-17T23:21:05.382Z] [Pipeline] {
01:21:05 [2026-09-17T23:21:05.405Z] [Pipeline] git
01:21:05 [2026-09-17T23:21:05.420Z] The recommended git tool is: /usr/bin/git
01:21:05 [2026-09-17T23:21:05.421Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2026-09-17T23:21:05.432Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@68b5f2ee; decorates hudson.Launcher$LocalLauncher@e4f57df will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2026-09-17T23:21:05.433Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core/.git # timeout=10
01:21:05 [2026-09-17T23:21:05.439Z] Fetching changes from the remote Git repository
01:21:05 [2026-09-17T23:21:05.443Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:05 [2026-09-17T23:21:05.451Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:05 [2026-09-17T23:21:05.451Z]  > /usr/bin/git --version # timeout=10
01:21:05 [2026-09-17T23:21:05.456Z]  > git --version # 'git version 2.43.0'
01:21:05 [2026-09-17T23:21:05.457Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2026-09-17T23:21:05.462Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2026-09-17T23:21:06.809Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2026-09-17T23:21:06.816Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:06 [2026-09-17T23:21:06.816Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2026-09-17T23:21:06.821Z]  > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-09-17T23:21:06.872Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2026-09-17T23:21:06.886Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2026-09-17T23:21:06.897Z]  > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-09-17T23:21:06.977Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (eb4bb924dcf549c2db0cee56992e75cd32ef4033).Prepare for development iteration of next version 6.3.7"
01:21:06 [2026-09-17T23:21:06.978Z]  > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2026-09-17T23:21:06.999Z] [Pipeline] fileExists
01:21:07 [2026-09-17T23:21:07.007Z] [Pipeline] readMavenPom
01:21:07 [2026-09-17T23:21:07.018Z] [Pipeline] sh
01:21:07 [2026-09-17T23:21:07.278Z] + git rev-parse HEAD
01:21:07 [2026-09-17T23:21:07.281Z] [Pipeline] echo
01:21:07 [2026-09-17T23:21:07.282Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:07 [2026-09-17T23:21:07.285Z] [Pipeline] }
01:21:07 [2026-09-17T23:21:07.308Z] [Pipeline] // dir
01:21:07 [2026-09-17T23:21:07.324Z] [Pipeline] echo
01:21:07 [2026-09-17T23:21:07.325Z] Build skipped due to no changes have been done since the last build
01:21:07 [2026-09-17T23:21:07.342Z] [Pipeline] dir
01:21:07 [2026-09-17T23:21:07.343Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:07 [2026-09-17T23:21:07.344Z] [Pipeline] {
01:21:07 [2026-09-17T23:21:07.366Z] [Pipeline] git
01:21:07 [2026-09-17T23:21:07.381Z] The recommended git tool is: /usr/bin/git
01:21:07 [2026-09-17T23:21:07.381Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2026-09-17T23:21:07.401Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1f60df84; decorates hudson.Launcher$LocalLauncher@283679cd will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2026-09-17T23:21:07.402Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:07 [2026-09-17T23:21:07.410Z] Fetching changes from the remote Git repository
01:21:07 [2026-09-17T23:21:07.412Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:07 [2026-09-17T23:21:07.418Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:07 [2026-09-17T23:21:07.418Z]  > /usr/bin/git --version # timeout=10
01:21:07 [2026-09-17T23:21:07.423Z]  > git --version # 'git version 2.43.0'
01:21:07 [2026-09-17T23:21:07.423Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2026-09-17T23:21:07.429Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2026-09-17T23:21:08.346Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2026-09-17T23:21:08.352Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:08 [2026-09-17T23:21:08.353Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2026-09-17T23:21:08.357Z]  > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:08 [2026-09-17T23:21:08.384Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2026-09-17T23:21:08.396Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2026-09-17T23:21:08.402Z]  > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:08 [2026-09-17T23:21:08.446Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (f1c18f5b16ecf085b04a36a636aa4aa26ec5d773).Prepare for development iteration of next version 6.3.7"
01:21:08 [2026-09-17T23:21:08.446Z]  > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:08 [2026-09-17T23:21:08.467Z] [Pipeline] fileExists
01:21:08 [2026-09-17T23:21:08.474Z] [Pipeline] readMavenPom
01:21:08 [2026-09-17T23:21:08.494Z] [Pipeline] sh
01:21:08 [2026-09-17T23:21:08.755Z] + git rev-parse HEAD
01:21:08 [2026-09-17T23:21:08.759Z] [Pipeline] echo
01:21:08 [2026-09-17T23:21:08.760Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:08 [2026-09-17T23:21:08.763Z] [Pipeline] }
01:21:08 [2026-09-17T23:21:08.781Z] [Pipeline] // dir
01:21:08 [2026-09-17T23:21:08.801Z] [Pipeline] echo
01:21:08 [2026-09-17T23:21:08.801Z] Build skipped due to no changes have been done since the last build
01:21:08 [2026-09-17T23:21:08.820Z] [Pipeline] dir
01:21:08 [2026-09-17T23:21:08.820Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:08 [2026-09-17T23:21:08.821Z] [Pipeline] {
01:21:08 [2026-09-17T23:21:08.856Z] [Pipeline] git
01:21:08 [2026-09-17T23:21:08.871Z] Selected Git installation does not exist. Using Default
01:21:08 [2026-09-17T23:21:08.871Z] The recommended git tool is: NONE
01:21:08 [2026-09-17T23:21:08.872Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2026-09-17T23:21:08.884Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3da7e93f; decorates hudson.Launcher$LocalLauncher@6e9aa35e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2026-09-17T23:21:08.885Z]  > /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-09-17T23:21:08.892Z] Fetching changes from the remote Git repository
01:21:08 [2026-09-17T23:21:08.894Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:08 [2026-09-17T23:21:08.899Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:08 [2026-09-17T23:21:08.899Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2026-09-17T23:21:08.903Z]  > git --version # 'git version 2.43.0'
01:21:08 [2026-09-17T23:21:08.904Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2026-09-17T23:21:08.908Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2026-09-17T23:21:09.669Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2026-09-17T23:21:09.676Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:09 [2026-09-17T23:21:09.676Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2026-09-17T23:21:09.682Z]  > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:09 [2026-09-17T23:21:09.693Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2026-09-17T23:21:09.702Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2026-09-17T23:21:09.708Z]  > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:09 [2026-09-17T23:21:09.722Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (586ebdd23e10f812e41a52cbf1a3a7f4a81fe924).Prepare for development iteration of next version 6.3.7"
01:21:09 [2026-09-17T23:21:09.723Z]  > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:09 [2026-09-17T23:21:09.744Z] [Pipeline] fileExists
01:21:09 [2026-09-17T23:21:09.760Z] [Pipeline] readMavenPom
01:21:09 [2026-09-17T23:21:09.786Z] [Pipeline] sh
01:21:10 [2026-09-17T23:21:10.046Z] + git rev-parse HEAD
01:21:10 [2026-09-17T23:21:10.048Z] [Pipeline] echo
01:21:10 [2026-09-17T23:21:10.048Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:10 [2026-09-17T23:21:10.049Z] [Pipeline] }
01:21:10 [2026-09-17T23:21:10.066Z] [Pipeline] // dir
01:21:10 [2026-09-17T23:21:10.082Z] [Pipeline] echo
01:21:10 [2026-09-17T23:21:10.082Z] Build skipped due to no changes have been done since the last build
01:21:10 [2026-09-17T23:21:10.102Z] [Pipeline] dir
01:21:10 [2026-09-17T23:21:10.103Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:10 [2026-09-17T23:21:10.104Z] [Pipeline] {
01:21:10 [2026-09-17T23:21:10.125Z] [Pipeline] git
01:21:10 [2026-09-17T23:21:10.139Z] The recommended git tool is: NONE
01:21:10 [2026-09-17T23:21:10.139Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2026-09-17T23:21:10.155Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3a6395da; decorates hudson.Launcher$LocalLauncher@176b1d26 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2026-09-17T23:21:10.156Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:10 [2026-09-17T23:21:10.163Z] Fetching changes from the remote Git repository
01:21:10 [2026-09-17T23:21:10.167Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:10 [2026-09-17T23:21:10.173Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:10 [2026-09-17T23:21:10.173Z]  > /usr/bin/git --version # timeout=10
01:21:10 [2026-09-17T23:21:10.178Z]  > git --version # 'git version 2.43.0'
01:21:10 [2026-09-17T23:21:10.178Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2026-09-17T23:21:10.183Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2026-09-17T23:21:10.676Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2026-09-17T23:21:10.682Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:10 [2026-09-17T23:21:10.682Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2026-09-17T23:21:10.688Z]  > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:10 [2026-09-17T23:21:10.697Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2026-09-17T23:21:10.707Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2026-09-17T23:21:10.715Z]  > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:10 [2026-09-17T23:21:10.727Z] 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:10 [2026-09-17T23:21:10.728Z]  > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:10 [2026-09-17T23:21:10.777Z] [Pipeline] fileExists
01:21:10 [2026-09-17T23:21:10.794Z] [Pipeline] sh
01:21:11 [2026-09-17T23:21:11.050Z] + git rev-parse HEAD
01:21:11 [2026-09-17T23:21:11.053Z] [Pipeline] echo
01:21:11 [2026-09-17T23:21:11.054Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:11 [2026-09-17T23:21:11.056Z] [Pipeline] }
01:21:11 [2026-09-17T23:21:11.072Z] [Pipeline] // dir
01:21:11 [2026-09-17T23:21:11.089Z] [Pipeline] echo
01:21:11 [2026-09-17T23:21:11.089Z] Build skipped due to no changes have been done since the last build
01:21:11 [2026-09-17T23:21:11.108Z] [Pipeline] dir
01:21:11 [2026-09-17T23:21:11.108Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:11 [2026-09-17T23:21:11.109Z] [Pipeline] {
01:21:11 [2026-09-17T23:21:11.133Z] [Pipeline] git
01:21:11 [2026-09-17T23:21:11.158Z] The recommended git tool is: NONE
01:21:11 [2026-09-17T23:21:11.158Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:11 [2026-09-17T23:21:11.167Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@70cec860; decorates hudson.Launcher$LocalLauncher@15b7bca0 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:11 [2026-09-17T23:21:11.168Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:11 [2026-09-17T23:21:11.174Z] Fetching changes from the remote Git repository
01:21:11 [2026-09-17T23:21:11.176Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:11 [2026-09-17T23:21:11.183Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:11 [2026-09-17T23:21:11.183Z]  > /usr/bin/git --version # timeout=10
01:21:11 [2026-09-17T23:21:11.188Z]  > git --version # 'git version 2.43.0'
01:21:11 [2026-09-17T23:21:11.188Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:11 [2026-09-17T23:21:11.193Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:11 [2026-09-17T23:21:11.635Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:11 [2026-09-17T23:21:11.641Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:11 [2026-09-17T23:21:11.642Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:11 [2026-09-17T23:21:11.648Z]  > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:11 [2026-09-17T23:21:11.657Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:11 [2026-09-17T23:21:11.664Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:11 [2026-09-17T23:21:11.671Z]  > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:11 [2026-09-17T23:21:11.681Z] 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:11 [2026-09-17T23:21:11.682Z]  > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:11 [2026-09-17T23:21:11.703Z] [Pipeline] fileExists
01:21:11 [2026-09-17T23:21:11.717Z] [Pipeline] readMavenPom
01:21:11 [2026-09-17T23:21:11.740Z] [Pipeline] sh
01:21:11 [2026-09-17T23:21:11.999Z] + git rev-parse HEAD
01:21:12 [2026-09-17T23:21:12.002Z] [Pipeline] echo
01:21:12 [2026-09-17T23:21:12.003Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:12 [2026-09-17T23:21:12.004Z] [Pipeline] }
01:21:12 [2026-09-17T23:21:12.021Z] [Pipeline] // dir
01:21:12 [2026-09-17T23:21:12.039Z] [Pipeline] echo
01:21:12 [2026-09-17T23:21:12.039Z] Build skipped due to no changes have been done since the last build
01:21:12 [2026-09-17T23:21:12.058Z] [Pipeline] dir
01:21:12 [2026-09-17T23:21:12.058Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:12 [2026-09-17T23:21:12.059Z] [Pipeline] {
01:21:12 [2026-09-17T23:21:12.083Z] [Pipeline] git
01:21:12 [2026-09-17T23:21:12.098Z] The recommended git tool is: NONE
01:21:12 [2026-09-17T23:21:12.099Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:12 [2026-09-17T23:21:12.107Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@559fbd1; decorates hudson.Launcher$LocalLauncher@6dcc79f8 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:12 [2026-09-17T23:21:12.107Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:12 [2026-09-17T23:21:12.113Z] Fetching changes from the remote Git repository
01:21:12 [2026-09-17T23:21:12.115Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:12 [2026-09-17T23:21:12.120Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:12 [2026-09-17T23:21:12.120Z]  > /usr/bin/git --version # timeout=10
01:21:12 [2026-09-17T23:21:12.124Z]  > git --version # 'git version 2.43.0'
01:21:12 [2026-09-17T23:21:12.124Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:12 [2026-09-17T23:21:12.129Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:12 [2026-09-17T23:21:12.823Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:12 [2026-09-17T23:21:12.829Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:12 [2026-09-17T23:21:12.830Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:12 [2026-09-17T23:21:12.835Z]  > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:12 [2026-09-17T23:21:12.841Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:12 [2026-09-17T23:21:12.851Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:12 [2026-09-17T23:21:12.857Z]  > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:12 [2026-09-17T23:21:12.869Z] 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-09-17T23:21:12.870Z]  > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:12 [2026-09-17T23:21:12.889Z] [Pipeline] fileExists
01:21:12 [2026-09-17T23:21:12.906Z] [Pipeline] readMavenPom
01:21:12 [2026-09-17T23:21:12.930Z] [Pipeline] sh
01:21:13 [2026-09-17T23:21:13.191Z] + git rev-parse HEAD
01:21:13 [2026-09-17T23:21:13.194Z] [Pipeline] echo
01:21:13 [2026-09-17T23:21:13.195Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:13 [2026-09-17T23:21:13.197Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.214Z] [Pipeline] // dir
01:21:13 [2026-09-17T23:21:13.233Z] [Pipeline] echo
01:21:13 [2026-09-17T23:21:13.233Z] Build skipped due to no changes have been done since the last build
01:21:13 [2026-09-17T23:21:13.234Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.251Z] [Pipeline] // script
01:21:13 [2026-09-17T23:21:13.268Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.283Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.303Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.303Z] [Pipeline] { (Build Silverpeas)
01:21:13 [2026-09-17T23:21:13.338Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.340Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.363Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.364Z] [Pipeline] { (Build Silverpeas-Core)
01:21:13 [2026-09-17T23:21:13.383Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.385Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.387Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.403Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.424Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.424Z] [Pipeline] { (Build Silverpeas-Components)
01:21:13 [2026-09-17T23:21:13.438Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.440Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.442Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.455Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.471Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.472Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:13 [2026-09-17T23:21:13.484Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.486Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.488Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.501Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.515Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.516Z] [Pipeline] { (Build Silverpeas Setup)
01:21:13 [2026-09-17T23:21:13.530Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.531Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.533Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.545Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.558Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.559Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:13 [2026-09-17T23:21:13.570Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.572Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.574Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.584Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.597Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.598Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:13 [2026-09-17T23:21:13.609Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.611Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.612Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.622Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.633Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.633Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:13 [2026-09-17T23:21:13.642Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.644Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.645Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.655Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.666Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.667Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:13 [2026-09-17T23:21:13.675Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.677Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.679Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.688Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.697Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.698Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:13 [2026-09-17T23:21:13.707Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.708Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.710Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.719Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.729Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.730Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:13 [2026-09-17T23:21:13.739Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.740Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.742Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.750Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.760Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.761Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:13 [2026-09-17T23:21:13.769Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.771Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.773Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.782Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.792Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.793Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:13 [2026-09-17T23:21:13.801Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.802Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.804Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.814Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.824Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.824Z] [Pipeline] { (Publish Community Web Site)
01:21:13 [2026-09-17T23:21:13.833Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:13 [2026-09-17T23:21:13.834Z] [Pipeline] getContext
01:21:13 [2026-09-17T23:21:13.836Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.846Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.854Z] [Pipeline] }
01:21:13 [2026-09-17T23:21:13.861Z] [Pipeline] // stage
01:21:13 [2026-09-17T23:21:13.880Z] [Pipeline] stage
01:21:13 [2026-09-17T23:21:13.880Z] [Pipeline] { (Create YAML build report)
01:21:13 [2026-09-17T23:21:13.911Z] [Pipeline] script
01:21:13 [2026-09-17T23:21:13.919Z] [Pipeline] {
01:21:13 [2026-09-17T23:21:13.935Z] [Pipeline] sh
01:21:14 [2026-09-17T23:21:14.193Z] + mkdir -p target
01:21:14 [2026-09-17T23:21:14.196Z] [Pipeline] sh
01:21:14 [2026-09-17T23:21:14.454Z] + mv build.yaml target/
01:21:14 [2026-09-17T23:21:14.455Z] [Pipeline] }
01:21:14 [2026-09-17T23:21:14.472Z] [Pipeline] // script
01:21:14 [2026-09-17T23:21:14.489Z] [Pipeline] }
01:21:14 [2026-09-17T23:21:14.505Z] [Pipeline] // stage
01:21:14 [2026-09-17T23:21:14.530Z] [Pipeline] stage
01:21:14 [2026-09-17T23:21:14.531Z] [Pipeline] { (Declarative: Post Actions)
01:21:14 [2026-09-17T23:21:14.562Z] [Pipeline] step
01:21:14 [2026-09-17T23:21:14.597Z] [Pipeline] script
01:21:14 [2026-09-17T23:21:14.604Z] [Pipeline] {
01:21:14 [2026-09-17T23:21:14.639Z] [Pipeline] }
01:21:14 [2026-09-17T23:21:14.656Z] [Pipeline] // script
01:21:14 [2026-09-17T23:21:14.675Z] [Pipeline] archiveArtifacts
01:21:14 [2026-09-17T23:21:14.678Z] Archiving artifacts
01:21:14 [2026-09-17T23:21:14.691Z] Enregistrement des empreintes numériques
01:21:14 [2026-09-17T23:21:14.706Z] [Pipeline] sh
01:21:14 [2026-09-17T23:21:14.964Z] + rm -rf target
01:21:14 [2026-09-17T23:21:14.972Z] [Pipeline] }
01:21:14 [2026-09-17T23:21:14.989Z] [Pipeline] // stage
01:21:15 [2026-09-17T23:21:15.006Z] [Pipeline] }
01:21:15 [2026-09-17T23:21:15.023Z] [Pipeline] // withEnv
01:21:15 [2026-09-17T23:21:15.040Z] [Pipeline] }
01:21:15 [2026-09-17T23:21:15.041Z] $ docker stop --time=1 92df488127b14b3630cdd60dc46106d46d63f03c50c0121d3edd0fe11317e874
01:21:16 [2026-09-17T23:21:16.334Z] $ docker rm -f --volumes 92df488127b14b3630cdd60dc46106d46d63f03c50c0121d3edd0fe11317e874
01:21:16 [2026-09-17T23:21:16.380Z] [Pipeline] // withDockerContainer
01:21:16 [2026-09-17T23:21:16.387Z] [Pipeline] }
01:21:16 [2026-09-17T23:21:16.401Z] [Pipeline] // withEnv
01:21:16 [2026-09-17T23:21:16.412Z] [Pipeline] }
01:21:16 [2026-09-17T23:21:16.424Z] [Pipeline] // node
01:21:16 [2026-09-17T23:21:16.441Z] [Pipeline] End of Pipeline
01:21:16 [2026-09-17T23:21:16.508Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #274
01:21:16 [2026-09-17T23:21:16.508Z] Finished: SUCCESS