19:24:00 [2026-08-12T17:24:00.583Z] Lancé par une alarme périodique
19:24:00 [2026-08-12T17:24:00.583Z] Running as userbuild
19:24:01 [2026-08-12T17:24:01.198Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:02 [2026-08-12T17:24:02.198Z] [Pipeline] Start of Pipeline
19:24:02 [2026-08-12T17:24:02.606Z] [Pipeline] node
19:24:02 [2026-08-12T17:24:02.609Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy
19:24:02 [2026-08-12T17:24:02.616Z] [Pipeline] {
19:24:02 [2026-08-12T17:24:02.637Z] [Pipeline] stage
19:24:02 [2026-08-12T17:24:02.638Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:02 [2026-08-12T17:24:02.652Z] [Pipeline] checkout
19:24:02 [2026-08-12T17:24:02.787Z] Selected Git installation does not exist. Using Default
19:24:02 [2026-08-12T17:24:02.787Z] The recommended git tool is: NONE
19:24:02 [2026-08-12T17:24:02.787Z] No credentials specified
19:24:02 [2026-08-12T17:24:02.787Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/.git # timeout=10
19:24:02 [2026-08-12T17:24:02.793Z] Fetching changes from the remote Git repository
19:24:02 [2026-08-12T17:24:02.795Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:02 [2026-08-12T17:24:02.801Z] Cleaning workspace
19:24:02 [2026-08-12T17:24:02.802Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:02 [2026-08-12T17:24:02.807Z] Resetting working tree
19:24:02 [2026-08-12T17:24:02.807Z] > /usr/bin/git reset --hard # timeout=10
19:24:02 [2026-08-12T17:24:02.824Z] > /usr/bin/git clean -fdx # timeout=10
19:24:02 [2026-08-12T17:24:02.834Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:02 [2026-08-12T17:24:02.834Z] > /usr/bin/git --version # timeout=10
19:24:02 [2026-08-12T17:24:02.838Z] > git --version # 'git version 2.43.0'
19:24:02 [2026-08-12T17:24:02.838Z] > /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-12T17:24:03.307Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:03 [2026-08-12T17:24:03.314Z] Checking out Revision 5b79d885d26d617ef109b485fb9832a9185c5ce0 (refs/remotes/origin/master)
19:24:03 [2026-08-12T17:24:03.314Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:03 [2026-08-12T17:24:03.319Z] > /usr/bin/git checkout -f 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
19:24:03 [2026-08-12T17:24:03.334Z] 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-12T17:24:03.334Z] > /usr/bin/git rev-list --no-walk 5b79d885d26d617ef109b485fb9832a9185c5ce0 # timeout=10
19:24:03 [2026-08-12T17:24:03.363Z] [Pipeline] }
19:24:03 [2026-08-12T17:24:03.372Z] [Pipeline] // stage
19:24:03 [2026-08-12T17:24:03.389Z] [Pipeline] withEnv
19:24:03 [2026-08-12T17:24:03.390Z] [Pipeline] {
19:24:03 [2026-08-12T17:24:03.565Z] [Pipeline] isUnix
19:24:03 [2026-08-12T17:24:03.567Z] [Pipeline] withEnv
19:24:03 [2026-08-12T17:24:03.567Z] [Pipeline] {
19:24:03 [2026-08-12T17:24:03.581Z] [Pipeline] sh
19:24:03 [2026-08-12T17:24:03.839Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:03 [2026-08-12T17:24:03.840Z] .
19:24:03 [2026-08-12T17:24:03.842Z] [Pipeline] }
19:24:03 [2026-08-12T17:24:03.855Z] [Pipeline] // withEnv
19:24:03 [2026-08-12T17:24:03.874Z] [Pipeline] withDockerContainer
19:24:03 [2026-08-12T17:24:03.908Z] Jenkins does not seem to be running inside a container
19:24:03 [2026-08-12T17:24:03.915Z] $ 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-12T17:24:04.199Z] $ docker top 715e66912ab30b6467d0f16e9c5258d1d2a7c60533316143dd4fb0e12a0019c5 -eo pid,comm
19:24:04 [2026-08-12T17:24:04.239Z] [Pipeline] {
19:24:04 [2026-08-12T17:24:04.290Z] [Pipeline] withEnv
19:24:04 [2026-08-12T17:24:04.290Z] [Pipeline] {
19:24:04 [2026-08-12T17:24:04.316Z] [Pipeline] stage
19:24:04 [2026-08-12T17:24:04.317Z] [Pipeline] { (Prepare the job)
19:24:04 [2026-08-12T17:24:04.361Z] [Pipeline] sh
19:24:04 [2026-08-12T17:24:04.619Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/master/pom.xml
19:24:04 [2026-08-12T17:24:04.872Z] [Pipeline] script
19:24:04 [2026-08-12T17:24:04.875Z] [Pipeline] {
19:24:04 [2026-08-12T17:24:04.892Z] [Pipeline] readMavenPom
19:24:04 [2026-08-12T17:24:04.918Z] 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-12T17:24:04.920Z] 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-12T17:24:04.922Z] 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-12T17:24:04.922Z] 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-12T17:24:04.922Z] 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-12T17:24:04.924Z] [Pipeline] sh
19:24:05 [2026-08-12T17:24:05.182Z] + rm -f pom.xml
19:24:05 [2026-08-12T17:24:05.183Z] [Pipeline] }
19:24:05 [2026-08-12T17:24:05.197Z] [Pipeline] // script
19:24:05 [2026-08-12T17:24:05.212Z] [Pipeline] }
19:24:05 [2026-08-12T17:24:05.226Z] [Pipeline] // stage
19:24:05 [2026-08-12T17:24:05.242Z] [Pipeline] stage
19:24:05 [2026-08-12T17:24:05.242Z] [Pipeline] { (Check POM parent version)
19:24:05 [2026-08-12T17:24:05.316Z] [Pipeline] copyArtifacts
19:24:05 [2026-08-12T17:24:05.324Z] Copied 1 artifact from "Silverpeas_Project_Definition_AutoDeploy" build number 294
19:24:05 [2026-08-12T17:24:05.338Z] [Pipeline] script
19:24:05 [2026-08-12T17:24:05.342Z] [Pipeline] {
19:24:05 [2026-08-12T17:24:05.358Z] [Pipeline] readYaml
19:24:05 [2026-08-12T17:24:05.377Z] [Pipeline] sh
19:24:05 [2026-08-12T17:24:05.638Z] + 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-12T17:24:05.639Z] 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-12T17:24:05.639Z] 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-12T17:24:05.640Z] [Pipeline] sh
19:24:05 [2026-08-12T17:24:05.899Z] + rm -f build.yaml
19:24:05 [2026-08-12T17:24:05.900Z] [Pipeline] }
19:24:05 [2026-08-12T17:24:05.911Z] [Pipeline] // script
19:24:05 [2026-08-12T17:24:05.925Z] [Pipeline] }
19:24:05 [2026-08-12T17:24:05.939Z] [Pipeline] // stage
19:24:05 [2026-08-12T17:24:05.954Z] [Pipeline] stage
19:24:05 [2026-08-12T17:24:05.955Z] [Pipeline] { (Checkout projects and check code changes)
19:24:05 [2026-08-12T17:24:05.983Z] [Pipeline] script
19:24:05 [2026-08-12T17:24:05.988Z] [Pipeline] {
19:24:06 [2026-08-12T17:24:06.031Z] [Pipeline] copyArtifacts
19:24:06 [2026-08-12T17:24:06.038Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1126
19:24:06 [2026-08-12T17:24:06.052Z] [Pipeline] fileExists
19:24:06 [2026-08-12T17:24:06.068Z] [Pipeline] readYaml
19:24:06 [2026-08-12T17:24:06.082Z] 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:06 [2026-08-12T17:24:06.086Z] [Pipeline] dir
19:24:06 [2026-08-12T17:24:06.087Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core
19:24:06 [2026-08-12T17:24:06.088Z] [Pipeline] {
19:24:06 [2026-08-12T17:24:06.108Z] [Pipeline] git
19:24:06 [2026-08-12T17:24:06.113Z] The recommended git tool is: /usr/bin/git
19:24:06 [2026-08-12T17:24:06.115Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:06 [2026-08-12T17:24:06.128Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@50a50661; decorates hudson.Launcher$LocalLauncher@7d1539ea will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:06 [2026-08-12T17:24:06.128Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
19:24:06 [2026-08-12T17:24:06.136Z] Fetching changes from the remote Git repository
19:24:06 [2026-08-12T17:24:06.139Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
19:24:06 [2026-08-12T17:24:06.146Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
19:24:06 [2026-08-12T17:24:06.146Z] > /usr/bin/git --version # timeout=10
19:24:06 [2026-08-12T17:24:06.151Z] > git --version # 'git version 2.43.0'
19:24:06 [2026-08-12T17:24:06.151Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:06 [2026-08-12T17:24:06.157Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:07 [2026-08-12T17:24:07.143Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:07 [2026-08-12T17:24:07.149Z] Checking out Revision 8814eba98696ef6fd7b2233a9059f2a9682f92f3 (refs/remotes/origin/master)
19:24:07 [2026-08-12T17:24:07.149Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:07 [2026-08-12T17:24:07.155Z] > /usr/bin/git checkout -f 8814eba98696ef6fd7b2233a9059f2a9682f92f3 # timeout=10
19:24:07 [2026-08-12T17:24:07.296Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2026-08-12T17:24:07.321Z] > /usr/bin/git branch -D master # timeout=10
19:24:07 [2026-08-12T17:24:07.329Z] > /usr/bin/git checkout -b master 8814eba98696ef6fd7b2233a9059f2a9682f92f3 # timeout=10
19:24:07 [2026-08-12T17:24:07.428Z] Commit message: "use unescapeHTML()"
19:24:07 [2026-08-12T17:24:07.428Z] > /usr/bin/git rev-list --no-walk 8814eba98696ef6fd7b2233a9059f2a9682f92f3 # timeout=10
19:24:07 [2026-08-12T17:24:07.449Z] [Pipeline] fileExists
19:24:07 [2026-08-12T17:24:07.457Z] [Pipeline] readMavenPom
19:24:07 [2026-08-12T17:24:07.469Z] [Pipeline] sh
19:24:07 [2026-08-12T17:24:07.725Z] + git rev-parse HEAD
19:24:07 [2026-08-12T17:24:07.728Z] [Pipeline] echo
19:24:07 [2026-08-12T17:24:07.728Z] Silverpeas-Core: current commit is 8814eba98696ef6fd7b2233a9059f2a9682f92f3 and last build commit is 8814eba98696ef6fd7b2233a9059f2a9682f92f3
19:24:07 [2026-08-12T17:24:07.734Z] [Pipeline] }
19:24:07 [2026-08-12T17:24:07.750Z] [Pipeline] // dir
19:24:07 [2026-08-12T17:24:07.765Z] [Pipeline] echo
19:24:07 [2026-08-12T17:24:07.766Z] Build skipped due to no changes have been done since the last build
19:24:07 [2026-08-12T17:24:07.781Z] [Pipeline] dir
19:24:07 [2026-08-12T17:24:07.782Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components
19:24:07 [2026-08-12T17:24:07.782Z] [Pipeline] {
19:24:07 [2026-08-12T17:24:07.802Z] [Pipeline] git
19:24:07 [2026-08-12T17:24:07.803Z] The recommended git tool is: /usr/bin/git
19:24:07 [2026-08-12T17:24:07.804Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:07 [2026-08-12T17:24:07.821Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@37c52571; decorates hudson.Launcher$LocalLauncher@6c7291cd will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:07 [2026-08-12T17:24:07.822Z] > /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-12T17:24:07.828Z] Fetching changes from the remote Git repository
19:24:07 [2026-08-12T17:24:07.831Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
19:24:07 [2026-08-12T17:24:07.838Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
19:24:07 [2026-08-12T17:24:07.838Z] > /usr/bin/git --version # timeout=10
19:24:07 [2026-08-12T17:24:07.842Z] > git --version # 'git version 2.43.0'
19:24:07 [2026-08-12T17:24:07.842Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:07 [2026-08-12T17:24:07.847Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:08 [2026-08-12T17:24:08.925Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:08 [2026-08-12T17:24:08.931Z] Checking out Revision 18efd8082c722630aec2d30bb807e3a94863bc6a (refs/remotes/origin/master)
19:24:08 [2026-08-12T17:24:08.932Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:08 [2026-08-12T17:24:08.937Z] > /usr/bin/git checkout -f 18efd8082c722630aec2d30bb807e3a94863bc6a # timeout=10
19:24:09 [2026-08-12T17:24:09.086Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:09 [2026-08-12T17:24:09.107Z] > /usr/bin/git branch -D master # timeout=10
19:24:09 [2026-08-12T17:24:09.115Z] > /usr/bin/git checkout -b master 18efd8082c722630aec2d30bb807e3a94863bc6a # timeout=10
19:24:09 [2026-08-12T17:24:09.186Z] Commit message: "Add CLAUDE.md dedicated to the Claude generative IA. Add a README.md with exhaustive information about the project and the Silverpeas applications"
19:24:09 [2026-08-12T17:24:09.187Z] > /usr/bin/git rev-list --no-walk 18efd8082c722630aec2d30bb807e3a94863bc6a # timeout=10
19:24:09 [2026-08-12T17:24:09.207Z] [Pipeline] fileExists
19:24:09 [2026-08-12T17:24:09.215Z] [Pipeline] readMavenPom
19:24:09 [2026-08-12T17:24:09.224Z] [Pipeline] sh
19:24:09 [2026-08-12T17:24:09.479Z] + git rev-parse HEAD
19:24:09 [2026-08-12T17:24:09.482Z] [Pipeline] echo
19:24:09 [2026-08-12T17:24:09.483Z] Silverpeas-Components: current commit is 18efd8082c722630aec2d30bb807e3a94863bc6a and last build commit is 18efd8082c722630aec2d30bb807e3a94863bc6a
19:24:09 [2026-08-12T17:24:09.485Z] [Pipeline] }
19:24:09 [2026-08-12T17:24:09.498Z] [Pipeline] // dir
19:24:09 [2026-08-12T17:24:09.514Z] [Pipeline] echo
19:24:09 [2026-08-12T17:24:09.514Z] Build skipped due to no changes have been done since the last build
19:24:09 [2026-08-12T17:24:09.530Z] [Pipeline] dir
19:24:09 [2026-08-12T17:24:09.530Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks
19:24:09 [2026-08-12T17:24:09.531Z] [Pipeline] {
19:24:09 [2026-08-12T17:24:09.551Z] [Pipeline] git
19:24:09 [2026-08-12T17:24:09.565Z] Selected Git installation does not exist. Using Default
19:24:09 [2026-08-12T17:24:09.565Z] The recommended git tool is: NONE
19:24:09 [2026-08-12T17:24:09.566Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:09 [2026-08-12T17:24:09.581Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1fb0c4ae; decorates hudson.Launcher$LocalLauncher@52529de0 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:09 [2026-08-12T17:24:09.582Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks/.git # timeout=10
19:24:09 [2026-08-12T17:24:09.588Z] Fetching changes from the remote Git repository
19:24:09 [2026-08-12T17:24:09.592Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
19:24:09 [2026-08-12T17:24:09.599Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
19:24:09 [2026-08-12T17:24:09.599Z] > /usr/bin/git --version # timeout=10
19:24:09 [2026-08-12T17:24:09.605Z] > git --version # 'git version 2.43.0'
19:24:09 [2026-08-12T17:24:09.605Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:09 [2026-08-12T17:24:09.611Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:10 [2026-08-12T17:24:10.151Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:10 [2026-08-12T17:24:10.158Z] Checking out Revision d71b1e374f2f033a4cdccfa2d9ec98c755ca07de (refs/remotes/origin/master)
19:24:10 [2026-08-12T17:24:10.158Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:10 [2026-08-12T17:24:10.163Z] > /usr/bin/git checkout -f d71b1e374f2f033a4cdccfa2d9ec98c755ca07de # timeout=10
19:24:10 [2026-08-12T17:24:10.187Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:10 [2026-08-12T17:24:10.197Z] > /usr/bin/git branch -D master # timeout=10
19:24:10 [2026-08-12T17:24:10.207Z] > /usr/bin/git checkout -b master d71b1e374f2f033a4cdccfa2d9ec98c755ca07de # timeout=10
19:24:10 [2026-08-12T17:24:10.233Z] Commit message: "Add CLAUDE.md dedicated to the Claude generative IA. Add a README.md with exhaustive information about the project"
19:24:10 [2026-08-12T17:24:10.233Z] > /usr/bin/git rev-list --no-walk d71b1e374f2f033a4cdccfa2d9ec98c755ca07de # timeout=10
19:24:10 [2026-08-12T17:24:10.263Z] [Pipeline] fileExists
19:24:10 [2026-08-12T17:24:10.279Z] [Pipeline] readMavenPom
19:24:10 [2026-08-12T17:24:10.300Z] [Pipeline] sh
19:24:10 [2026-08-12T17:24:10.558Z] + git rev-parse HEAD
19:24:10 [2026-08-12T17:24:10.561Z] [Pipeline] echo
19:24:10 [2026-08-12T17:24:10.561Z] Silverpeas-Looks: current commit is d71b1e374f2f033a4cdccfa2d9ec98c755ca07de and last build commit is d71b1e374f2f033a4cdccfa2d9ec98c755ca07de
19:24:10 [2026-08-12T17:24:10.564Z] [Pipeline] }
19:24:10 [2026-08-12T17:24:10.581Z] [Pipeline] // dir
19:24:10 [2026-08-12T17:24:10.596Z] [Pipeline] echo
19:24:10 [2026-08-12T17:24:10.596Z] Build skipped due to no changes have been done since the last build
19:24:10 [2026-08-12T17:24:10.613Z] [Pipeline] dir
19:24:10 [2026-08-12T17:24:10.613Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup
19:24:10 [2026-08-12T17:24:10.614Z] [Pipeline] {
19:24:10 [2026-08-12T17:24:10.634Z] [Pipeline] git
19:24:10 [2026-08-12T17:24:10.640Z] The recommended git tool is: NONE
19:24:10 [2026-08-12T17:24:10.641Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:10 [2026-08-12T17:24:10.656Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4f5d2bcf; decorates hudson.Launcher$LocalLauncher@1d8b0f5a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:10 [2026-08-12T17:24:10.657Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup/.git # timeout=10
19:24:10 [2026-08-12T17:24:10.665Z] Fetching changes from the remote Git repository
19:24:10 [2026-08-12T17:24:10.668Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
19:24:10 [2026-08-12T17:24:10.674Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
19:24:10 [2026-08-12T17:24:10.674Z] > /usr/bin/git --version # timeout=10
19:24:10 [2026-08-12T17:24:10.680Z] > git --version # 'git version 2.43.0'
19:24:10 [2026-08-12T17:24:10.680Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:10 [2026-08-12T17:24:10.686Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:11 [2026-08-12T17:24:11.255Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:11 [2026-08-12T17:24:11.261Z] Checking out Revision 0c0a5e0660772db1aa4bc9c37cc7d393f04d06b2 (refs/remotes/origin/master)
19:24:11 [2026-08-12T17:24:11.261Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:11 [2026-08-12T17:24:11.266Z] > /usr/bin/git checkout -f 0c0a5e0660772db1aa4bc9c37cc7d393f04d06b2 # timeout=10
19:24:11 [2026-08-12T17:24:11.283Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:11 [2026-08-12T17:24:11.293Z] > /usr/bin/git branch -D master # timeout=10
19:24:11 [2026-08-12T17:24:11.300Z] > /usr/bin/git checkout -b master 0c0a5e0660772db1aa4bc9c37cc7d393f04d06b2 # timeout=10
19:24:11 [2026-08-12T17:24:11.317Z] Commit message: "Add the Apache Commons Text in the dependencies so that it can be used by the Groovy scripts in the Silvprpeas installation process"
19:24:11 [2026-08-12T17:24:11.318Z] > /usr/bin/git rev-list --no-walk 0c0a5e0660772db1aa4bc9c37cc7d393f04d06b2 # timeout=10
19:24:11 [2026-08-12T17:24:11.338Z] [Pipeline] fileExists
19:24:11 [2026-08-12T17:24:11.347Z] [Pipeline] sh
19:24:11 [2026-08-12T17:24:11.603Z] + git rev-parse HEAD
19:24:11 [2026-08-12T17:24:11.606Z] [Pipeline] echo
19:24:11 [2026-08-12T17:24:11.606Z] Silverpeas-Setup: current commit is 0c0a5e0660772db1aa4bc9c37cc7d393f04d06b2 and last build commit is 0c0a5e0660772db1aa4bc9c37cc7d393f04d06b2
19:24:11 [2026-08-12T17:24:11.609Z] [Pipeline] }
19:24:11 [2026-08-12T17:24:11.624Z] [Pipeline] // dir
19:24:11 [2026-08-12T17:24:11.640Z] [Pipeline] echo
19:24:11 [2026-08-12T17:24:11.641Z] Build skipped due to no changes have been done since the last build
19:24:11 [2026-08-12T17:24:11.658Z] [Pipeline] dir
19:24:11 [2026-08-12T17:24:11.658Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution
19:24:11 [2026-08-12T17:24:11.659Z] [Pipeline] {
19:24:11 [2026-08-12T17:24:11.679Z] [Pipeline] git
19:24:11 [2026-08-12T17:24:11.682Z] The recommended git tool is: NONE
19:24:11 [2026-08-12T17:24:11.682Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:11 [2026-08-12T17:24:11.695Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2d9a77cb; decorates hudson.Launcher$LocalLauncher@28db36c8 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:11 [2026-08-12T17:24:11.696Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
19:24:11 [2026-08-12T17:24:11.702Z] Fetching changes from the remote Git repository
19:24:11 [2026-08-12T17:24:11.708Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
19:24:11 [2026-08-12T17:24:11.714Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
19:24:11 [2026-08-12T17:24:11.714Z] > /usr/bin/git --version # timeout=10
19:24:11 [2026-08-12T17:24:11.719Z] > git --version # 'git version 2.43.0'
19:24:11 [2026-08-12T17:24:11.719Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:11 [2026-08-12T17:24:11.725Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:12 [2026-08-12T17:24:12.200Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:12 [2026-08-12T17:24:12.206Z] Checking out Revision c3182c2fcfe87d2d82836555eda009feea68b12b (refs/remotes/origin/master)
19:24:12 [2026-08-12T17:24:12.206Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:12 [2026-08-12T17:24:12.211Z] > /usr/bin/git checkout -f c3182c2fcfe87d2d82836555eda009feea68b12b # timeout=10
19:24:12 [2026-08-12T17:24:12.223Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:12 [2026-08-12T17:24:12.231Z] > /usr/bin/git branch -D master # timeout=10
19:24:12 [2026-08-12T17:24:12.237Z] > /usr/bin/git checkout -b master c3182c2fcfe87d2d82836555eda009feea68b12b # timeout=10
19:24:12 [2026-08-12T17:24:12.246Z] Commit message: "Because the Guava lib uses now the Gradle Module Metadata, we have to specify the jvm ecosystem targeted by the Silverpeas installer; this will ensure it is the JVM variant of the Guava lib variant that will be fetched."
19:24:12 [2026-08-12T17:24:12.247Z] > /usr/bin/git rev-list --no-walk c3182c2fcfe87d2d82836555eda009feea68b12b # timeout=10
19:24:12 [2026-08-12T17:24:12.267Z] [Pipeline] fileExists
19:24:12 [2026-08-12T17:24:12.275Z] [Pipeline] readMavenPom
19:24:12 [2026-08-12T17:24:12.284Z] [Pipeline] sh
19:24:12 [2026-08-12T17:24:12.540Z] + git rev-parse HEAD
19:24:12 [2026-08-12T17:24:12.543Z] [Pipeline] echo
19:24:12 [2026-08-12T17:24:12.544Z] Silverpeas-Distribution: current commit is c3182c2fcfe87d2d82836555eda009feea68b12b and last build commit is c3182c2fcfe87d2d82836555eda009feea68b12b
19:24:12 [2026-08-12T17:24:12.546Z] [Pipeline] }
19:24:12 [2026-08-12T17:24:12.564Z] [Pipeline] // dir
19:24:12 [2026-08-12T17:24:12.582Z] [Pipeline] echo
19:24:12 [2026-08-12T17:24:12.582Z] Build skipped due to no changes have been done since the last build
19:24:12 [2026-08-12T17:24:12.599Z] [Pipeline] dir
19:24:12 [2026-08-12T17:24:12.599Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly
19:24:12 [2026-08-12T17:24:12.600Z] [Pipeline] {
19:24:12 [2026-08-12T17:24:12.620Z] [Pipeline] git
19:24:12 [2026-08-12T17:24:12.622Z] The recommended git tool is: NONE
19:24:12 [2026-08-12T17:24:12.623Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:12 [2026-08-12T17:24:12.632Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3a3eab91; decorates hudson.Launcher$LocalLauncher@62fc37b7 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:12 [2026-08-12T17:24:12.633Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
19:24:12 [2026-08-12T17:24:12.639Z] Fetching changes from the remote Git repository
19:24:12 [2026-08-12T17:24:12.642Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
19:24:12 [2026-08-12T17:24:12.648Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
19:24:12 [2026-08-12T17:24:12.648Z] > /usr/bin/git --version # timeout=10
19:24:12 [2026-08-12T17:24:12.653Z] > git --version # 'git version 2.43.0'
19:24:12 [2026-08-12T17:24:12.653Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:12 [2026-08-12T17:24:12.658Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:13 [2026-08-12T17:24:13.168Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:13 [2026-08-12T17:24:13.174Z] Checking out Revision b5eccac18723f3862a726ae12bbdc5ed7f6c6553 (refs/remotes/origin/master)
19:24:13 [2026-08-12T17:24:13.175Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:13 [2026-08-12T17:24:13.180Z] > /usr/bin/git checkout -f b5eccac18723f3862a726ae12bbdc5ed7f6c6553 # timeout=10
19:24:13 [2026-08-12T17:24:13.190Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:13 [2026-08-12T17:24:13.200Z] > /usr/bin/git branch -D master # timeout=10
19:24:13 [2026-08-12T17:24:13.208Z] > /usr/bin/git checkout -b master b5eccac18723f3862a726ae12bbdc5ed7f6c6553 # timeout=10
19:24:13 [2026-08-12T17:24:13.219Z] Commit message: "Update parent POM to version 2.0-build260805"
19:24:13 [2026-08-12T17:24:13.220Z] > /usr/bin/git rev-list --no-walk b5eccac18723f3862a726ae12bbdc5ed7f6c6553 # timeout=10
19:24:13 [2026-08-12T17:24:13.240Z] [Pipeline] fileExists
19:24:13 [2026-08-12T17:24:13.256Z] [Pipeline] readMavenPom
19:24:13 [2026-08-12T17:24:13.289Z] [Pipeline] sh
19:24:13 [2026-08-12T17:24:13.547Z] + git rev-parse HEAD
19:24:13 [2026-08-12T17:24:13.549Z] [Pipeline] echo
19:24:13 [2026-08-12T17:24:13.550Z] Silverpeas-Assembly: current commit is b5eccac18723f3862a726ae12bbdc5ed7f6c6553 and last build commit is b5eccac18723f3862a726ae12bbdc5ed7f6c6553
19:24:13 [2026-08-12T17:24:13.552Z] [Pipeline] }
19:24:13 [2026-08-12T17:24:13.568Z] [Pipeline] // dir
19:24:13 [2026-08-12T17:24:13.586Z] [Pipeline] echo
19:24:13 [2026-08-12T17:24:13.586Z] Build skipped due to no changes have been done since the last build
19:24:13 [2026-08-12T17:24:13.587Z] [Pipeline] }
19:24:13 [2026-08-12T17:24:13.603Z] [Pipeline] // script
19:24:13 [2026-08-12T17:24:13.619Z] [Pipeline] }
19:24:13 [2026-08-12T17:24:13.635Z] [Pipeline] // stage
19:24:13 [2026-08-12T17:24:13.653Z] [Pipeline] stage
19:24:13 [2026-08-12T17:24:13.654Z] [Pipeline] { (Build Silverpeas)
19:24:13 [2026-08-12T17:24:13.702Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:13 [2026-08-12T17:24:13.704Z] [Pipeline] getContext
19:24:13 [2026-08-12T17:24:13.754Z] [Pipeline] stage
19:24:13 [2026-08-12T17:24:13.754Z] [Pipeline] { (Build Silverpeas-Core)
19:24:13 [2026-08-12T17:24:13.770Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:13 [2026-08-12T17:24:13.771Z] [Pipeline] getContext
19:24:13 [2026-08-12T17:24:13.774Z] [Pipeline] }
19:24:13 [2026-08-12T17:24:13.791Z] [Pipeline] // stage
19:24:13 [2026-08-12T17:24:13.807Z] [Pipeline] stage
19:24:13 [2026-08-12T17:24:13.808Z] [Pipeline] { (Build Silverpeas-Components)
19:24:13 [2026-08-12T17:24:13.822Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:13 [2026-08-12T17:24:13.823Z] [Pipeline] getContext
19:24:13 [2026-08-12T17:24:13.825Z] [Pipeline] }
19:24:13 [2026-08-12T17:24:13.838Z] [Pipeline] // stage
19:24:13 [2026-08-12T17:24:13.853Z] [Pipeline] stage
19:24:13 [2026-08-12T17:24:13.854Z] [Pipeline] { (Build Silverpeas-Assembly)
19:24:13 [2026-08-12T17:24:13.866Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:13 [2026-08-12T17:24:13.867Z] [Pipeline] getContext
19:24:13 [2026-08-12T17:24:13.869Z] [Pipeline] }
19:24:13 [2026-08-12T17:24:13.881Z] [Pipeline] // stage
19:24:13 [2026-08-12T17:24:13.894Z] [Pipeline] stage
19:24:13 [2026-08-12T17:24:13.895Z] [Pipeline] { (Build Silverpeas Setup)
19:24:13 [2026-08-12T17:24:13.905Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:13 [2026-08-12T17:24:13.906Z] [Pipeline] getContext
19:24:13 [2026-08-12T17:24:13.908Z] [Pipeline] }
19:24:13 [2026-08-12T17:24:13.918Z] [Pipeline] // stage
19:24:13 [2026-08-12T17:24:13.931Z] [Pipeline] stage
19:24:13 [2026-08-12T17:24:13.931Z] [Pipeline] { (Build Silverpeas Distribution)
19:24:13 [2026-08-12T17:24:13.942Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:13 [2026-08-12T17:24:13.943Z] [Pipeline] getContext
19:24:13 [2026-08-12T17:24:13.944Z] [Pipeline] }
19:24:13 [2026-08-12T17:24:13.954Z] [Pipeline] // stage
19:24:13 [2026-08-12T17:24:13.965Z] [Pipeline] stage
19:24:13 [2026-08-12T17:24:13.966Z] [Pipeline] { (Build Silverpeas-Looks)
19:24:13 [2026-08-12T17:24:13.975Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:13 [2026-08-12T17:24:13.976Z] [Pipeline] getContext
19:24:13 [2026-08-12T17:24:13.977Z] [Pipeline] }
19:24:13 [2026-08-12T17:24:13.987Z] [Pipeline] // stage
19:24:13 [2026-08-12T17:24:13.998Z] [Pipeline] stage
19:24:13 [2026-08-12T17:24:13.998Z] [Pipeline] { (Publish Silverpeas-Core)
19:24:14 [2026-08-12T17:24:14.008Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:14 [2026-08-12T17:24:14.009Z] [Pipeline] getContext
19:24:14 [2026-08-12T17:24:14.011Z] [Pipeline] }
19:24:14 [2026-08-12T17:24:14.020Z] [Pipeline] // stage
19:24:14 [2026-08-12T17:24:14.031Z] [Pipeline] stage
19:24:14 [2026-08-12T17:24:14.032Z] [Pipeline] { (Publish Silverpeas-Components)
19:24:14 [2026-08-12T17:24:14.040Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:14 [2026-08-12T17:24:14.041Z] [Pipeline] getContext
19:24:14 [2026-08-12T17:24:14.043Z] [Pipeline] }
19:24:14 [2026-08-12T17:24:14.051Z] [Pipeline] // stage
19:24:14 [2026-08-12T17:24:14.062Z] [Pipeline] stage
19:24:14 [2026-08-12T17:24:14.063Z] [Pipeline] { (Publish Silverpeas-Assembly)
19:24:14 [2026-08-12T17:24:14.071Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:14 [2026-08-12T17:24:14.072Z] [Pipeline] getContext
19:24:14 [2026-08-12T17:24:14.074Z] [Pipeline] }
19:24:14 [2026-08-12T17:24:14.083Z] [Pipeline] // stage
19:24:14 [2026-08-12T17:24:14.094Z] [Pipeline] stage
19:24:14 [2026-08-12T17:24:14.094Z] [Pipeline] { (Publish Silverpeas-Setup)
19:24:14 [2026-08-12T17:24:14.103Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:14 [2026-08-12T17:24:14.104Z] [Pipeline] getContext
19:24:14 [2026-08-12T17:24:14.106Z] [Pipeline] }
19:24:14 [2026-08-12T17:24:14.116Z] [Pipeline] // stage
19:24:14 [2026-08-12T17:24:14.126Z] [Pipeline] stage
19:24:14 [2026-08-12T17:24:14.126Z] [Pipeline] { (Publish Silverpeas-Distribution)
19:24:14 [2026-08-12T17:24:14.135Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:14 [2026-08-12T17:24:14.136Z] [Pipeline] getContext
19:24:14 [2026-08-12T17:24:14.138Z] [Pipeline] }
19:24:14 [2026-08-12T17:24:14.146Z] [Pipeline] // stage
19:24:14 [2026-08-12T17:24:14.156Z] [Pipeline] stage
19:24:14 [2026-08-12T17:24:14.157Z] [Pipeline] { (Publish Silverpeas-Looks)
19:24:14 [2026-08-12T17:24:14.164Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:14 [2026-08-12T17:24:14.165Z] [Pipeline] getContext
19:24:14 [2026-08-12T17:24:14.167Z] [Pipeline] }
19:24:14 [2026-08-12T17:24:14.174Z] [Pipeline] // stage
19:24:14 [2026-08-12T17:24:14.184Z] [Pipeline] stage
19:24:14 [2026-08-12T17:24:14.185Z] [Pipeline] { (Publish Community Web Site)
19:24:14 [2026-08-12T17:24:14.192Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:14 [2026-08-12T17:24:14.194Z] [Pipeline] getContext
19:24:14 [2026-08-12T17:24:14.195Z] [Pipeline] }
19:24:14 [2026-08-12T17:24:14.203Z] [Pipeline] // stage
19:24:14 [2026-08-12T17:24:14.212Z] [Pipeline] }
19:24:14 [2026-08-12T17:24:14.219Z] [Pipeline] // stage
19:24:14 [2026-08-12T17:24:14.237Z] [Pipeline] stage
19:24:14 [2026-08-12T17:24:14.237Z] [Pipeline] { (Create YAML build report)
19:24:14 [2026-08-12T17:24:14.262Z] [Pipeline] script
19:24:14 [2026-08-12T17:24:14.265Z] [Pipeline] {
19:24:14 [2026-08-12T17:24:14.283Z] [Pipeline] sh
19:24:14 [2026-08-12T17:24:14.541Z] + mkdir -p target
19:24:14 [2026-08-12T17:24:14.544Z] [Pipeline] sh
19:24:14 [2026-08-12T17:24:14.801Z] + mv build.yaml target/
19:24:14 [2026-08-12T17:24:14.802Z] [Pipeline] }
19:24:14 [2026-08-12T17:24:14.821Z] [Pipeline] // script
19:24:14 [2026-08-12T17:24:14.838Z] [Pipeline] }
19:24:14 [2026-08-12T17:24:14.853Z] [Pipeline] // stage
19:24:14 [2026-08-12T17:24:14.873Z] [Pipeline] stage
19:24:14 [2026-08-12T17:24:14.874Z] [Pipeline] { (Declarative: Post Actions)
19:24:14 [2026-08-12T17:24:14.900Z] [Pipeline] step
19:24:14 [2026-08-12T17:24:14.931Z] [Pipeline] script
19:24:14 [2026-08-12T17:24:14.935Z] [Pipeline] {
19:24:14 [2026-08-12T17:24:14.969Z] [Pipeline] }
19:24:14 [2026-08-12T17:24:14.985Z] [Pipeline] // script
19:24:15 [2026-08-12T17:24:15.011Z] [Pipeline] archiveArtifacts
19:24:15 [2026-08-12T17:24:15.015Z] Archiving artifacts
19:24:15 [2026-08-12T17:24:15.049Z] Enregistrement des empreintes numériques
19:24:15 [2026-08-12T17:24:15.067Z] [Pipeline] sh
19:24:15 [2026-08-12T17:24:15.325Z] + rm -rf target
19:24:15 [2026-08-12T17:24:15.332Z] [Pipeline] }
19:24:15 [2026-08-12T17:24:15.349Z] [Pipeline] // stage
19:24:15 [2026-08-12T17:24:15.365Z] [Pipeline] }
19:24:15 [2026-08-12T17:24:15.381Z] [Pipeline] // withEnv
19:24:15 [2026-08-12T17:24:15.396Z] [Pipeline] }
19:24:15 [2026-08-12T17:24:15.397Z] $ docker stop --time=1 715e66912ab30b6467d0f16e9c5258d1d2a7c60533316143dd4fb0e12a0019c5
19:24:16 [2026-08-12T17:24:16.708Z] $ docker rm -f --volumes 715e66912ab30b6467d0f16e9c5258d1d2a7c60533316143dd4fb0e12a0019c5
19:24:16 [2026-08-12T17:24:16.751Z] [Pipeline] // withDockerContainer
19:24:16 [2026-08-12T17:24:16.768Z] [Pipeline] }
19:24:16 [2026-08-12T17:24:16.785Z] [Pipeline] // withEnv
19:24:16 [2026-08-12T17:24:16.801Z] [Pipeline] }
19:24:16 [2026-08-12T17:24:16.818Z] [Pipeline] // node
19:24:16 [2026-08-12T17:24:16.835Z] [Pipeline] End of Pipeline
19:24:16 [2026-08-12T17:24:16.917Z] Lancement d'un nouveau build de Silverpeas_Mobile_Master_AutoDeploy #663
19:24:16 [2026-08-12T17:24:16.918Z] Finished: SUCCESS