Skip to content
Succès

Sortie de la console

01:21:00 [2025-05-08T23:21:00.943Z] Lancé par une alarme périodique
01:21:00 [2025-05-08T23:21:00.943Z] Running as userbuild
01:21:01 [2025-05-08T23:21:01.312Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2025-05-08T23:21:01.823Z] [Pipeline] Start of Pipeline
01:21:02 [2025-05-08T23:21:02.167Z] [Pipeline] node
01:21:02 [2025-05-08T23:21:02.171Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2025-05-08T23:21:02.173Z] [Pipeline] {
01:21:02 [2025-05-08T23:21:02.190Z] [Pipeline] stage
01:21:02 [2025-05-08T23:21:02.191Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2025-05-08T23:21:02.202Z] [Pipeline] checkout
01:21:02 [2025-05-08T23:21:02.203Z] Selected Git installation does not exist. Using Default
01:21:02 [2025-05-08T23:21:02.203Z] The recommended git tool is: NONE
01:21:02 [2025-05-08T23:21:02.203Z] No credentials specified
01:21:02 [2025-05-08T23:21:02.203Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:02 [2025-05-08T23:21:02.209Z] Fetching changes from the remote Git repository
01:21:02 [2025-05-08T23:21:02.211Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2025-05-08T23:21:02.216Z] Cleaning workspace
01:21:02 [2025-05-08T23:21:02.216Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2025-05-08T23:21:02.220Z] Resetting working tree
01:21:02 [2025-05-08T23:21:02.221Z]  > /usr/bin/git reset --hard # timeout=10
01:21:02 [2025-05-08T23:21:02.232Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2025-05-08T23:21:02.239Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2025-05-08T23:21:02.239Z]  > /usr/bin/git --version # timeout=10
01:21:02 [2025-05-08T23:21:02.244Z]  > git --version # 'git version 2.43.0'
01:21:02 [2025-05-08T23:21:02.244Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:02 [2025-05-08T23:21:02.593Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2025-05-08T23:21:02.599Z] Checking out Revision d51d4c119b9e301c1eba8d136042197d6032c75f (refs/remotes/origin/master)
01:21:02 [2025-05-08T23:21:02.599Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2025-05-08T23:21:02.604Z]  > /usr/bin/git checkout -f d51d4c119b9e301c1eba8d136042197d6032c75f # timeout=10
01:21:02 [2025-05-08T23:21:02.616Z] Commit message: "Update the version of the Docker image used to build Silverpeas-WebBrowserEdition"
01:21:02 [2025-05-08T23:21:02.616Z]  > /usr/bin/git rev-list --no-walk d51d4c119b9e301c1eba8d136042197d6032c75f # timeout=10
01:21:02 [2025-05-08T23:21:02.637Z] [Pipeline] }
01:21:02 [2025-05-08T23:21:02.646Z] [Pipeline] // stage
01:21:02 [2025-05-08T23:21:02.666Z] [Pipeline] withEnv
01:21:02 [2025-05-08T23:21:02.667Z] [Pipeline] {
01:21:02 [2025-05-08T23:21:02.844Z] [Pipeline] isUnix
01:21:02 [2025-05-08T23:21:02.844Z] [Pipeline] withEnv
01:21:02 [2025-05-08T23:21:02.845Z] [Pipeline] {
01:21:02 [2025-05-08T23:21:02.860Z] [Pipeline] sh
01:21:03 [2025-05-08T23:21:03.115Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2025-05-08T23:21:03.115Z] .
01:21:03 [2025-05-08T23:21:03.116Z] [Pipeline] }
01:21:03 [2025-05-08T23:21:03.128Z] [Pipeline] // withEnv
01:21:03 [2025-05-08T23:21:03.143Z] [Pipeline] withDockerContainer
01:21:03 [2025-05-08T23:21:03.175Z] Jenkins does not seem to be running inside a container
01:21:03 [2025-05-08T23:21:03.182Z] $ 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 [2025-05-08T23:21:03.490Z] $ docker top b9ed5c816f4341eccb88dd89b8a71a7af6e019b534120dea93d546aa61524640 -eo pid,comm
01:21:03 [2025-05-08T23:21:03.529Z] [Pipeline] {
01:21:03 [2025-05-08T23:21:03.544Z] [Pipeline] withEnv
01:21:03 [2025-05-08T23:21:03.544Z] [Pipeline] {
01:21:03 [2025-05-08T23:21:03.557Z] [Pipeline] stage
01:21:03 [2025-05-08T23:21:03.558Z] [Pipeline] { (Prepare the job)
01:21:03 [2025-05-08T23:21:03.592Z] [Pipeline] sh
01:21:03 [2025-05-08T23:21:03.850Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2025-05-08T23:21:04.103Z] [Pipeline] script
01:21:04 [2025-05-08T23:21:04.107Z] [Pipeline] {
01:21:04 [2025-05-08T23:21:04.123Z] [Pipeline] readMavenPom
01:21:04 [2025-05-08T23:21:04.150Z] 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 [2025-05-08T23:21:04.151Z] 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 [2025-05-08T23:21:04.153Z] 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 [2025-05-08T23:21:04.153Z] 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 [2025-05-08T23:21:04.153Z] 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 [2025-05-08T23:21:04.154Z] [Pipeline] sh
01:21:04 [2025-05-08T23:21:04.412Z] + rm -f pom.xml
01:21:04 [2025-05-08T23:21:04.413Z] [Pipeline] }
01:21:04 [2025-05-08T23:21:04.428Z] [Pipeline] // script
01:21:04 [2025-05-08T23:21:04.444Z] [Pipeline] }
01:21:04 [2025-05-08T23:21:04.457Z] [Pipeline] // stage
01:21:04 [2025-05-08T23:21:04.472Z] [Pipeline] stage
01:21:04 [2025-05-08T23:21:04.472Z] [Pipeline] { (Check POM parent version)
01:21:04 [2025-05-08T23:21:04.537Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2025-05-08T23:21:04.537Z] [Pipeline] getContext
01:21:04 [2025-05-08T23:21:04.546Z] [Pipeline] }
01:21:04 [2025-05-08T23:21:04.557Z] [Pipeline] // stage
01:21:04 [2025-05-08T23:21:04.570Z] [Pipeline] stage
01:21:04 [2025-05-08T23:21:04.571Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2025-05-08T23:21:04.595Z] [Pipeline] script
01:21:04 [2025-05-08T23:21:04.598Z] [Pipeline] {
01:21:04 [2025-05-08T23:21:04.618Z] [Pipeline] copyArtifacts
01:21:04 [2025-05-08T23:21:04.626Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 233
01:21:04 [2025-05-08T23:21:04.636Z] [Pipeline] fileExists
01:21:04 [2025-05-08T23:21:04.678Z] [Pipeline] readYaml
01:21:04 [2025-05-08T23:21:04.691Z] 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 [2025-05-08T23:21:04.694Z] [Pipeline] dir
01:21:04 [2025-05-08T23:21:04.694Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2025-05-08T23:21:04.694Z] [Pipeline] {
01:21:04 [2025-05-08T23:21:04.712Z] [Pipeline] git
01:21:04 [2025-05-08T23:21:04.714Z] The recommended git tool is: /usr/bin/git
01:21:04 [2025-05-08T23:21:04.715Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2025-05-08T23:21:04.727Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7a4e36fa; decorates hudson.Launcher$LocalLauncher@238075c8 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2025-05-08T23:21:04.727Z]  > /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 [2025-05-08T23:21:04.734Z] Fetching changes from the remote Git repository
01:21:04 [2025-05-08T23:21:04.737Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2025-05-08T23:21:04.743Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2025-05-08T23:21:04.743Z]  > /usr/bin/git --version # timeout=10
01:21:04 [2025-05-08T23:21:04.748Z]  > git --version # 'git version 2.43.0'
01:21:04 [2025-05-08T23:21:04.748Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2025-05-08T23:21:04.754Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2025-05-08T23:21:05.398Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2025-05-08T23:21:05.404Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:05 [2025-05-08T23:21:05.404Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2025-05-08T23:21:05.410Z]  > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2025-05-08T23:21:05.466Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2025-05-08T23:21:05.483Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2025-05-08T23:21:05.490Z]  > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2025-05-08T23:21:05.554Z] 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 [2025-05-08T23:21:05.555Z]  > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:05 [2025-05-08T23:21:05.582Z] [Pipeline] fileExists
01:21:05 [2025-05-08T23:21:05.589Z] [Pipeline] readMavenPom
01:21:05 [2025-05-08T23:21:05.613Z] [Pipeline] sh
01:21:05 [2025-05-08T23:21:05.870Z] + git rev-parse HEAD
01:21:05 [2025-05-08T23:21:05.873Z] [Pipeline] echo
01:21:05 [2025-05-08T23:21:05.874Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:05 [2025-05-08T23:21:05.877Z] [Pipeline] }
01:21:05 [2025-05-08T23:21:05.884Z] [Pipeline] // dir
01:21:05 [2025-05-08T23:21:05.892Z] [Pipeline] echo
01:21:05 [2025-05-08T23:21:05.893Z] Build skipped due to no changes have been done since the last build
01:21:05 [2025-05-08T23:21:05.907Z] [Pipeline] dir
01:21:05 [2025-05-08T23:21:05.908Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:05 [2025-05-08T23:21:05.908Z] [Pipeline] {
01:21:05 [2025-05-08T23:21:05.924Z] [Pipeline] git
01:21:05 [2025-05-08T23:21:05.926Z] The recommended git tool is: /usr/bin/git
01:21:05 [2025-05-08T23:21:05.927Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2025-05-08T23:21:05.938Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@15f7efdf; decorates hudson.Launcher$LocalLauncher@181ddafd will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2025-05-08T23:21:05.939Z]  > /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 [2025-05-08T23:21:05.945Z] Fetching changes from the remote Git repository
01:21:05 [2025-05-08T23:21:05.948Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:05 [2025-05-08T23:21:05.954Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:05 [2025-05-08T23:21:05.954Z]  > /usr/bin/git --version # timeout=10
01:21:05 [2025-05-08T23:21:05.959Z]  > git --version # 'git version 2.43.0'
01:21:05 [2025-05-08T23:21:05.959Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2025-05-08T23:21:05.966Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2025-05-08T23:21:06.665Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2025-05-08T23:21:06.673Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:06 [2025-05-08T23:21:06.673Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2025-05-08T23:21:06.678Z]  > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2025-05-08T23:21:06.707Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2025-05-08T23:21:06.718Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2025-05-08T23:21:06.726Z]  > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2025-05-08T23:21:06.765Z] 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 [2025-05-08T23:21:06.766Z]  > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:06 [2025-05-08T23:21:06.795Z] [Pipeline] fileExists
01:21:06 [2025-05-08T23:21:06.803Z] [Pipeline] readMavenPom
01:21:06 [2025-05-08T23:21:06.820Z] [Pipeline] sh
01:21:07 [2025-05-08T23:21:07.078Z] + git rev-parse HEAD
01:21:07 [2025-05-08T23:21:07.080Z] [Pipeline] echo
01:21:07 [2025-05-08T23:21:07.080Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:07 [2025-05-08T23:21:07.082Z] [Pipeline] }
01:21:07 [2025-05-08T23:21:07.094Z] [Pipeline] // dir
01:21:07 [2025-05-08T23:21:07.101Z] [Pipeline] echo
01:21:07 [2025-05-08T23:21:07.102Z] Build skipped due to no changes have been done since the last build
01:21:07 [2025-05-08T23:21:07.110Z] [Pipeline] dir
01:21:07 [2025-05-08T23:21:07.110Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:07 [2025-05-08T23:21:07.111Z] [Pipeline] {
01:21:07 [2025-05-08T23:21:07.119Z] [Pipeline] git
01:21:07 [2025-05-08T23:21:07.120Z] Selected Git installation does not exist. Using Default
01:21:07 [2025-05-08T23:21:07.120Z] The recommended git tool is: NONE
01:21:07 [2025-05-08T23:21:07.121Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2025-05-08T23:21:07.131Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3ac020d1; decorates hudson.Launcher$LocalLauncher@619629dd will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2025-05-08T23:21:07.132Z]  > /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 [2025-05-08T23:21:07.139Z] Fetching changes from the remote Git repository
01:21:07 [2025-05-08T23:21:07.142Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:07 [2025-05-08T23:21:07.148Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:07 [2025-05-08T23:21:07.148Z]  > /usr/bin/git --version # timeout=10
01:21:07 [2025-05-08T23:21:07.153Z]  > git --version # 'git version 2.43.0'
01:21:07 [2025-05-08T23:21:07.153Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2025-05-08T23:21:07.160Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2025-05-08T23:21:07.710Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2025-05-08T23:21:07.718Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:07 [2025-05-08T23:21:07.718Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2025-05-08T23:21:07.724Z]  > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2025-05-08T23:21:07.736Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2025-05-08T23:21:07.745Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2025-05-08T23:21:07.752Z]  > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2025-05-08T23:21:07.768Z] 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 [2025-05-08T23:21:07.768Z]  > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:07 [2025-05-08T23:21:07.798Z] [Pipeline] fileExists
01:21:07 [2025-05-08T23:21:07.807Z] [Pipeline] readMavenPom
01:21:07 [2025-05-08T23:21:07.823Z] [Pipeline] sh
01:21:08 [2025-05-08T23:21:08.082Z] + git rev-parse HEAD
01:21:08 [2025-05-08T23:21:08.084Z] [Pipeline] echo
01:21:08 [2025-05-08T23:21:08.085Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:08 [2025-05-08T23:21:08.087Z] [Pipeline] }
01:21:08 [2025-05-08T23:21:08.102Z] [Pipeline] // dir
01:21:08 [2025-05-08T23:21:08.117Z] [Pipeline] echo
01:21:08 [2025-05-08T23:21:08.117Z] Build skipped due to no changes have been done since the last build
01:21:08 [2025-05-08T23:21:08.133Z] [Pipeline] dir
01:21:08 [2025-05-08T23:21:08.133Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:08 [2025-05-08T23:21:08.134Z] [Pipeline] {
01:21:08 [2025-05-08T23:21:08.153Z] [Pipeline] git
01:21:08 [2025-05-08T23:21:08.155Z] The recommended git tool is: NONE
01:21:08 [2025-05-08T23:21:08.155Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2025-05-08T23:21:08.165Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@49ee4004; decorates hudson.Launcher$LocalLauncher@16a3a485 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2025-05-08T23:21:08.165Z]  > /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 [2025-05-08T23:21:08.171Z] Fetching changes from the remote Git repository
01:21:08 [2025-05-08T23:21:08.173Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:08 [2025-05-08T23:21:08.178Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:08 [2025-05-08T23:21:08.178Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2025-05-08T23:21:08.182Z]  > git --version # 'git version 2.43.0'
01:21:08 [2025-05-08T23:21:08.182Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2025-05-08T23:21:08.187Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2025-05-08T23:21:08.620Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2025-05-08T23:21:08.625Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:08 [2025-05-08T23:21:08.625Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2025-05-08T23:21:08.630Z]  > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2025-05-08T23:21:08.640Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2025-05-08T23:21:08.649Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2025-05-08T23:21:08.655Z]  > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2025-05-08T23:21:08.665Z] 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 [2025-05-08T23:21:08.665Z]  > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:08 [2025-05-08T23:21:08.686Z] [Pipeline] fileExists
01:21:08 [2025-05-08T23:21:08.697Z] [Pipeline] sh
01:21:08 [2025-05-08T23:21:08.954Z] + git rev-parse HEAD
01:21:08 [2025-05-08T23:21:08.956Z] [Pipeline] echo
01:21:08 [2025-05-08T23:21:08.957Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:08 [2025-05-08T23:21:08.959Z] [Pipeline] }
01:21:08 [2025-05-08T23:21:08.974Z] [Pipeline] // dir
01:21:08 [2025-05-08T23:21:08.989Z] [Pipeline] echo
01:21:08 [2025-05-08T23:21:08.990Z] Build skipped due to no changes have been done since the last build
01:21:09 [2025-05-08T23:21:09.006Z] [Pipeline] dir
01:21:09 [2025-05-08T23:21:09.006Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:09 [2025-05-08T23:21:09.007Z] [Pipeline] {
01:21:09 [2025-05-08T23:21:09.026Z] [Pipeline] git
01:21:09 [2025-05-08T23:21:09.028Z] The recommended git tool is: NONE
01:21:09 [2025-05-08T23:21:09.028Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2025-05-08T23:21:09.036Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4d15437d; decorates hudson.Launcher$LocalLauncher@5bf1a3 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2025-05-08T23:21:09.037Z]  > /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 [2025-05-08T23:21:09.043Z] Fetching changes from the remote Git repository
01:21:09 [2025-05-08T23:21:09.046Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:09 [2025-05-08T23:21:09.052Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:09 [2025-05-08T23:21:09.052Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2025-05-08T23:21:09.057Z]  > git --version # 'git version 2.43.0'
01:21:09 [2025-05-08T23:21:09.057Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2025-05-08T23:21:09.063Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2025-05-08T23:21:09.428Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2025-05-08T23:21:09.435Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:09 [2025-05-08T23:21:09.435Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2025-05-08T23:21:09.440Z]  > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2025-05-08T23:21:09.452Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2025-05-08T23:21:09.461Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2025-05-08T23:21:09.468Z]  > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2025-05-08T23:21:09.481Z] 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 [2025-05-08T23:21:09.481Z]  > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:09 [2025-05-08T23:21:09.513Z] [Pipeline] fileExists
01:21:09 [2025-05-08T23:21:09.530Z] [Pipeline] readMavenPom
01:21:09 [2025-05-08T23:21:09.549Z] [Pipeline] sh
01:21:09 [2025-05-08T23:21:09.807Z] + git rev-parse HEAD
01:21:09 [2025-05-08T23:21:09.810Z] [Pipeline] echo
01:21:09 [2025-05-08T23:21:09.811Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:09 [2025-05-08T23:21:09.812Z] [Pipeline] }
01:21:09 [2025-05-08T23:21:09.829Z] [Pipeline] // dir
01:21:09 [2025-05-08T23:21:09.845Z] [Pipeline] echo
01:21:09 [2025-05-08T23:21:09.846Z] Build skipped due to no changes have been done since the last build
01:21:09 [2025-05-08T23:21:09.863Z] [Pipeline] dir
01:21:09 [2025-05-08T23:21:09.863Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:09 [2025-05-08T23:21:09.863Z] [Pipeline] {
01:21:09 [2025-05-08T23:21:09.884Z] [Pipeline] git
01:21:09 [2025-05-08T23:21:09.885Z] The recommended git tool is: NONE
01:21:09 [2025-05-08T23:21:09.886Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2025-05-08T23:21:09.894Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1868834c; decorates hudson.Launcher$LocalLauncher@1143a8c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2025-05-08T23:21:09.895Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:09 [2025-05-08T23:21:09.901Z] Fetching changes from the remote Git repository
01:21:09 [2025-05-08T23:21:09.904Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:09 [2025-05-08T23:21:09.911Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:09 [2025-05-08T23:21:09.911Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2025-05-08T23:21:09.916Z]  > git --version # 'git version 2.43.0'
01:21:09 [2025-05-08T23:21:09.916Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2025-05-08T23:21:09.923Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2025-05-08T23:21:10.351Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2025-05-08T23:21:10.358Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:10 [2025-05-08T23:21:10.358Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2025-05-08T23:21:10.364Z]  > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2025-05-08T23:21:10.374Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2025-05-08T23:21:10.385Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2025-05-08T23:21:10.392Z]  > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2025-05-08T23:21:10.404Z] 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 [2025-05-08T23:21:10.404Z]  > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:10 [2025-05-08T23:21:10.435Z] [Pipeline] fileExists
01:21:10 [2025-05-08T23:21:10.452Z] [Pipeline] readMavenPom
01:21:10 [2025-05-08T23:21:10.474Z] [Pipeline] sh
01:21:10 [2025-05-08T23:21:10.731Z] + git rev-parse HEAD
01:21:10 [2025-05-08T23:21:10.734Z] [Pipeline] echo
01:21:10 [2025-05-08T23:21:10.735Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:10 [2025-05-08T23:21:10.736Z] [Pipeline] }
01:21:10 [2025-05-08T23:21:10.753Z] [Pipeline] // dir
01:21:10 [2025-05-08T23:21:10.770Z] [Pipeline] echo
01:21:10 [2025-05-08T23:21:10.771Z] Build skipped due to no changes have been done since the last build
01:21:10 [2025-05-08T23:21:10.771Z] [Pipeline] }
01:21:10 [2025-05-08T23:21:10.788Z] [Pipeline] // script
01:21:10 [2025-05-08T23:21:10.804Z] [Pipeline] }
01:21:10 [2025-05-08T23:21:10.819Z] [Pipeline] // stage
01:21:10 [2025-05-08T23:21:10.837Z] [Pipeline] stage
01:21:10 [2025-05-08T23:21:10.838Z] [Pipeline] { (Build Silverpeas)
01:21:10 [2025-05-08T23:21:10.867Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-05-08T23:21:10.867Z] [Pipeline] getContext
01:21:10 [2025-05-08T23:21:10.888Z] [Pipeline] stage
01:21:10 [2025-05-08T23:21:10.888Z] [Pipeline] { (Build Silverpeas-Core)
01:21:10 [2025-05-08T23:21:10.905Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-05-08T23:21:10.906Z] [Pipeline] getContext
01:21:10 [2025-05-08T23:21:10.907Z] [Pipeline] }
01:21:10 [2025-05-08T23:21:10.923Z] [Pipeline] // stage
01:21:10 [2025-05-08T23:21:10.939Z] [Pipeline] stage
01:21:10 [2025-05-08T23:21:10.940Z] [Pipeline] { (Build Silverpeas-Components)
01:21:10 [2025-05-08T23:21:10.954Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-05-08T23:21:10.955Z] [Pipeline] getContext
01:21:10 [2025-05-08T23:21:10.956Z] [Pipeline] }
01:21:10 [2025-05-08T23:21:10.969Z] [Pipeline] // stage
01:21:10 [2025-05-08T23:21:10.983Z] [Pipeline] stage
01:21:10 [2025-05-08T23:21:10.984Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:10 [2025-05-08T23:21:10.995Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-05-08T23:21:10.996Z] [Pipeline] getContext
01:21:10 [2025-05-08T23:21:10.997Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.009Z] [Pipeline] // stage
01:21:11 [2025-05-08T23:21:11.021Z] [Pipeline] stage
01:21:11 [2025-05-08T23:21:11.022Z] [Pipeline] { (Build Silverpeas Setup)
01:21:11 [2025-05-08T23:21:11.033Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-05-08T23:21:11.034Z] [Pipeline] getContext
01:21:11 [2025-05-08T23:21:11.035Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.045Z] [Pipeline] // stage
01:21:11 [2025-05-08T23:21:11.057Z] [Pipeline] stage
01:21:11 [2025-05-08T23:21:11.058Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:11 [2025-05-08T23:21:11.068Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-05-08T23:21:11.069Z] [Pipeline] getContext
01:21:11 [2025-05-08T23:21:11.070Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.079Z] [Pipeline] // stage
01:21:11 [2025-05-08T23:21:11.091Z] [Pipeline] stage
01:21:11 [2025-05-08T23:21:11.091Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:11 [2025-05-08T23:21:11.101Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-05-08T23:21:11.101Z] [Pipeline] getContext
01:21:11 [2025-05-08T23:21:11.102Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.111Z] [Pipeline] // stage
01:21:11 [2025-05-08T23:21:11.121Z] [Pipeline] stage
01:21:11 [2025-05-08T23:21:11.122Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:11 [2025-05-08T23:21:11.131Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-05-08T23:21:11.132Z] [Pipeline] getContext
01:21:11 [2025-05-08T23:21:11.133Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.141Z] [Pipeline] // stage
01:21:11 [2025-05-08T23:21:11.151Z] [Pipeline] stage
01:21:11 [2025-05-08T23:21:11.152Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:11 [2025-05-08T23:21:11.160Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-05-08T23:21:11.160Z] [Pipeline] getContext
01:21:11 [2025-05-08T23:21:11.162Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.170Z] [Pipeline] // stage
01:21:11 [2025-05-08T23:21:11.179Z] [Pipeline] stage
01:21:11 [2025-05-08T23:21:11.180Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:11 [2025-05-08T23:21:11.187Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-05-08T23:21:11.188Z] [Pipeline] getContext
01:21:11 [2025-05-08T23:21:11.190Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.198Z] [Pipeline] // stage
01:21:11 [2025-05-08T23:21:11.207Z] [Pipeline] stage
01:21:11 [2025-05-08T23:21:11.207Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:11 [2025-05-08T23:21:11.215Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-05-08T23:21:11.215Z] [Pipeline] getContext
01:21:11 [2025-05-08T23:21:11.217Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.224Z] [Pipeline] // stage
01:21:11 [2025-05-08T23:21:11.232Z] [Pipeline] stage
01:21:11 [2025-05-08T23:21:11.233Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:11 [2025-05-08T23:21:11.240Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-05-08T23:21:11.241Z] [Pipeline] getContext
01:21:11 [2025-05-08T23:21:11.243Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.250Z] [Pipeline] // stage
01:21:11 [2025-05-08T23:21:11.258Z] [Pipeline] stage
01:21:11 [2025-05-08T23:21:11.259Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:11 [2025-05-08T23:21:11.266Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-05-08T23:21:11.267Z] [Pipeline] getContext
01:21:11 [2025-05-08T23:21:11.268Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.274Z] [Pipeline] // stage
01:21:11 [2025-05-08T23:21:11.283Z] [Pipeline] stage
01:21:11 [2025-05-08T23:21:11.283Z] [Pipeline] { (Publish Community Web Site)
01:21:11 [2025-05-08T23:21:11.290Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:11 [2025-05-08T23:21:11.291Z] [Pipeline] getContext
01:21:11 [2025-05-08T23:21:11.292Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.299Z] [Pipeline] // stage
01:21:11 [2025-05-08T23:21:11.305Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.312Z] [Pipeline] // stage
01:21:11 [2025-05-08T23:21:11.329Z] [Pipeline] stage
01:21:11 [2025-05-08T23:21:11.329Z] [Pipeline] { (Create YAML build report)
01:21:11 [2025-05-08T23:21:11.354Z] [Pipeline] script
01:21:11 [2025-05-08T23:21:11.356Z] [Pipeline] {
01:21:11 [2025-05-08T23:21:11.374Z] [Pipeline] sh
01:21:11 [2025-05-08T23:21:11.631Z] + mkdir -p target
01:21:11 [2025-05-08T23:21:11.632Z] [Pipeline] sh
01:21:11 [2025-05-08T23:21:11.889Z] + mv build.yaml target/
01:21:11 [2025-05-08T23:21:11.890Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.915Z] [Pipeline] // script
01:21:11 [2025-05-08T23:21:11.932Z] [Pipeline] }
01:21:11 [2025-05-08T23:21:11.948Z] [Pipeline] // stage
01:21:11 [2025-05-08T23:21:11.971Z] [Pipeline] stage
01:21:11 [2025-05-08T23:21:11.972Z] [Pipeline] { (Declarative: Post Actions)
01:21:12 [2025-05-08T23:21:12.000Z] [Pipeline] step
01:21:12 [2025-05-08T23:21:12.029Z] [Pipeline] script
01:21:12 [2025-05-08T23:21:12.034Z] [Pipeline] {
01:21:12 [2025-05-08T23:21:12.089Z] [Pipeline] }
01:21:12 [2025-05-08T23:21:12.106Z] [Pipeline] // script
01:21:12 [2025-05-08T23:21:12.124Z] [Pipeline] archiveArtifacts
01:21:12 [2025-05-08T23:21:12.127Z] Archiving artifacts
01:21:12 [2025-05-08T23:21:12.139Z] Enregistrement des empreintes numériques
01:21:12 [2025-05-08T23:21:12.154Z] [Pipeline] sh
01:21:12 [2025-05-08T23:21:12.412Z] + rm -rf target
01:21:12 [2025-05-08T23:21:12.419Z] [Pipeline] }
01:21:12 [2025-05-08T23:21:12.430Z] [Pipeline] // stage
01:21:12 [2025-05-08T23:21:12.446Z] [Pipeline] }
01:21:12 [2025-05-08T23:21:12.462Z] [Pipeline] // withEnv
01:21:12 [2025-05-08T23:21:12.478Z] [Pipeline] }
01:21:12 [2025-05-08T23:21:12.480Z] $ docker stop --time=1 b9ed5c816f4341eccb88dd89b8a71a7af6e019b534120dea93d546aa61524640
01:21:13 [2025-05-08T23:21:13.722Z] $ docker rm -f --volumes b9ed5c816f4341eccb88dd89b8a71a7af6e019b534120dea93d546aa61524640
01:21:13 [2025-05-08T23:21:13.772Z] [Pipeline] // withDockerContainer
01:21:13 [2025-05-08T23:21:13.779Z] [Pipeline] }
01:21:13 [2025-05-08T23:21:13.786Z] [Pipeline] // withEnv
01:21:13 [2025-05-08T23:21:13.803Z] [Pipeline] }
01:21:13 [2025-05-08T23:21:13.820Z] [Pipeline] // node
01:21:13 [2025-05-08T23:21:13.837Z] [Pipeline] End of Pipeline
01:21:13 [2025-05-08T23:21:13.909Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #206
01:21:13 [2025-05-08T23:21:13.910Z] Finished: SUCCESS