SuccèsSortie de la console
06:46:00 [2025-03-06T05:46:00.286Z] Lancé par une alarme périodique
06:46:00 [2025-03-06T05:46:00.287Z] Running as userbuild
06:46:00 [2025-03-06T05:46:00.653Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2025-03-06T05:46:01.399Z] [Pipeline] Start of Pipeline
06:46:01 [2025-03-06T05:46:01.919Z] [Pipeline] node
06:46:01 [2025-03-06T05:46:01.924Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy
06:46:01 [2025-03-06T05:46:01.926Z] [Pipeline] {
06:46:01 [2025-03-06T05:46:01.942Z] [Pipeline] stage
06:46:01 [2025-03-06T05:46:01.942Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:01 [2025-03-06T05:46:01.951Z] [Pipeline] checkout
06:46:01 [2025-03-06T05:46:01.954Z] Selected Git installation does not exist. Using Default
06:46:01 [2025-03-06T05:46:01.954Z] The recommended git tool is: NONE
06:46:01 [2025-03-06T05:46:01.954Z] No credentials specified
06:46:01 [2025-03-06T05:46:01.954Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/.git # timeout=10
06:46:01 [2025-03-06T05:46:01.959Z] Fetching changes from the remote Git repository
06:46:01 [2025-03-06T05:46:01.962Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:01 [2025-03-06T05:46:01.967Z] Cleaning workspace
06:46:01 [2025-03-06T05:46:01.967Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:01 [2025-03-06T05:46:01.972Z] Resetting working tree
06:46:01 [2025-03-06T05:46:01.972Z] > /usr/bin/git reset --hard # timeout=10
06:46:01 [2025-03-06T05:46:01.982Z] > /usr/bin/git clean -fdx # timeout=10
06:46:01 [2025-03-06T05:46:01.990Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2025-03-06T05:46:01.990Z] > /usr/bin/git --version # timeout=10
06:46:01 [2025-03-06T05:46:01.994Z] > git --version # 'git version 2.43.0'
06:46:01 [2025-03-06T05:46:01.994Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:02 [2025-03-06T05:46:02.467Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:02 [2025-03-06T05:46:02.472Z] Checking out Revision 08023d811205f6aba0cc1af783597b4af757a954 (refs/remotes/origin/master)
06:46:02 [2025-03-06T05:46:02.472Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:02 [2025-03-06T05:46:02.477Z] > /usr/bin/git checkout -f 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
06:46:02 [2025-03-06T05:46:02.491Z] Commit message: "Fix condition testing in the release pipeline for Silverpeas-Sso. In this same pipeline, give the version of the Docker image to use (6.4 currently). Idem for the auto build pipeline for Silverpeas-Sso."
06:46:02 [2025-03-06T05:46:02.491Z] > /usr/bin/git rev-list --no-walk e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10
06:46:02 [2025-03-06T05:46:02.511Z] [Pipeline] }
06:46:02 [2025-03-06T05:46:02.519Z] [Pipeline] // stage
06:46:02 [2025-03-06T05:46:02.536Z] [Pipeline] withEnv
06:46:02 [2025-03-06T05:46:02.537Z] [Pipeline] {
06:46:02 [2025-03-06T05:46:02.739Z] [Pipeline] isUnix
06:46:02 [2025-03-06T05:46:02.740Z] [Pipeline] withEnv
06:46:02 [2025-03-06T05:46:02.740Z] [Pipeline] {
06:46:02 [2025-03-06T05:46:02.750Z] [Pipeline] sh
06:46:03 [2025-03-06T05:46:03.006Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:03 [2025-03-06T05:46:03.006Z] .
06:46:03 [2025-03-06T05:46:03.006Z] [Pipeline] }
06:46:03 [2025-03-06T05:46:03.018Z] [Pipeline] // withEnv
06:46:03 [2025-03-06T05:46:03.030Z] [Pipeline] withDockerContainer
06:46:03 [2025-03-06T05:46:03.065Z] Jenkins does not seem to be running inside a container
06:46:03 [2025-03-06T05:46:03.072Z] $ 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_Stable_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Stable_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.4 cat
06:46:03 [2025-03-06T05:46:03.333Z] $ docker top 0a9121fad9ae8b6d8a7913162fead14e300a54dcaf7fddb33718dff7b560966b -eo pid,comm
06:46:03 [2025-03-06T05:46:03.370Z] [Pipeline] {
06:46:03 [2025-03-06T05:46:03.409Z] [Pipeline] withEnv
06:46:03 [2025-03-06T05:46:03.410Z] [Pipeline] {
06:46:03 [2025-03-06T05:46:03.438Z] [Pipeline] stage
06:46:03 [2025-03-06T05:46:03.438Z] [Pipeline] { (Prepare the job)
06:46:03 [2025-03-06T05:46:03.485Z] [Pipeline] sh
06:46:03 [2025-03-06T05:46:03.743Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.4.x/pom.xml
06:46:03 [2025-03-06T05:46:03.996Z] [Pipeline] script
06:46:04 [2025-03-06T05:46:04.006Z] [Pipeline] {
06:46:04 [2025-03-06T05:46:04.023Z] [Pipeline] readMavenPom
06:46:04 [2025-03-06T05:46:04.050Z] 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.
06:46:04 [2025-03-06T05:46:04.052Z] 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.
06:46:04 [2025-03-06T05:46:04.054Z] 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.
06:46:04 [2025-03-06T05:46:04.054Z] 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.
06:46:04 [2025-03-06T05:46:04.054Z] 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.
06:46:04 [2025-03-06T05:46:04.055Z] [Pipeline] sh
06:46:04 [2025-03-06T05:46:04.314Z] + rm -f pom.xml
06:46:04 [2025-03-06T05:46:04.315Z] [Pipeline] }
06:46:04 [2025-03-06T05:46:04.329Z] [Pipeline] // script
06:46:04 [2025-03-06T05:46:04.345Z] [Pipeline] }
06:46:04 [2025-03-06T05:46:04.359Z] [Pipeline] // stage
06:46:04 [2025-03-06T05:46:04.374Z] [Pipeline] stage
06:46:04 [2025-03-06T05:46:04.375Z] [Pipeline] { (Check POM parent version)
06:46:04 [2025-03-06T05:46:04.451Z] Stage "Check POM parent version" skipped due to when conditional
06:46:04 [2025-03-06T05:46:04.452Z] [Pipeline] getContext
06:46:04 [2025-03-06T05:46:04.469Z] [Pipeline] }
06:46:04 [2025-03-06T05:46:04.480Z] [Pipeline] // stage
06:46:04 [2025-03-06T05:46:04.493Z] [Pipeline] stage
06:46:04 [2025-03-06T05:46:04.494Z] [Pipeline] { (Checkout projects and check code changes)
06:46:04 [2025-03-06T05:46:04.524Z] [Pipeline] script
06:46:04 [2025-03-06T05:46:04.532Z] [Pipeline] {
06:46:04 [2025-03-06T05:46:04.555Z] [Pipeline] copyArtifacts
06:46:04 [2025-03-06T05:46:04.561Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 368
06:46:04 [2025-03-06T05:46:04.573Z] [Pipeline] fileExists
06:46:04 [2025-03-06T05:46:04.591Z] [Pipeline] readYaml
06:46:04 [2025-03-06T05:46:04.606Z] 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.
06:46:04 [2025-03-06T05:46:04.609Z] [Pipeline] dir
06:46:04 [2025-03-06T05:46:04.609Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core
06:46:04 [2025-03-06T05:46:04.610Z] [Pipeline] {
06:46:04 [2025-03-06T05:46:04.629Z] [Pipeline] git
06:46:04 [2025-03-06T05:46:04.631Z] The recommended git tool is: /usr/bin/git
06:46:04 [2025-03-06T05:46:04.632Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:04 [2025-03-06T05:46:04.666Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@924cfaf; decorates hudson.Launcher$LocalLauncher@277a3f6c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:04 [2025-03-06T05:46:04.667Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core/.git # timeout=10
06:46:04 [2025-03-06T05:46:04.673Z] Fetching changes from the remote Git repository
06:46:04 [2025-03-06T05:46:04.676Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
06:46:04 [2025-03-06T05:46:04.682Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
06:46:04 [2025-03-06T05:46:04.682Z] > /usr/bin/git --version # timeout=10
06:46:04 [2025-03-06T05:46:04.687Z] > git --version # 'git version 2.43.0'
06:46:04 [2025-03-06T05:46:04.688Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:04 [2025-03-06T05:46:04.693Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:05 [2025-03-06T05:46:05.488Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:05 [2025-03-06T05:46:05.494Z] Checking out Revision 626dc47d065a1815f66bd04eccfeb07d91c18233 (refs/remotes/origin/6.4.x)
06:46:05 [2025-03-06T05:46:05.494Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:05 [2025-03-06T05:46:05.500Z] > /usr/bin/git checkout -f 626dc47d065a1815f66bd04eccfeb07d91c18233 # timeout=10
06:46:05 [2025-03-06T05:46:05.564Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:05 [2025-03-06T05:46:05.578Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:05 [2025-03-06T05:46:05.585Z] > /usr/bin/git checkout -b 6.4.x 626dc47d065a1815f66bd04eccfeb07d91c18233 # timeout=10
06:46:05 [2025-03-06T05:46:05.641Z] Commit message: "Bug #14491"
06:46:05 [2025-03-06T05:46:05.642Z] > /usr/bin/git rev-list --no-walk 626dc47d065a1815f66bd04eccfeb07d91c18233 # timeout=10
06:46:05 [2025-03-06T05:46:05.674Z] [Pipeline] fileExists
06:46:05 [2025-03-06T05:46:05.689Z] [Pipeline] readMavenPom
06:46:05 [2025-03-06T05:46:05.714Z] [Pipeline] sh
06:46:05 [2025-03-06T05:46:05.974Z] + git rev-parse HEAD
06:46:05 [2025-03-06T05:46:05.978Z] [Pipeline] echo
06:46:05 [2025-03-06T05:46:05.978Z] Silverpeas-Core: current commit is 626dc47d065a1815f66bd04eccfeb07d91c18233 and last build commit is 626dc47d065a1815f66bd04eccfeb07d91c18233
06:46:05 [2025-03-06T05:46:05.986Z] [Pipeline] }
06:46:06 [2025-03-06T05:46:06.001Z] [Pipeline] // dir
06:46:06 [2025-03-06T05:46:06.016Z] [Pipeline] echo
06:46:06 [2025-03-06T05:46:06.016Z] Build skipped due to no changes have been done since the last build
06:46:06 [2025-03-06T05:46:06.032Z] [Pipeline] dir
06:46:06 [2025-03-06T05:46:06.033Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components
06:46:06 [2025-03-06T05:46:06.033Z] [Pipeline] {
06:46:06 [2025-03-06T05:46:06.053Z] [Pipeline] git
06:46:06 [2025-03-06T05:46:06.055Z] The recommended git tool is: /usr/bin/git
06:46:06 [2025-03-06T05:46:06.056Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:06 [2025-03-06T05:46:06.071Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@47701f23; decorates hudson.Launcher$LocalLauncher@22fa8cda will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:06 [2025-03-06T05:46:06.072Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/.git # timeout=10
06:46:06 [2025-03-06T05:46:06.078Z] Fetching changes from the remote Git repository
06:46:06 [2025-03-06T05:46:06.083Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
06:46:06 [2025-03-06T05:46:06.089Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
06:46:06 [2025-03-06T05:46:06.089Z] > /usr/bin/git --version # timeout=10
06:46:06 [2025-03-06T05:46:06.094Z] > git --version # 'git version 2.43.0'
06:46:06 [2025-03-06T05:46:06.094Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:06 [2025-03-06T05:46:06.100Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:06 [2025-03-06T05:46:06.783Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:06 [2025-03-06T05:46:06.791Z] Checking out Revision cc51fb416ac3e4249204a7db899cbd7ab2dfb51b (refs/remotes/origin/6.4.x)
06:46:06 [2025-03-06T05:46:06.791Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:06 [2025-03-06T05:46:06.796Z] > /usr/bin/git checkout -f cc51fb416ac3e4249204a7db899cbd7ab2dfb51b # timeout=10
06:46:06 [2025-03-06T05:46:06.844Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:06 [2025-03-06T05:46:06.856Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:06 [2025-03-06T05:46:06.863Z] > /usr/bin/git checkout -b 6.4.x cc51fb416ac3e4249204a7db899cbd7ab2dfb51b # timeout=10
06:46:06 [2025-03-06T05:46:06.937Z] Commit message: "Bug #14732"
06:46:06 [2025-03-06T05:46:06.937Z] > /usr/bin/git rev-list --no-walk cc51fb416ac3e4249204a7db899cbd7ab2dfb51b # timeout=10
06:46:06 [2025-03-06T05:46:06.958Z] [Pipeline] fileExists
06:46:06 [2025-03-06T05:46:06.967Z] [Pipeline] readMavenPom
06:46:06 [2025-03-06T05:46:06.994Z] [Pipeline] sh
06:46:07 [2025-03-06T05:46:07.252Z] + git rev-parse HEAD
06:46:07 [2025-03-06T05:46:07.256Z] [Pipeline] echo
06:46:07 [2025-03-06T05:46:07.257Z] Silverpeas-Components: current commit is cc51fb416ac3e4249204a7db899cbd7ab2dfb51b and last build commit is cc51fb416ac3e4249204a7db899cbd7ab2dfb51b
06:46:07 [2025-03-06T05:46:07.260Z] [Pipeline] }
06:46:07 [2025-03-06T05:46:07.277Z] [Pipeline] // dir
06:46:07 [2025-03-06T05:46:07.293Z] [Pipeline] echo
06:46:07 [2025-03-06T05:46:07.293Z] Build skipped due to no changes have been done since the last build
06:46:07 [2025-03-06T05:46:07.310Z] [Pipeline] dir
06:46:07 [2025-03-06T05:46:07.310Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks
06:46:07 [2025-03-06T05:46:07.311Z] [Pipeline] {
06:46:07 [2025-03-06T05:46:07.331Z] [Pipeline] git
06:46:07 [2025-03-06T05:46:07.344Z] Selected Git installation does not exist. Using Default
06:46:07 [2025-03-06T05:46:07.344Z] The recommended git tool is: NONE
06:46:07 [2025-03-06T05:46:07.346Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:07 [2025-03-06T05:46:07.360Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6947a4f8; decorates hudson.Launcher$LocalLauncher@2aa8cf3 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:07 [2025-03-06T05:46:07.361Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks/.git # timeout=10
06:46:07 [2025-03-06T05:46:07.367Z] Fetching changes from the remote Git repository
06:46:07 [2025-03-06T05:46:07.370Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
06:46:07 [2025-03-06T05:46:07.376Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
06:46:07 [2025-03-06T05:46:07.376Z] > /usr/bin/git --version # timeout=10
06:46:07 [2025-03-06T05:46:07.382Z] > git --version # 'git version 2.43.0'
06:46:07 [2025-03-06T05:46:07.382Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:07 [2025-03-06T05:46:07.387Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:07 [2025-03-06T05:46:07.792Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:07 [2025-03-06T05:46:07.799Z] Checking out Revision 3b1f1764ddb2b1d8ced827f13b4bd00a9653fde7 (refs/remotes/origin/6.4.x)
06:46:07 [2025-03-06T05:46:07.799Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:07 [2025-03-06T05:46:07.805Z] > /usr/bin/git checkout -f 3b1f1764ddb2b1d8ced827f13b4bd00a9653fde7 # timeout=10
06:46:07 [2025-03-06T05:46:07.820Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:07 [2025-03-06T05:46:07.829Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:07 [2025-03-06T05:46:07.837Z] > /usr/bin/git checkout -b 6.4.x 3b1f1764ddb2b1d8ced827f13b4bd00a9653fde7 # timeout=10
06:46:07 [2025-03-06T05:46:07.854Z] Commit message: "Update parent POM to 1.6.2"
06:46:07 [2025-03-06T05:46:07.855Z] > /usr/bin/git rev-list --no-walk 3b1f1764ddb2b1d8ced827f13b4bd00a9653fde7 # timeout=10
06:46:07 [2025-03-06T05:46:07.887Z] [Pipeline] fileExists
06:46:07 [2025-03-06T05:46:07.896Z] [Pipeline] readMavenPom
06:46:07 [2025-03-06T05:46:07.918Z] [Pipeline] sh
06:46:08 [2025-03-06T05:46:08.177Z] + git rev-parse HEAD
06:46:08 [2025-03-06T05:46:08.179Z] [Pipeline] echo
06:46:08 [2025-03-06T05:46:08.179Z] Silverpeas-Looks: current commit is 3b1f1764ddb2b1d8ced827f13b4bd00a9653fde7 and last build commit is 3b1f1764ddb2b1d8ced827f13b4bd00a9653fde7
06:46:08 [2025-03-06T05:46:08.181Z] [Pipeline] }
06:46:08 [2025-03-06T05:46:08.197Z] [Pipeline] // dir
06:46:08 [2025-03-06T05:46:08.213Z] [Pipeline] echo
06:46:08 [2025-03-06T05:46:08.213Z] Build skipped due to no changes have been done since the last build
06:46:08 [2025-03-06T05:46:08.231Z] [Pipeline] dir
06:46:08 [2025-03-06T05:46:08.231Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup
06:46:08 [2025-03-06T05:46:08.232Z] [Pipeline] {
06:46:08 [2025-03-06T05:46:08.254Z] [Pipeline] git
06:46:08 [2025-03-06T05:46:08.256Z] The recommended git tool is: NONE
06:46:08 [2025-03-06T05:46:08.257Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:08 [2025-03-06T05:46:08.267Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2b7d56dc; decorates hudson.Launcher$LocalLauncher@9b3467b will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:08 [2025-03-06T05:46:08.267Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup/.git # timeout=10
06:46:08 [2025-03-06T05:46:08.273Z] Fetching changes from the remote Git repository
06:46:08 [2025-03-06T05:46:08.278Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
06:46:08 [2025-03-06T05:46:08.284Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
06:46:08 [2025-03-06T05:46:08.284Z] > /usr/bin/git --version # timeout=10
06:46:08 [2025-03-06T05:46:08.288Z] > git --version # 'git version 2.43.0'
06:46:08 [2025-03-06T05:46:08.288Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:08 [2025-03-06T05:46:08.294Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:08 [2025-03-06T05:46:08.682Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:08 [2025-03-06T05:46:08.689Z] Checking out Revision 2bd9e5b3d4c9516811f574f4f53ce5e22532133b (refs/remotes/origin/6.4.x)
06:46:08 [2025-03-06T05:46:08.689Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:08 [2025-03-06T05:46:08.694Z] > /usr/bin/git checkout -f 2bd9e5b3d4c9516811f574f4f53ce5e22532133b # timeout=10
06:46:08 [2025-03-06T05:46:08.712Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:08 [2025-03-06T05:46:08.721Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:08 [2025-03-06T05:46:08.727Z] > /usr/bin/git checkout -b 6.4.x 2bd9e5b3d4c9516811f574f4f53ce5e22532133b # timeout=10
06:46:08 [2025-03-06T05:46:08.738Z] Commit message: "6.4.2 has been released from build 6.4.2-build241211 (a8d34497f3c1025a04537070f2df01d17aefab21).Prepare for development iteration of next version 6.4.3"
06:46:08 [2025-03-06T05:46:08.738Z] > /usr/bin/git rev-list --no-walk 2bd9e5b3d4c9516811f574f4f53ce5e22532133b # timeout=10
06:46:08 [2025-03-06T05:46:08.759Z] [Pipeline] fileExists
06:46:08 [2025-03-06T05:46:08.787Z] [Pipeline] sh
06:46:09 [2025-03-06T05:46:09.045Z] + git rev-parse HEAD
06:46:09 [2025-03-06T05:46:09.049Z] [Pipeline] echo
06:46:09 [2025-03-06T05:46:09.050Z] Silverpeas-Setup: current commit is 2bd9e5b3d4c9516811f574f4f53ce5e22532133b and last build commit is 2bd9e5b3d4c9516811f574f4f53ce5e22532133b
06:46:09 [2025-03-06T05:46:09.052Z] [Pipeline] }
06:46:09 [2025-03-06T05:46:09.069Z] [Pipeline] // dir
06:46:09 [2025-03-06T05:46:09.086Z] [Pipeline] echo
06:46:09 [2025-03-06T05:46:09.087Z] Build skipped due to no changes have been done since the last build
06:46:09 [2025-03-06T05:46:09.105Z] [Pipeline] dir
06:46:09 [2025-03-06T05:46:09.105Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution
06:46:09 [2025-03-06T05:46:09.106Z] [Pipeline] {
06:46:09 [2025-03-06T05:46:09.130Z] [Pipeline] git
06:46:09 [2025-03-06T05:46:09.133Z] The recommended git tool is: NONE
06:46:09 [2025-03-06T05:46:09.133Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:09 [2025-03-06T05:46:09.145Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@277b9387; decorates hudson.Launcher$LocalLauncher@19bf281f will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:09 [2025-03-06T05:46:09.145Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
06:46:09 [2025-03-06T05:46:09.151Z] Fetching changes from the remote Git repository
06:46:09 [2025-03-06T05:46:09.154Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
06:46:09 [2025-03-06T05:46:09.159Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
06:46:09 [2025-03-06T05:46:09.159Z] > /usr/bin/git --version # timeout=10
06:46:09 [2025-03-06T05:46:09.164Z] > git --version # 'git version 2.43.0'
06:46:09 [2025-03-06T05:46:09.164Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:09 [2025-03-06T05:46:09.170Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:09 [2025-03-06T05:46:09.534Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:09 [2025-03-06T05:46:09.541Z] Checking out Revision 90e9347286664c1f250640839a01b6491f0c0a8d (refs/remotes/origin/6.4.x)
06:46:09 [2025-03-06T05:46:09.541Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:09 [2025-03-06T05:46:09.548Z] > /usr/bin/git checkout -f 90e9347286664c1f250640839a01b6491f0c0a8d # timeout=10
06:46:09 [2025-03-06T05:46:09.558Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:09 [2025-03-06T05:46:09.565Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:09 [2025-03-06T05:46:09.571Z] > /usr/bin/git checkout -b 6.4.x 90e9347286664c1f250640839a01b6491f0c0a8d # timeout=10
06:46:09 [2025-03-06T05:46:09.582Z] Commit message: "6.4.2 has been released from build 6.4.2-build241211 (31ec9eff47661a3e19a2854eecd7d6cdf6f96f45).Prepare for development iteration of next version 6.4.3"
06:46:09 [2025-03-06T05:46:09.582Z] > /usr/bin/git rev-list --no-walk 90e9347286664c1f250640839a01b6491f0c0a8d # timeout=10
06:46:09 [2025-03-06T05:46:09.603Z] [Pipeline] fileExists
06:46:09 [2025-03-06T05:46:09.621Z] [Pipeline] readMavenPom
06:46:09 [2025-03-06T05:46:09.643Z] [Pipeline] sh
06:46:09 [2025-03-06T05:46:09.901Z] + git rev-parse HEAD
06:46:09 [2025-03-06T05:46:09.904Z] [Pipeline] echo
06:46:09 [2025-03-06T05:46:09.905Z] Silverpeas-Distribution: current commit is 90e9347286664c1f250640839a01b6491f0c0a8d and last build commit is 90e9347286664c1f250640839a01b6491f0c0a8d
06:46:09 [2025-03-06T05:46:09.907Z] [Pipeline] }
06:46:09 [2025-03-06T05:46:09.937Z] [Pipeline] // dir
06:46:09 [2025-03-06T05:46:09.956Z] [Pipeline] echo
06:46:09 [2025-03-06T05:46:09.956Z] Build skipped due to no changes have been done since the last build
06:46:09 [2025-03-06T05:46:09.975Z] [Pipeline] dir
06:46:09 [2025-03-06T05:46:09.975Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly
06:46:09 [2025-03-06T05:46:09.976Z] [Pipeline] {
06:46:09 [2025-03-06T05:46:09.998Z] [Pipeline] git
06:46:10 [2025-03-06T05:46:10.000Z] The recommended git tool is: NONE
06:46:10 [2025-03-06T05:46:10.001Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:10 [2025-03-06T05:46:10.025Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@276c668a; decorates hudson.Launcher$LocalLauncher@1cb0247a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:10 [2025-03-06T05:46:10.025Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
06:46:10 [2025-03-06T05:46:10.031Z] Fetching changes from the remote Git repository
06:46:10 [2025-03-06T05:46:10.035Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
06:46:10 [2025-03-06T05:46:10.041Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
06:46:10 [2025-03-06T05:46:10.041Z] > /usr/bin/git --version # timeout=10
06:46:10 [2025-03-06T05:46:10.046Z] > git --version # 'git version 2.43.0'
06:46:10 [2025-03-06T05:46:10.046Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:10 [2025-03-06T05:46:10.052Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:10 [2025-03-06T05:46:10.454Z] > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:10 [2025-03-06T05:46:10.462Z] Checking out Revision 0d793f451ae2822fa89a779eed487790159a3a27 (refs/remotes/origin/6.4.x)
06:46:10 [2025-03-06T05:46:10.462Z] > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:10 [2025-03-06T05:46:10.468Z] > /usr/bin/git checkout -f 0d793f451ae2822fa89a779eed487790159a3a27 # timeout=10
06:46:10 [2025-03-06T05:46:10.479Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:10 [2025-03-06T05:46:10.490Z] > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:10 [2025-03-06T05:46:10.497Z] > /usr/bin/git checkout -b 6.4.x 0d793f451ae2822fa89a779eed487790159a3a27 # timeout=10
06:46:10 [2025-03-06T05:46:10.506Z] Commit message: "Update parent POM to 1.6.2"
06:46:10 [2025-03-06T05:46:10.507Z] > /usr/bin/git rev-list --no-walk 0d793f451ae2822fa89a779eed487790159a3a27 # timeout=10
06:46:10 [2025-03-06T05:46:10.528Z] [Pipeline] fileExists
06:46:10 [2025-03-06T05:46:10.547Z] [Pipeline] readMavenPom
06:46:10 [2025-03-06T05:46:10.572Z] [Pipeline] sh
06:46:10 [2025-03-06T05:46:10.830Z] + git rev-parse HEAD
06:46:10 [2025-03-06T05:46:10.833Z] [Pipeline] echo
06:46:10 [2025-03-06T05:46:10.834Z] Silverpeas-Assembly: current commit is 0d793f451ae2822fa89a779eed487790159a3a27 and last build commit is 0d793f451ae2822fa89a779eed487790159a3a27
06:46:10 [2025-03-06T05:46:10.836Z] [Pipeline] }
06:46:10 [2025-03-06T05:46:10.855Z] [Pipeline] // dir
06:46:10 [2025-03-06T05:46:10.876Z] [Pipeline] echo
06:46:10 [2025-03-06T05:46:10.876Z] Build skipped due to no changes have been done since the last build
06:46:10 [2025-03-06T05:46:10.876Z] [Pipeline] }
06:46:10 [2025-03-06T05:46:10.895Z] [Pipeline] // script
06:46:10 [2025-03-06T05:46:10.913Z] [Pipeline] }
06:46:10 [2025-03-06T05:46:10.929Z] [Pipeline] // stage
06:46:10 [2025-03-06T05:46:10.949Z] [Pipeline] stage
06:46:10 [2025-03-06T05:46:10.950Z] [Pipeline] { (Build Silverpeas)
06:46:10 [2025-03-06T05:46:10.988Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-03-06T05:46:10.989Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.012Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.013Z] [Pipeline] { (Build Silverpeas-Core)
06:46:11 [2025-03-06T05:46:11.031Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:11 [2025-03-06T05:46:11.032Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.033Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.050Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.067Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.068Z] [Pipeline] { (Build Silverpeas-Components)
06:46:11 [2025-03-06T05:46:11.083Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:11 [2025-03-06T05:46:11.084Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.085Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.102Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.117Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.118Z] [Pipeline] { (Build Silverpeas-Assembly)
06:46:11 [2025-03-06T05:46:11.131Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:11 [2025-03-06T05:46:11.132Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.133Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.146Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.159Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.160Z] [Pipeline] { (Build Silverpeas Setup)
06:46:11 [2025-03-06T05:46:11.172Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:11 [2025-03-06T05:46:11.173Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.174Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.185Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.198Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.199Z] [Pipeline] { (Build Silverpeas Distribution)
06:46:11 [2025-03-06T05:46:11.210Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:11 [2025-03-06T05:46:11.210Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.212Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.222Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.234Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.235Z] [Pipeline] { (Build Silverpeas-Looks)
06:46:11 [2025-03-06T05:46:11.245Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:11 [2025-03-06T05:46:11.246Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.247Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.257Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.268Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.269Z] [Pipeline] { (Publish Silverpeas-Core)
06:46:11 [2025-03-06T05:46:11.278Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:11 [2025-03-06T05:46:11.279Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.280Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.289Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.300Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.301Z] [Pipeline] { (Publish Silverpeas-Components)
06:46:11 [2025-03-06T05:46:11.310Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:11 [2025-03-06T05:46:11.311Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.312Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.321Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.331Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.332Z] [Pipeline] { (Publish Silverpeas-Assembly)
06:46:11 [2025-03-06T05:46:11.340Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:11 [2025-03-06T05:46:11.341Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.343Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.351Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.361Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.362Z] [Pipeline] { (Publish Silverpeas-Setup)
06:46:11 [2025-03-06T05:46:11.370Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:11 [2025-03-06T05:46:11.371Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.372Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.380Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.390Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.391Z] [Pipeline] { (Publish Silverpeas-Distribution)
06:46:11 [2025-03-06T05:46:11.399Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:11 [2025-03-06T05:46:11.400Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.402Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.410Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.419Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.420Z] [Pipeline] { (Publish Silverpeas-Looks)
06:46:11 [2025-03-06T05:46:11.428Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:11 [2025-03-06T05:46:11.429Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.430Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.437Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.447Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.448Z] [Pipeline] { (Publish Community Web Site)
06:46:11 [2025-03-06T05:46:11.456Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:11 [2025-03-06T05:46:11.457Z] [Pipeline] getContext
06:46:11 [2025-03-06T05:46:11.459Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.466Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.474Z] [Pipeline] }
06:46:11 [2025-03-06T05:46:11.481Z] [Pipeline] // stage
06:46:11 [2025-03-06T05:46:11.500Z] [Pipeline] stage
06:46:11 [2025-03-06T05:46:11.500Z] [Pipeline] { (Create YAML build report)
06:46:11 [2025-03-06T05:46:11.532Z] [Pipeline] script
06:46:11 [2025-03-06T05:46:11.541Z] [Pipeline] {
06:46:11 [2025-03-06T05:46:11.561Z] [Pipeline] sh
06:46:11 [2025-03-06T05:46:11.820Z] + mkdir -p target
06:46:11 [2025-03-06T05:46:11.822Z] [Pipeline] sh
06:46:12 [2025-03-06T05:46:12.079Z] + mv build.yaml target/
06:46:12 [2025-03-06T05:46:12.080Z] [Pipeline] }
06:46:12 [2025-03-06T05:46:12.094Z] [Pipeline] // script
06:46:12 [2025-03-06T05:46:12.113Z] [Pipeline] }
06:46:12 [2025-03-06T05:46:12.131Z] [Pipeline] // stage
06:46:12 [2025-03-06T05:46:12.158Z] [Pipeline] stage
06:46:12 [2025-03-06T05:46:12.159Z] [Pipeline] { (Declarative: Post Actions)
06:46:12 [2025-03-06T05:46:12.190Z] [Pipeline] step
06:46:12 [2025-03-06T05:46:12.223Z] [Pipeline] script
06:46:12 [2025-03-06T05:46:12.232Z] [Pipeline] {
06:46:12 [2025-03-06T05:46:12.273Z] [Pipeline] }
06:46:12 [2025-03-06T05:46:12.290Z] [Pipeline] // script
06:46:12 [2025-03-06T05:46:12.314Z] [Pipeline] archiveArtifacts
06:46:12 [2025-03-06T05:46:12.318Z] Archiving artifacts
06:46:12 [2025-03-06T05:46:12.336Z] Enregistrement des empreintes numériques
06:46:12 [2025-03-06T05:46:12.349Z] [Pipeline] sh
06:46:12 [2025-03-06T05:46:12.610Z] + rm -rf target
06:46:12 [2025-03-06T05:46:12.617Z] [Pipeline] }
06:46:12 [2025-03-06T05:46:12.635Z] [Pipeline] // stage
06:46:12 [2025-03-06T05:46:12.653Z] [Pipeline] }
06:46:12 [2025-03-06T05:46:12.670Z] [Pipeline] // withEnv
06:46:12 [2025-03-06T05:46:12.688Z] [Pipeline] }
06:46:12 [2025-03-06T05:46:12.689Z] $ docker stop --time=1 0a9121fad9ae8b6d8a7913162fead14e300a54dcaf7fddb33718dff7b560966b
06:46:13 [2025-03-06T05:46:13.948Z] $ docker rm -f --volumes 0a9121fad9ae8b6d8a7913162fead14e300a54dcaf7fddb33718dff7b560966b
06:46:13 [2025-03-06T05:46:13.990Z] [Pipeline] // withDockerContainer
06:46:13 [2025-03-06T05:46:13.999Z] [Pipeline] }
06:46:14 [2025-03-06T05:46:14.015Z] [Pipeline] // withEnv
06:46:14 [2025-03-06T05:46:14.032Z] [Pipeline] }
06:46:14 [2025-03-06T05:46:14.070Z] [Pipeline] // node
06:46:14 [2025-03-06T05:46:14.087Z] [Pipeline] End of Pipeline
06:46:14 [2025-03-06T05:46:14.161Z] Lancement d'un nouveau build de Silverpeas_Mobile_Stable_AutoDeploy #272
06:46:14 [2025-03-06T05:46:14.162Z] Finished: SUCCESS