19:24:00 [2026-08-26T17:24:00.835Z] Lancé par une alarme périodique
19:24:00 [2026-08-26T17:24:00.836Z] Running as userbuild
19:24:01 [2026-08-26T17:24:01.395Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:02 [2026-08-26T17:24:02.093Z] [Pipeline] Start of Pipeline
19:24:02 [2026-08-26T17:24:02.519Z] [Pipeline] node
19:24:02 [2026-08-26T17:24:02.522Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy
19:24:02 [2026-08-26T17:24:02.533Z] [Pipeline] {
19:24:02 [2026-08-26T17:24:02.562Z] [Pipeline] stage
19:24:02 [2026-08-26T17:24:02.563Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:02 [2026-08-26T17:24:02.582Z] [Pipeline] checkout
19:24:02 [2026-08-26T17:24:02.584Z] Selected Git installation does not exist. Using Default
19:24:02 [2026-08-26T17:24:02.584Z] The recommended git tool is: NONE
19:24:02 [2026-08-26T17:24:02.584Z] No credentials specified
19:24:02 [2026-08-26T17:24:02.584Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/.git # timeout=10
19:24:02 [2026-08-26T17:24:02.589Z] Fetching changes from the remote Git repository
19:24:02 [2026-08-26T17:24:02.591Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:02 [2026-08-26T17:24:02.605Z] Cleaning workspace
19:24:02 [2026-08-26T17:24:02.605Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:02 [2026-08-26T17:24:02.610Z] Resetting working tree
19:24:02 [2026-08-26T17:24:02.610Z] > /usr/bin/git reset --hard # timeout=10
19:24:02 [2026-08-26T17:24:02.618Z] > /usr/bin/git clean -fdx # timeout=10
19:24:02 [2026-08-26T17:24:02.624Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:02 [2026-08-26T17:24:02.624Z] > /usr/bin/git --version # timeout=10
19:24:02 [2026-08-26T17:24:02.629Z] > git --version # 'git version 2.43.0'
19:24:02 [2026-08-26T17:24:02.629Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:03 [2026-08-26T17:24:03.108Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:03 [2026-08-26T17:24:03.114Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master)
19:24:03 [2026-08-26T17:24:03.115Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:03 [2026-08-26T17:24:03.120Z] > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
19:24:03 [2026-08-26T17:24:03.133Z] Commit message: "In the pipeline to construct a Docker image for building a Silverpeas project, add a new stage in which we switch to the git branch that is related to the version of the Docker image to generate. If such branch doesn't yet exist, then it is created."
19:24:03 [2026-08-26T17:24:03.133Z] > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
19:24:03 [2026-08-26T17:24:03.157Z] [Pipeline] }
19:24:03 [2026-08-26T17:24:03.164Z] [Pipeline] // stage
19:24:03 [2026-08-26T17:24:03.190Z] [Pipeline] withEnv
19:24:03 [2026-08-26T17:24:03.191Z] [Pipeline] {
19:24:03 [2026-08-26T17:24:03.365Z] [Pipeline] isUnix
19:24:03 [2026-08-26T17:24:03.367Z] [Pipeline] withEnv
19:24:03 [2026-08-26T17:24:03.368Z] [Pipeline] {
19:24:03 [2026-08-26T17:24:03.382Z] [Pipeline] sh
19:24:03 [2026-08-26T17:24:03.639Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:03 [2026-08-26T17:24:03.639Z] .
19:24:03 [2026-08-26T17:24:03.641Z] [Pipeline] }
19:24:03 [2026-08-26T17:24:03.654Z] [Pipeline] // withEnv
19:24:03 [2026-08-26T17:24:03.668Z] [Pipeline] withDockerContainer
19:24:03 [2026-08-26T17:24:03.711Z] Jenkins does not seem to be running inside a container
19:24:03 [2026-08-26T17:24:03.720Z] $ 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_Master_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Master_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:latest cat
19:24:04 [2026-08-26T17:24:04.010Z] $ docker top 68378ec0a1d26e53f7ecddf1e67ca589f9ffc59091bba8a9189de84084df46d0 -eo pid,comm
19:24:04 [2026-08-26T17:24:04.053Z] [Pipeline] {
19:24:04 [2026-08-26T17:24:04.102Z] [Pipeline] withEnv
19:24:04 [2026-08-26T17:24:04.103Z] [Pipeline] {
19:24:04 [2026-08-26T17:24:04.128Z] [Pipeline] stage
19:24:04 [2026-08-26T17:24:04.129Z] [Pipeline] { (Prepare the job)
19:24:04 [2026-08-26T17:24:04.176Z] [Pipeline] sh
19:24:04 [2026-08-26T17:24:04.435Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/master/pom.xml
19:24:04 [2026-08-26T17:24:04.689Z] [Pipeline] script
19:24:04 [2026-08-26T17:24:04.695Z] [Pipeline] {
19:24:04 [2026-08-26T17:24:04.714Z] [Pipeline] readMavenPom
19:24:04 [2026-08-26T17:24:04.751Z] 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.
19:24:04 [2026-08-26T17:24:04.754Z] 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.
19:24:04 [2026-08-26T17:24:04.756Z] 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.
19:24:04 [2026-08-26T17:24:04.756Z] 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.
19:24:04 [2026-08-26T17:24:04.757Z] 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.
19:24:04 [2026-08-26T17:24:04.759Z] [Pipeline] sh
19:24:05 [2026-08-26T17:24:05.019Z] + rm -f pom.xml
19:24:05 [2026-08-26T17:24:05.021Z] [Pipeline] }
19:24:05 [2026-08-26T17:24:05.035Z] [Pipeline] // script
19:24:05 [2026-08-26T17:24:05.049Z] [Pipeline] }
19:24:05 [2026-08-26T17:24:05.058Z] [Pipeline] // stage
19:24:05 [2026-08-26T17:24:05.074Z] [Pipeline] stage
19:24:05 [2026-08-26T17:24:05.075Z] [Pipeline] { (Check POM parent version)
19:24:05 [2026-08-26T17:24:05.149Z] [Pipeline] copyArtifacts
19:24:05 [2026-08-26T17:24:05.157Z] Copied 1 artifact from "Silverpeas_Project_Definition_AutoDeploy" build number 300
19:24:05 [2026-08-26T17:24:05.168Z] [Pipeline] script
19:24:05 [2026-08-26T17:24:05.173Z] [Pipeline] {
19:24:05 [2026-08-26T17:24:05.188Z] [Pipeline] readYaml
19:24:05 [2026-08-26T17:24:05.202Z] [Pipeline] sh
19:24:05 [2026-08-26T17:24:05.462Z] + curl --output /dev/null --silent --head --fail -r 0-0 https://nexus3.silverpeas.org/repository/releases/org/silverpeas/silverpeas-project/2.0/silverpeas-project-2.0.pom
19:24:05 [2026-08-26T17:24:05.464Z] 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.
19:24:05 [2026-08-26T17:24:05.464Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named wildflyVersion (to a value of type String) which could lead to memory leaks or other issues.
19:24:05 [2026-08-26T17:24:05.467Z] [Pipeline] sh
19:24:05 [2026-08-26T17:24:05.725Z] + rm -f build.yaml
19:24:05 [2026-08-26T17:24:05.727Z] [Pipeline] }
19:24:05 [2026-08-26T17:24:05.735Z] [Pipeline] // script
19:24:05 [2026-08-26T17:24:05.747Z] [Pipeline] }
19:24:05 [2026-08-26T17:24:05.760Z] [Pipeline] // stage
19:24:05 [2026-08-26T17:24:05.772Z] [Pipeline] stage
19:24:05 [2026-08-26T17:24:05.773Z] [Pipeline] { (Checkout projects and check code changes)
19:24:05 [2026-08-26T17:24:05.794Z] [Pipeline] script
19:24:05 [2026-08-26T17:24:05.802Z] [Pipeline] {
19:24:05 [2026-08-26T17:24:05.821Z] [Pipeline] copyArtifacts
19:24:05 [2026-08-26T17:24:05.829Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1131
19:24:05 [2026-08-26T17:24:05.838Z] [Pipeline] fileExists
19:24:05 [2026-08-26T17:24:05.849Z] [Pipeline] readYaml
19:24:05 [2026-08-26T17:24:05.861Z] 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.
19:24:05 [2026-08-26T17:24:05.864Z] [Pipeline] dir
19:24:05 [2026-08-26T17:24:05.864Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core
19:24:05 [2026-08-26T17:24:05.865Z] [Pipeline] {
19:24:05 [2026-08-26T17:24:05.878Z] [Pipeline] git
19:24:05 [2026-08-26T17:24:05.880Z] The recommended git tool is: /usr/bin/git
19:24:05 [2026-08-26T17:24:05.881Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:05 [2026-08-26T17:24:05.892Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4c0f2643; decorates hudson.Launcher$LocalLauncher@54b11817 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:05 [2026-08-26T17:24:05.892Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
19:24:05 [2026-08-26T17:24:05.898Z] Fetching changes from the remote Git repository
19:24:05 [2026-08-26T17:24:05.902Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
19:24:05 [2026-08-26T17:24:05.908Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
19:24:05 [2026-08-26T17:24:05.908Z] > /usr/bin/git --version # timeout=10
19:24:05 [2026-08-26T17:24:05.913Z] > git --version # 'git version 2.43.0'
19:24:05 [2026-08-26T17:24:05.913Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:05 [2026-08-26T17:24:05.919Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:06 [2026-08-26T17:24:06.409Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:06 [2026-08-26T17:24:06.417Z] Checking out Revision ace598cdd368ee7fe50731c605f5481dd4a026ca (refs/remotes/origin/master)
19:24:06 [2026-08-26T17:24:06.417Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:06 [2026-08-26T17:24:06.422Z] > /usr/bin/git checkout -f ace598cdd368ee7fe50731c605f5481dd4a026ca # timeout=10
19:24:06 [2026-08-26T17:24:06.474Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:06 [2026-08-26T17:24:06.490Z] > /usr/bin/git branch -D master # timeout=10
19:24:06 [2026-08-26T17:24:06.497Z] > /usr/bin/git checkout -b master ace598cdd368ee7fe50731c605f5481dd4a026ca # timeout=10
19:24:06 [2026-08-26T17:24:06.568Z] Commit message: "Update parent POM to version 2.0-build260821"
19:24:06 [2026-08-26T17:24:06.568Z] > /usr/bin/git rev-list --no-walk 80006d496a5ed5b1c6beedb26c2804f4f51acbde # timeout=10
19:24:06 [2026-08-26T17:24:06.591Z] [Pipeline] fileExists
19:24:06 [2026-08-26T17:24:06.612Z] [Pipeline] readMavenPom
19:24:06 [2026-08-26T17:24:06.648Z] [Pipeline] sh
19:24:06 [2026-08-26T17:24:06.908Z] + git rev-parse HEAD
19:24:06 [2026-08-26T17:24:06.912Z] [Pipeline] echo
19:24:06 [2026-08-26T17:24:06.913Z] Silverpeas-Core: current commit is ace598cdd368ee7fe50731c605f5481dd4a026ca and last build commit is ace598cdd368ee7fe50731c605f5481dd4a026ca
19:24:06 [2026-08-26T17:24:06.916Z] [Pipeline] }
19:24:06 [2026-08-26T17:24:06.933Z] [Pipeline] // dir
19:24:06 [2026-08-26T17:24:06.948Z] [Pipeline] echo
19:24:06 [2026-08-26T17:24:06.948Z] Build skipped due to no changes have been done since the last build
19:24:06 [2026-08-26T17:24:06.965Z] [Pipeline] dir
19:24:06 [2026-08-26T17:24:06.965Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components
19:24:06 [2026-08-26T17:24:06.966Z] [Pipeline] {
19:24:06 [2026-08-26T17:24:06.987Z] [Pipeline] git
19:24:06 [2026-08-26T17:24:06.990Z] The recommended git tool is: /usr/bin/git
19:24:06 [2026-08-26T17:24:06.990Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:07 [2026-08-26T17:24:07.000Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@ce7840f; decorates hudson.Launcher$LocalLauncher@30f18156 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:07 [2026-08-26T17:24:07.001Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components/.git # timeout=10
19:24:07 [2026-08-26T17:24:07.007Z] Fetching changes from the remote Git repository
19:24:07 [2026-08-26T17:24:07.010Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
19:24:07 [2026-08-26T17:24:07.016Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
19:24:07 [2026-08-26T17:24:07.016Z] > /usr/bin/git --version # timeout=10
19:24:07 [2026-08-26T17:24:07.021Z] > git --version # 'git version 2.43.0'
19:24:07 [2026-08-26T17:24:07.021Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:07 [2026-08-26T17:24:07.026Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:07 [2026-08-26T17:24:07.524Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:07 [2026-08-26T17:24:07.530Z] Checking out Revision b4ebec02f43f6ff2f479eae547cc58c14e69eeff (refs/remotes/origin/master)
19:24:07 [2026-08-26T17:24:07.530Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:07 [2026-08-26T17:24:07.535Z] > /usr/bin/git checkout -f b4ebec02f43f6ff2f479eae547cc58c14e69eeff # timeout=10
19:24:07 [2026-08-26T17:24:07.575Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2026-08-26T17:24:07.588Z] > /usr/bin/git branch -D master # timeout=10
19:24:07 [2026-08-26T17:24:07.595Z] > /usr/bin/git checkout -b master b4ebec02f43f6ff2f479eae547cc58c14e69eeff # timeout=10
19:24:07 [2026-08-26T17:24:07.657Z] Commit message: "Update parent POM to version 2.0-build260821"
19:24:07 [2026-08-26T17:24:07.657Z] > /usr/bin/git rev-list --no-walk 476cfa54d823f5e0e2bacaafcd208bf8592e41cc # timeout=10
19:24:07 [2026-08-26T17:24:07.678Z] [Pipeline] fileExists
19:24:07 [2026-08-26T17:24:07.686Z] [Pipeline] readMavenPom
19:24:07 [2026-08-26T17:24:07.708Z] [Pipeline] sh
19:24:07 [2026-08-26T17:24:07.967Z] + git rev-parse HEAD
19:24:07 [2026-08-26T17:24:07.972Z] [Pipeline] echo
19:24:07 [2026-08-26T17:24:07.972Z] Silverpeas-Components: current commit is b4ebec02f43f6ff2f479eae547cc58c14e69eeff and last build commit is b4ebec02f43f6ff2f479eae547cc58c14e69eeff
19:24:07 [2026-08-26T17:24:07.975Z] [Pipeline] }
19:24:07 [2026-08-26T17:24:07.985Z] [Pipeline] // dir
19:24:07 [2026-08-26T17:24:07.996Z] [Pipeline] echo
19:24:07 [2026-08-26T17:24:07.996Z] Build skipped due to no changes have been done since the last build
19:24:08 [2026-08-26T17:24:08.008Z] [Pipeline] dir
19:24:08 [2026-08-26T17:24:08.009Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks
19:24:08 [2026-08-26T17:24:08.010Z] [Pipeline] {
19:24:08 [2026-08-26T17:24:08.022Z] [Pipeline] git
19:24:08 [2026-08-26T17:24:08.024Z] Selected Git installation does not exist. Using Default
19:24:08 [2026-08-26T17:24:08.024Z] The recommended git tool is: NONE
19:24:08 [2026-08-26T17:24:08.025Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:08 [2026-08-26T17:24:08.040Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5eef9b0e; decorates hudson.Launcher$LocalLauncher@20c2704a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:08 [2026-08-26T17:24:08.040Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks/.git # timeout=10
19:24:08 [2026-08-26T17:24:08.047Z] Fetching changes from the remote Git repository
19:24:08 [2026-08-26T17:24:08.049Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
19:24:08 [2026-08-26T17:24:08.055Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
19:24:08 [2026-08-26T17:24:08.055Z] > /usr/bin/git --version # timeout=10
19:24:08 [2026-08-26T17:24:08.060Z] > git --version # 'git version 2.43.0'
19:24:08 [2026-08-26T17:24:08.060Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:08 [2026-08-26T17:24:08.065Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:08 [2026-08-26T17:24:08.543Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:08 [2026-08-26T17:24:08.548Z] Checking out Revision 2af94364967e82de1e8d70f466e8367b04421688 (refs/remotes/origin/master)
19:24:08 [2026-08-26T17:24:08.548Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:08 [2026-08-26T17:24:08.553Z] > /usr/bin/git checkout -f 2af94364967e82de1e8d70f466e8367b04421688 # timeout=10
19:24:08 [2026-08-26T17:24:08.567Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:08 [2026-08-26T17:24:08.576Z] > /usr/bin/git branch -D master # timeout=10
19:24:08 [2026-08-26T17:24:08.582Z] > /usr/bin/git checkout -b master 2af94364967e82de1e8d70f466e8367b04421688 # timeout=10
19:24:08 [2026-08-26T17:24:08.605Z] Commit message: "Update parent POM to version 2.0-build260821"
19:24:08 [2026-08-26T17:24:08.606Z] > /usr/bin/git rev-list --no-walk a0297f6c93b76bf78031862fbd9a1e1aa548924b # timeout=10
19:24:08 [2026-08-26T17:24:08.630Z] [Pipeline] fileExists
19:24:08 [2026-08-26T17:24:08.638Z] [Pipeline] readMavenPom
19:24:08 [2026-08-26T17:24:08.651Z] [Pipeline] sh
19:24:08 [2026-08-26T17:24:08.908Z] + git rev-parse HEAD
19:24:08 [2026-08-26T17:24:08.912Z] [Pipeline] echo
19:24:08 [2026-08-26T17:24:08.912Z] Silverpeas-Looks: current commit is 2af94364967e82de1e8d70f466e8367b04421688 and last build commit is 2af94364967e82de1e8d70f466e8367b04421688
19:24:08 [2026-08-26T17:24:08.914Z] [Pipeline] }
19:24:08 [2026-08-26T17:24:08.925Z] [Pipeline] // dir
19:24:08 [2026-08-26T17:24:08.935Z] [Pipeline] echo
19:24:08 [2026-08-26T17:24:08.936Z] Build skipped due to no changes have been done since the last build
19:24:08 [2026-08-26T17:24:08.945Z] [Pipeline] dir
19:24:08 [2026-08-26T17:24:08.946Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup
19:24:08 [2026-08-26T17:24:08.947Z] [Pipeline] {
19:24:08 [2026-08-26T17:24:08.961Z] [Pipeline] git
19:24:08 [2026-08-26T17:24:08.963Z] The recommended git tool is: NONE
19:24:08 [2026-08-26T17:24:08.964Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:08 [2026-08-26T17:24:08.975Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1188379c; decorates hudson.Launcher$LocalLauncher@4e3efe86 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:08 [2026-08-26T17:24:08.975Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup/.git # timeout=10
19:24:08 [2026-08-26T17:24:08.981Z] Fetching changes from the remote Git repository
19:24:08 [2026-08-26T17:24:08.985Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
19:24:08 [2026-08-26T17:24:08.990Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
19:24:08 [2026-08-26T17:24:08.990Z] > /usr/bin/git --version # timeout=10
19:24:08 [2026-08-26T17:24:08.994Z] > git --version # 'git version 2.43.0'
19:24:08 [2026-08-26T17:24:08.995Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:08 [2026-08-26T17:24:08.999Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:09 [2026-08-26T17:24:09.468Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:09 [2026-08-26T17:24:09.474Z] Checking out Revision 2eb02e585bfbc2a236273e523b3efeb04be88a45 (refs/remotes/origin/master)
19:24:09 [2026-08-26T17:24:09.474Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:09 [2026-08-26T17:24:09.480Z] > /usr/bin/git checkout -f 2eb02e585bfbc2a236273e523b3efeb04be88a45 # timeout=10
19:24:09 [2026-08-26T17:24:09.489Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:09 [2026-08-26T17:24:09.498Z] > /usr/bin/git branch -D master # timeout=10
19:24:09 [2026-08-26T17:24:09.505Z] > /usr/bin/git checkout -b master 2eb02e585bfbc2a236273e523b3efeb04be88a45 # timeout=10
19:24:09 [2026-08-26T17:24:09.515Z] Commit message: "Use a Java 21 toolchain and suffix the version with java21"
19:24:09 [2026-08-26T17:24:09.516Z] > /usr/bin/git rev-list --no-walk 2eb02e585bfbc2a236273e523b3efeb04be88a45 # timeout=10
19:24:09 [2026-08-26T17:24:09.534Z] [Pipeline] fileExists
19:24:09 [2026-08-26T17:24:09.542Z] [Pipeline] sh
19:24:09 [2026-08-26T17:24:09.797Z] + git rev-parse HEAD
19:24:09 [2026-08-26T17:24:09.801Z] [Pipeline] echo
19:24:09 [2026-08-26T17:24:09.802Z] Silverpeas-Setup: current commit is 2eb02e585bfbc2a236273e523b3efeb04be88a45 and last build commit is 2eb02e585bfbc2a236273e523b3efeb04be88a45
19:24:09 [2026-08-26T17:24:09.804Z] [Pipeline] }
19:24:09 [2026-08-26T17:24:09.821Z] [Pipeline] // dir
19:24:09 [2026-08-26T17:24:09.837Z] [Pipeline] echo
19:24:09 [2026-08-26T17:24:09.838Z] Build skipped due to no changes have been done since the last build
19:24:09 [2026-08-26T17:24:09.854Z] [Pipeline] dir
19:24:09 [2026-08-26T17:24:09.855Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution
19:24:09 [2026-08-26T17:24:09.856Z] [Pipeline] {
19:24:09 [2026-08-26T17:24:09.877Z] [Pipeline] git
19:24:09 [2026-08-26T17:24:09.880Z] The recommended git tool is: NONE
19:24:09 [2026-08-26T17:24:09.881Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:09 [2026-08-26T17:24:09.895Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@67884b18; decorates hudson.Launcher$LocalLauncher@6ed5a770 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:09 [2026-08-26T17:24:09.896Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
19:24:09 [2026-08-26T17:24:09.902Z] Fetching changes from the remote Git repository
19:24:09 [2026-08-26T17:24:09.903Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
19:24:09 [2026-08-26T17:24:09.909Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
19:24:09 [2026-08-26T17:24:09.909Z] > /usr/bin/git --version # timeout=10
19:24:09 [2026-08-26T17:24:09.914Z] > git --version # 'git version 2.43.0'
19:24:09 [2026-08-26T17:24:09.914Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:09 [2026-08-26T17:24:09.919Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:10 [2026-08-26T17:24:10.394Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:10 [2026-08-26T17:24:10.399Z] Checking out Revision 4327328f5fc3b239d95ca3eb94db20693fd94483 (refs/remotes/origin/master)
19:24:10 [2026-08-26T17:24:10.399Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:10 [2026-08-26T17:24:10.404Z] > /usr/bin/git checkout -f 4327328f5fc3b239d95ca3eb94db20693fd94483 # timeout=10
19:24:10 [2026-08-26T17:24:10.412Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:10 [2026-08-26T17:24:10.420Z] > /usr/bin/git branch -D master # timeout=10
19:24:10 [2026-08-26T17:24:10.428Z] > /usr/bin/git checkout -b master 4327328f5fc3b239d95ca3eb94db20693fd94483 # timeout=10
19:24:10 [2026-08-26T17:24:10.437Z] Commit message: "Now the Wildfly default target for Silverpeas is 39"
19:24:10 [2026-08-26T17:24:10.438Z] > /usr/bin/git rev-list --no-walk 4327328f5fc3b239d95ca3eb94db20693fd94483 # timeout=10
19:24:10 [2026-08-26T17:24:10.455Z] [Pipeline] fileExists
19:24:10 [2026-08-26T17:24:10.465Z] [Pipeline] readMavenPom
19:24:10 [2026-08-26T17:24:10.479Z] [Pipeline] sh
19:24:10 [2026-08-26T17:24:10.737Z] + git rev-parse HEAD
19:24:10 [2026-08-26T17:24:10.740Z] [Pipeline] echo
19:24:10 [2026-08-26T17:24:10.741Z] Silverpeas-Distribution: current commit is 4327328f5fc3b239d95ca3eb94db20693fd94483 and last build commit is 4327328f5fc3b239d95ca3eb94db20693fd94483
19:24:10 [2026-08-26T17:24:10.744Z] [Pipeline] }
19:24:10 [2026-08-26T17:24:10.758Z] [Pipeline] // dir
19:24:10 [2026-08-26T17:24:10.774Z] [Pipeline] echo
19:24:10 [2026-08-26T17:24:10.774Z] Build skipped due to no changes have been done since the last build
19:24:10 [2026-08-26T17:24:10.793Z] [Pipeline] dir
19:24:10 [2026-08-26T17:24:10.794Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly
19:24:10 [2026-08-26T17:24:10.795Z] [Pipeline] {
19:24:10 [2026-08-26T17:24:10.817Z] [Pipeline] git
19:24:10 [2026-08-26T17:24:10.819Z] The recommended git tool is: NONE
19:24:10 [2026-08-26T17:24:10.820Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:10 [2026-08-26T17:24:10.830Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@17371d34; decorates hudson.Launcher$LocalLauncher@735377bb will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:10 [2026-08-26T17:24:10.831Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
19:24:10 [2026-08-26T17:24:10.836Z] Fetching changes from the remote Git repository
19:24:10 [2026-08-26T17:24:10.838Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
19:24:10 [2026-08-26T17:24:10.844Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
19:24:10 [2026-08-26T17:24:10.844Z] > /usr/bin/git --version # timeout=10
19:24:10 [2026-08-26T17:24:10.849Z] > git --version # 'git version 2.43.0'
19:24:10 [2026-08-26T17:24:10.849Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:10 [2026-08-26T17:24:10.855Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:11 [2026-08-26T17:24:11.360Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:11 [2026-08-26T17:24:11.365Z] Checking out Revision 0ff3db7ef2fa887e276200aea5587cde84dd56bd (refs/remotes/origin/master)
19:24:11 [2026-08-26T17:24:11.365Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:11 [2026-08-26T17:24:11.371Z] > /usr/bin/git checkout -f 0ff3db7ef2fa887e276200aea5587cde84dd56bd # timeout=10
19:24:11 [2026-08-26T17:24:11.380Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:11 [2026-08-26T17:24:11.390Z] > /usr/bin/git branch -D master # timeout=10
19:24:11 [2026-08-26T17:24:11.396Z] > /usr/bin/git checkout -b master 0ff3db7ef2fa887e276200aea5587cde84dd56bd # timeout=10
19:24:11 [2026-08-26T17:24:11.406Z] Commit message: "Update parent POM to version 2.0-build260821"
19:24:11 [2026-08-26T17:24:11.406Z] > /usr/bin/git rev-list --no-walk c0ee40fb30c795abe9e8318909de9ba840f0dfe7 # timeout=10
19:24:11 [2026-08-26T17:24:11.426Z] [Pipeline] fileExists
19:24:11 [2026-08-26T17:24:11.434Z] [Pipeline] readMavenPom
19:24:11 [2026-08-26T17:24:11.447Z] [Pipeline] sh
19:24:11 [2026-08-26T17:24:11.709Z] + git rev-parse HEAD
19:24:11 [2026-08-26T17:24:11.712Z] [Pipeline] echo
19:24:11 [2026-08-26T17:24:11.712Z] Silverpeas-Assembly: current commit is 0ff3db7ef2fa887e276200aea5587cde84dd56bd and last build commit is 0ff3db7ef2fa887e276200aea5587cde84dd56bd
19:24:11 [2026-08-26T17:24:11.714Z] [Pipeline] }
19:24:11 [2026-08-26T17:24:11.744Z] [Pipeline] // dir
19:24:11 [2026-08-26T17:24:11.757Z] [Pipeline] echo
19:24:11 [2026-08-26T17:24:11.757Z] Build skipped due to no changes have been done since the last build
19:24:11 [2026-08-26T17:24:11.757Z] [Pipeline] }
19:24:11 [2026-08-26T17:24:11.765Z] [Pipeline] // script
19:24:11 [2026-08-26T17:24:11.774Z] [Pipeline] }
19:24:11 [2026-08-26T17:24:11.785Z] [Pipeline] // stage
19:24:11 [2026-08-26T17:24:11.797Z] [Pipeline] stage
19:24:11 [2026-08-26T17:24:11.798Z] [Pipeline] { (Build Silverpeas)
19:24:11 [2026-08-26T17:24:11.825Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2026-08-26T17:24:11.827Z] [Pipeline] getContext
19:24:11 [2026-08-26T17:24:11.851Z] [Pipeline] stage
19:24:11 [2026-08-26T17:24:11.852Z] [Pipeline] { (Build Silverpeas-Core)
19:24:11 [2026-08-26T17:24:11.862Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2026-08-26T17:24:11.863Z] [Pipeline] getContext
19:24:11 [2026-08-26T17:24:11.865Z] [Pipeline] }
19:24:11 [2026-08-26T17:24:11.875Z] [Pipeline] // stage
19:24:11 [2026-08-26T17:24:11.887Z] [Pipeline] stage
19:24:11 [2026-08-26T17:24:11.888Z] [Pipeline] { (Build Silverpeas-Components)
19:24:11 [2026-08-26T17:24:11.898Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2026-08-26T17:24:11.899Z] [Pipeline] getContext
19:24:11 [2026-08-26T17:24:11.901Z] [Pipeline] }
19:24:11 [2026-08-26T17:24:11.910Z] [Pipeline] // stage
19:24:11 [2026-08-26T17:24:11.920Z] [Pipeline] stage
19:24:11 [2026-08-26T17:24:11.921Z] [Pipeline] { (Build Silverpeas-Assembly)
19:24:11 [2026-08-26T17:24:11.928Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2026-08-26T17:24:11.929Z] [Pipeline] getContext
19:24:11 [2026-08-26T17:24:11.931Z] [Pipeline] }
19:24:11 [2026-08-26T17:24:11.939Z] [Pipeline] // stage
19:24:11 [2026-08-26T17:24:11.949Z] [Pipeline] stage
19:24:11 [2026-08-26T17:24:11.950Z] [Pipeline] { (Build Silverpeas Setup)
19:24:11 [2026-08-26T17:24:11.957Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2026-08-26T17:24:11.959Z] [Pipeline] getContext
19:24:11 [2026-08-26T17:24:11.961Z] [Pipeline] }
19:24:11 [2026-08-26T17:24:11.968Z] [Pipeline] // stage
19:24:11 [2026-08-26T17:24:11.977Z] [Pipeline] stage
19:24:11 [2026-08-26T17:24:11.978Z] [Pipeline] { (Build Silverpeas Distribution)
19:24:11 [2026-08-26T17:24:11.986Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2026-08-26T17:24:11.986Z] [Pipeline] getContext
19:24:11 [2026-08-26T17:24:11.988Z] [Pipeline] }
19:24:11 [2026-08-26T17:24:11.995Z] [Pipeline] // stage
19:24:12 [2026-08-26T17:24:12.004Z] [Pipeline] stage
19:24:12 [2026-08-26T17:24:12.005Z] [Pipeline] { (Build Silverpeas-Looks)
19:24:12 [2026-08-26T17:24:12.012Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-08-26T17:24:12.013Z] [Pipeline] getContext
19:24:12 [2026-08-26T17:24:12.015Z] [Pipeline] }
19:24:12 [2026-08-26T17:24:12.022Z] [Pipeline] // stage
19:24:12 [2026-08-26T17:24:12.031Z] [Pipeline] stage
19:24:12 [2026-08-26T17:24:12.032Z] [Pipeline] { (Publish Silverpeas-Core)
19:24:12 [2026-08-26T17:24:12.039Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-08-26T17:24:12.041Z] [Pipeline] getContext
19:24:12 [2026-08-26T17:24:12.042Z] [Pipeline] }
19:24:12 [2026-08-26T17:24:12.049Z] [Pipeline] // stage
19:24:12 [2026-08-26T17:24:12.059Z] [Pipeline] stage
19:24:12 [2026-08-26T17:24:12.059Z] [Pipeline] { (Publish Silverpeas-Components)
19:24:12 [2026-08-26T17:24:12.069Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-08-26T17:24:12.070Z] [Pipeline] getContext
19:24:12 [2026-08-26T17:24:12.072Z] [Pipeline] }
19:24:12 [2026-08-26T17:24:12.079Z] [Pipeline] // stage
19:24:12 [2026-08-26T17:24:12.088Z] [Pipeline] stage
19:24:12 [2026-08-26T17:24:12.089Z] [Pipeline] { (Publish Silverpeas-Assembly)
19:24:12 [2026-08-26T17:24:12.098Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-08-26T17:24:12.099Z] [Pipeline] getContext
19:24:12 [2026-08-26T17:24:12.103Z] [Pipeline] }
19:24:12 [2026-08-26T17:24:12.110Z] [Pipeline] // stage
19:24:12 [2026-08-26T17:24:12.119Z] [Pipeline] stage
19:24:12 [2026-08-26T17:24:12.120Z] [Pipeline] { (Publish Silverpeas-Setup)
19:24:12 [2026-08-26T17:24:12.128Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-08-26T17:24:12.129Z] [Pipeline] getContext
19:24:12 [2026-08-26T17:24:12.131Z] [Pipeline] }
19:24:12 [2026-08-26T17:24:12.138Z] [Pipeline] // stage
19:24:12 [2026-08-26T17:24:12.147Z] [Pipeline] stage
19:24:12 [2026-08-26T17:24:12.148Z] [Pipeline] { (Publish Silverpeas-Distribution)
19:24:12 [2026-08-26T17:24:12.156Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-08-26T17:24:12.157Z] [Pipeline] getContext
19:24:12 [2026-08-26T17:24:12.159Z] [Pipeline] }
19:24:12 [2026-08-26T17:24:12.166Z] [Pipeline] // stage
19:24:12 [2026-08-26T17:24:12.175Z] [Pipeline] stage
19:24:12 [2026-08-26T17:24:12.176Z] [Pipeline] { (Publish Silverpeas-Looks)
19:24:12 [2026-08-26T17:24:12.183Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-08-26T17:24:12.184Z] [Pipeline] getContext
19:24:12 [2026-08-26T17:24:12.186Z] [Pipeline] }
19:24:12 [2026-08-26T17:24:12.193Z] [Pipeline] // stage
19:24:12 [2026-08-26T17:24:12.203Z] [Pipeline] stage
19:24:12 [2026-08-26T17:24:12.203Z] [Pipeline] { (Publish Community Web Site)
19:24:12 [2026-08-26T17:24:12.211Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-08-26T17:24:12.212Z] [Pipeline] getContext
19:24:12 [2026-08-26T17:24:12.214Z] [Pipeline] }
19:24:12 [2026-08-26T17:24:12.222Z] [Pipeline] // stage
19:24:12 [2026-08-26T17:24:12.229Z] [Pipeline] }
19:24:12 [2026-08-26T17:24:12.237Z] [Pipeline] // stage
19:24:12 [2026-08-26T17:24:12.253Z] [Pipeline] stage
19:24:12 [2026-08-26T17:24:12.254Z] [Pipeline] { (Create YAML build report)
19:24:12 [2026-08-26T17:24:12.284Z] [Pipeline] script
19:24:12 [2026-08-26T17:24:12.293Z] [Pipeline] {
19:24:12 [2026-08-26T17:24:12.310Z] [Pipeline] sh
19:24:12 [2026-08-26T17:24:12.569Z] + mkdir -p target
19:24:12 [2026-08-26T17:24:12.571Z] [Pipeline] sh
19:24:12 [2026-08-26T17:24:12.829Z] + mv build.yaml target/
19:24:12 [2026-08-26T17:24:12.830Z] [Pipeline] }
19:24:12 [2026-08-26T17:24:12.845Z] [Pipeline] // script
19:24:12 [2026-08-26T17:24:12.861Z] [Pipeline] }
19:24:12 [2026-08-26T17:24:12.876Z] [Pipeline] // stage
19:24:12 [2026-08-26T17:24:12.901Z] [Pipeline] stage
19:24:12 [2026-08-26T17:24:12.902Z] [Pipeline] { (Declarative: Post Actions)
19:24:12 [2026-08-26T17:24:12.925Z] [Pipeline] step
19:24:12 [2026-08-26T17:24:12.971Z] [Pipeline] script
19:24:12 [2026-08-26T17:24:12.979Z] [Pipeline] {
19:24:13 [2026-08-26T17:24:13.001Z] [Pipeline] }
19:24:13 [2026-08-26T17:24:13.016Z] [Pipeline] // script
19:24:13 [2026-08-26T17:24:13.033Z] [Pipeline] archiveArtifacts
19:24:13 [2026-08-26T17:24:13.036Z] Archiving artifacts
19:24:13 [2026-08-26T17:24:13.045Z] Enregistrement des empreintes numériques
19:24:13 [2026-08-26T17:24:13.059Z] [Pipeline] sh
19:24:13 [2026-08-26T17:24:13.316Z] + rm -rf target
19:24:13 [2026-08-26T17:24:13.321Z] [Pipeline] }
19:24:13 [2026-08-26T17:24:13.331Z] [Pipeline] // stage
19:24:13 [2026-08-26T17:24:13.340Z] [Pipeline] }
19:24:13 [2026-08-26T17:24:13.348Z] [Pipeline] // withEnv
19:24:13 [2026-08-26T17:24:13.358Z] [Pipeline] }
19:24:13 [2026-08-26T17:24:13.359Z] $ docker stop --time=1 68378ec0a1d26e53f7ecddf1e67ca589f9ffc59091bba8a9189de84084df46d0
19:24:14 [2026-08-26T17:24:14.678Z] $ docker rm -f --volumes 68378ec0a1d26e53f7ecddf1e67ca589f9ffc59091bba8a9189de84084df46d0
19:24:14 [2026-08-26T17:24:14.719Z] [Pipeline] // withDockerContainer
19:24:14 [2026-08-26T17:24:14.725Z] [Pipeline] }
19:24:14 [2026-08-26T17:24:14.731Z] [Pipeline] // withEnv
19:24:14 [2026-08-26T17:24:14.740Z] [Pipeline] }
19:24:14 [2026-08-26T17:24:14.748Z] [Pipeline] // node
19:24:14 [2026-08-26T17:24:14.760Z] [Pipeline] End of Pipeline
19:24:14 [2026-08-26T17:24:14.825Z] Lancement d'un nouveau build de Silverpeas_Mobile_Master_AutoDeploy #669
19:24:14 [2026-08-26T17:24:14.826Z] Finished: SUCCESS