SuccèsSortie de la console
19:24:00 [2025-09-14T17:24:00.563Z] Lancé par une alarme périodique
19:24:00 [2025-09-14T17:24:00.563Z] Running as userbuild
19:24:00 [2025-09-14T17:24:00.941Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:01 [2025-09-14T17:24:01.403Z] [Pipeline] Start of Pipeline
19:24:01 [2025-09-14T17:24:01.701Z] [Pipeline] node
19:24:01 [2025-09-14T17:24:01.705Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy
19:24:01 [2025-09-14T17:24:01.707Z] [Pipeline] {
19:24:01 [2025-09-14T17:24:01.722Z] [Pipeline] stage
19:24:01 [2025-09-14T17:24:01.723Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:01 [2025-09-14T17:24:01.731Z] [Pipeline] checkout
19:24:01 [2025-09-14T17:24:01.732Z] Selected Git installation does not exist. Using Default
19:24:01 [2025-09-14T17:24:01.732Z] The recommended git tool is: NONE
19:24:01 [2025-09-14T17:24:01.732Z] No credentials specified
19:24:01 [2025-09-14T17:24:01.732Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/.git # timeout=10
19:24:01 [2025-09-14T17:24:01.738Z] Fetching changes from the remote Git repository
19:24:01 [2025-09-14T17:24:01.741Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:01 [2025-09-14T17:24:01.746Z] Cleaning workspace
19:24:01 [2025-09-14T17:24:01.746Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:01 [2025-09-14T17:24:01.751Z] Resetting working tree
19:24:01 [2025-09-14T17:24:01.751Z] > /usr/bin/git reset --hard # timeout=10
19:24:01 [2025-09-14T17:24:01.759Z] > /usr/bin/git clean -fdx # timeout=10
19:24:01 [2025-09-14T17:24:01.765Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:01 [2025-09-14T17:24:01.765Z] > /usr/bin/git --version # timeout=10
19:24:01 [2025-09-14T17:24:01.770Z] > git --version # 'git version 2.43.0'
19:24:01 [2025-09-14T17:24:01.770Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:02 [2025-09-14T17:24:02.109Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:02 [2025-09-14T17:24:02.116Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
19:24:02 [2025-09-14T17:24:02.116Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:02 [2025-09-14T17:24:02.121Z] > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
19:24:02 [2025-09-14T17:24:02.133Z] Commit message: "Use of the withCredentials Jenkins statement to allow the injection of the credentials of the Git account used to push code change into the Github repo in the AutoDeploy build of the silverpeas mobile project."
19:24:02 [2025-09-14T17:24:02.134Z] > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
19:24:02 [2025-09-14T17:24:02.159Z] [Pipeline] }
19:24:02 [2025-09-14T17:24:02.169Z] [Pipeline] // stage
19:24:02 [2025-09-14T17:24:02.192Z] [Pipeline] withEnv
19:24:02 [2025-09-14T17:24:02.193Z] [Pipeline] {
19:24:02 [2025-09-14T17:24:02.386Z] [Pipeline] isUnix
19:24:02 [2025-09-14T17:24:02.387Z] [Pipeline] withEnv
19:24:02 [2025-09-14T17:24:02.387Z] [Pipeline] {
19:24:02 [2025-09-14T17:24:02.402Z] [Pipeline] sh
19:24:02 [2025-09-14T17:24:02.659Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:02 [2025-09-14T17:24:02.659Z] .
19:24:02 [2025-09-14T17:24:02.660Z] [Pipeline] }
19:24:02 [2025-09-14T17:24:02.672Z] [Pipeline] // withEnv
19:24:02 [2025-09-14T17:24:02.686Z] [Pipeline] withDockerContainer
19:24:02 [2025-09-14T17:24:02.718Z] Jenkins does not seem to be running inside a container
19:24:02 [2025-09-14T17:24:02.725Z] $ 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:03 [2025-09-14T17:24:03.045Z] $ docker top feaa68dbdf5eda562f68a91121b9efd85a4cfe3629692b7afbe3b917bc335c30 -eo pid,comm
19:24:03 [2025-09-14T17:24:03.084Z] [Pipeline] {
19:24:03 [2025-09-14T17:24:03.100Z] [Pipeline] withEnv
19:24:03 [2025-09-14T17:24:03.101Z] [Pipeline] {
19:24:03 [2025-09-14T17:24:03.113Z] [Pipeline] stage
19:24:03 [2025-09-14T17:24:03.114Z] [Pipeline] { (Prepare the job)
19:24:03 [2025-09-14T17:24:03.144Z] [Pipeline] sh
19:24:03 [2025-09-14T17:24:03.402Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/master/pom.xml
19:24:03 [2025-09-14T17:24:03.654Z] [Pipeline] script
19:24:03 [2025-09-14T17:24:03.658Z] [Pipeline] {
19:24:03 [2025-09-14T17:24:03.675Z] [Pipeline] readMavenPom
19:24:03 [2025-09-14T17:24:03.700Z] 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:03 [2025-09-14T17:24:03.702Z] 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:03 [2025-09-14T17:24:03.703Z] 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:03 [2025-09-14T17:24:03.703Z] 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:03 [2025-09-14T17:24:03.703Z] 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:03 [2025-09-14T17:24:03.704Z] [Pipeline] sh
19:24:03 [2025-09-14T17:24:03.962Z] + rm -f pom.xml
19:24:03 [2025-09-14T17:24:03.963Z] [Pipeline] }
19:24:03 [2025-09-14T17:24:03.977Z] [Pipeline] // script
19:24:03 [2025-09-14T17:24:03.992Z] [Pipeline] }
19:24:04 [2025-09-14T17:24:04.004Z] [Pipeline] // stage
19:24:04 [2025-09-14T17:24:04.018Z] [Pipeline] stage
19:24:04 [2025-09-14T17:24:04.019Z] [Pipeline] { (Check POM parent version)
19:24:04 [2025-09-14T17:24:04.081Z] [Pipeline] copyArtifacts
19:24:04 [2025-09-14T17:24:04.088Z] Copied 1 artifact from "Silverpeas_Project_Definition_AutoDeploy" build number 275
19:24:04 [2025-09-14T17:24:04.101Z] [Pipeline] script
19:24:04 [2025-09-14T17:24:04.104Z] [Pipeline] {
19:24:04 [2025-09-14T17:24:04.118Z] [Pipeline] readYaml
19:24:04 [2025-09-14T17:24:04.135Z] [Pipeline] sh
19:24:04 [2025-09-14T17:24:04.392Z] + curl --output /dev/null --silent --head --fail -r 0-0 https://nexus3.silverpeas.org/repository/releases/org/silverpeas/silverpeas-project/1.7/silverpeas-project-1.7.pom
19:24:04 [2025-09-14T17:24:04.393Z] 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 [2025-09-14T17:24:04.393Z] 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:04 [2025-09-14T17:24:04.394Z] [Pipeline] sh
19:24:04 [2025-09-14T17:24:04.649Z] + rm -f build.yaml
19:24:04 [2025-09-14T17:24:04.650Z] [Pipeline] }
19:24:04 [2025-09-14T17:24:04.662Z] [Pipeline] // script
19:24:04 [2025-09-14T17:24:04.675Z] [Pipeline] }
19:24:04 [2025-09-14T17:24:04.686Z] [Pipeline] // stage
19:24:04 [2025-09-14T17:24:04.700Z] [Pipeline] stage
19:24:04 [2025-09-14T17:24:04.701Z] [Pipeline] { (Checkout projects and check code changes)
19:24:04 [2025-09-14T17:24:04.722Z] [Pipeline] script
19:24:04 [2025-09-14T17:24:04.726Z] [Pipeline] {
19:24:04 [2025-09-14T17:24:04.745Z] [Pipeline] copyArtifacts
19:24:04 [2025-09-14T17:24:04.751Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 994
19:24:04 [2025-09-14T17:24:04.764Z] [Pipeline] fileExists
19:24:04 [2025-09-14T17:24:04.777Z] [Pipeline] readYaml
19:24:04 [2025-09-14T17:24:04.790Z] 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:04 [2025-09-14T17:24:04.793Z] [Pipeline] dir
19:24:04 [2025-09-14T17:24:04.793Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core
19:24:04 [2025-09-14T17:24:04.794Z] [Pipeline] {
19:24:04 [2025-09-14T17:24:04.810Z] [Pipeline] git
19:24:04 [2025-09-14T17:24:04.812Z] The recommended git tool is: /usr/bin/git
19:24:04 [2025-09-14T17:24:04.814Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:04 [2025-09-14T17:24:04.822Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@28e6c6a1; decorates hudson.Launcher$LocalLauncher@278b0ba will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:04 [2025-09-14T17:24:04.822Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
19:24:04 [2025-09-14T17:24:04.828Z] Fetching changes from the remote Git repository
19:24:04 [2025-09-14T17:24:04.832Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
19:24:04 [2025-09-14T17:24:04.837Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
19:24:04 [2025-09-14T17:24:04.838Z] > /usr/bin/git --version # timeout=10
19:24:04 [2025-09-14T17:24:04.842Z] > git --version # 'git version 2.43.0'
19:24:04 [2025-09-14T17:24:04.842Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:04 [2025-09-14T17:24:04.849Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:05 [2025-09-14T17:24:05.253Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:05 [2025-09-14T17:24:05.261Z] Checking out Revision d1e23c29ce7dfa42a541d82a9ba974b290a3b3e2 (refs/remotes/origin/master)
19:24:05 [2025-09-14T17:24:05.261Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:05 [2025-09-14T17:24:05.266Z] > /usr/bin/git checkout -f d1e23c29ce7dfa42a541d82a9ba974b290a3b3e2 # timeout=10
19:24:05 [2025-09-14T17:24:05.323Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:05 [2025-09-14T17:24:05.340Z] > /usr/bin/git branch -D master # timeout=10
19:24:05 [2025-09-14T17:24:05.347Z] > /usr/bin/git checkout -b master d1e23c29ce7dfa42a541d82a9ba974b290a3b3e2 # timeout=10
19:24:05 [2025-09-14T17:24:05.462Z] Commit message: "Bug #14893"
19:24:05 [2025-09-14T17:24:05.462Z] > /usr/bin/git rev-list --no-walk d1e23c29ce7dfa42a541d82a9ba974b290a3b3e2 # timeout=10
19:24:05 [2025-09-14T17:24:05.483Z] [Pipeline] fileExists
19:24:05 [2025-09-14T17:24:05.490Z] [Pipeline] readMavenPom
19:24:05 [2025-09-14T17:24:05.501Z] [Pipeline] sh
19:24:05 [2025-09-14T17:24:05.757Z] + git rev-parse HEAD
19:24:05 [2025-09-14T17:24:05.759Z] [Pipeline] echo
19:24:05 [2025-09-14T17:24:05.760Z] Silverpeas-Core: current commit is d1e23c29ce7dfa42a541d82a9ba974b290a3b3e2 and last build commit is d1e23c29ce7dfa42a541d82a9ba974b290a3b3e2
19:24:05 [2025-09-14T17:24:05.762Z] [Pipeline] }
19:24:05 [2025-09-14T17:24:05.775Z] [Pipeline] // dir
19:24:05 [2025-09-14T17:24:05.790Z] [Pipeline] echo
19:24:05 [2025-09-14T17:24:05.791Z] Build skipped due to no changes have been done since the last build
19:24:05 [2025-09-14T17:24:05.804Z] [Pipeline] dir
19:24:05 [2025-09-14T17:24:05.805Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components
19:24:05 [2025-09-14T17:24:05.805Z] [Pipeline] {
19:24:05 [2025-09-14T17:24:05.823Z] [Pipeline] git
19:24:05 [2025-09-14T17:24:05.825Z] The recommended git tool is: /usr/bin/git
19:24:05 [2025-09-14T17:24:05.826Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:05 [2025-09-14T17:24:05.837Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1c877c49; decorates hudson.Launcher$LocalLauncher@2783a426 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:05 [2025-09-14T17:24:05.837Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components/.git # timeout=10
19:24:05 [2025-09-14T17:24:05.844Z] Fetching changes from the remote Git repository
19:24:05 [2025-09-14T17:24:05.847Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
19:24:05 [2025-09-14T17:24:05.852Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
19:24:05 [2025-09-14T17:24:05.852Z] > /usr/bin/git --version # timeout=10
19:24:05 [2025-09-14T17:24:05.857Z] > git --version # 'git version 2.43.0'
19:24:05 [2025-09-14T17:24:05.857Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:05 [2025-09-14T17:24:05.863Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:06 [2025-09-14T17:24:06.246Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:06 [2025-09-14T17:24:06.252Z] Checking out Revision 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 (refs/remotes/origin/master)
19:24:06 [2025-09-14T17:24:06.252Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:06 [2025-09-14T17:24:06.258Z] > /usr/bin/git checkout -f 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 # timeout=10
19:24:06 [2025-09-14T17:24:06.303Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:06 [2025-09-14T17:24:06.316Z] > /usr/bin/git branch -D master # timeout=10
19:24:06 [2025-09-14T17:24:06.324Z] > /usr/bin/git checkout -b master 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 # timeout=10
19:24:06 [2025-09-14T17:24:06.358Z] Commit message: "Take profit of the new SchedulingInitializer abstract class for all initializers setting up a scheduling of some jobs"
19:24:06 [2025-09-14T17:24:06.358Z] > /usr/bin/git rev-list --no-walk 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 # timeout=10
19:24:06 [2025-09-14T17:24:06.386Z] [Pipeline] fileExists
19:24:06 [2025-09-14T17:24:06.401Z] [Pipeline] readMavenPom
19:24:06 [2025-09-14T17:24:06.420Z] [Pipeline] sh
19:24:06 [2025-09-14T17:24:06.677Z] + git rev-parse HEAD
19:24:06 [2025-09-14T17:24:06.680Z] [Pipeline] echo
19:24:06 [2025-09-14T17:24:06.680Z] Silverpeas-Components: current commit is 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 and last build commit is 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332
19:24:06 [2025-09-14T17:24:06.682Z] [Pipeline] }
19:24:06 [2025-09-14T17:24:06.696Z] [Pipeline] // dir
19:24:06 [2025-09-14T17:24:06.709Z] [Pipeline] echo
19:24:06 [2025-09-14T17:24:06.710Z] Build skipped due to no changes have been done since the last build
19:24:06 [2025-09-14T17:24:06.724Z] [Pipeline] dir
19:24:06 [2025-09-14T17:24:06.724Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks
19:24:06 [2025-09-14T17:24:06.725Z] [Pipeline] {
19:24:06 [2025-09-14T17:24:06.743Z] [Pipeline] git
19:24:06 [2025-09-14T17:24:06.744Z] Selected Git installation does not exist. Using Default
19:24:06 [2025-09-14T17:24:06.744Z] The recommended git tool is: NONE
19:24:06 [2025-09-14T17:24:06.745Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:06 [2025-09-14T17:24:06.757Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@32e9a53d; decorates hudson.Launcher$LocalLauncher@38a6d497 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:06 [2025-09-14T17:24:06.758Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks/.git # timeout=10
19:24:06 [2025-09-14T17:24:06.764Z] Fetching changes from the remote Git repository
19:24:06 [2025-09-14T17:24:06.766Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
19:24:06 [2025-09-14T17:24:06.772Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
19:24:06 [2025-09-14T17:24:06.772Z] > /usr/bin/git --version # timeout=10
19:24:06 [2025-09-14T17:24:06.777Z] > git --version # 'git version 2.43.0'
19:24:06 [2025-09-14T17:24:06.777Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:06 [2025-09-14T17:24:06.783Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:07 [2025-09-14T17:24:07.159Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:07 [2025-09-14T17:24:07.166Z] Checking out Revision 217767c9fe8c6a1dea2b4005c413b017b0c2a099 (refs/remotes/origin/master)
19:24:07 [2025-09-14T17:24:07.166Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:07 [2025-09-14T17:24:07.172Z] > /usr/bin/git checkout -f 217767c9fe8c6a1dea2b4005c413b017b0c2a099 # timeout=10
19:24:07 [2025-09-14T17:24:07.184Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2025-09-14T17:24:07.193Z] > /usr/bin/git branch -D master # timeout=10
19:24:07 [2025-09-14T17:24:07.202Z] > /usr/bin/git checkout -b master 217767c9fe8c6a1dea2b4005c413b017b0c2a099 # timeout=10
19:24:07 [2025-09-14T17:24:07.218Z] Commit message: "Fix the bug of an exception thrown when trying to make the news list to render in the home page for a non configured news applications"
19:24:07 [2025-09-14T17:24:07.218Z] > /usr/bin/git rev-list --no-walk 217767c9fe8c6a1dea2b4005c413b017b0c2a099 # timeout=10
19:24:07 [2025-09-14T17:24:07.239Z] [Pipeline] fileExists
19:24:07 [2025-09-14T17:24:07.253Z] [Pipeline] readMavenPom
19:24:07 [2025-09-14T17:24:07.272Z] [Pipeline] sh
19:24:07 [2025-09-14T17:24:07.529Z] + git rev-parse HEAD
19:24:07 [2025-09-14T17:24:07.532Z] [Pipeline] echo
19:24:07 [2025-09-14T17:24:07.533Z] Silverpeas-Looks: current commit is 217767c9fe8c6a1dea2b4005c413b017b0c2a099 and last build commit is 217767c9fe8c6a1dea2b4005c413b017b0c2a099
19:24:07 [2025-09-14T17:24:07.535Z] [Pipeline] }
19:24:07 [2025-09-14T17:24:07.548Z] [Pipeline] // dir
19:24:07 [2025-09-14T17:24:07.562Z] [Pipeline] echo
19:24:07 [2025-09-14T17:24:07.562Z] Build skipped due to no changes have been done since the last build
19:24:07 [2025-09-14T17:24:07.577Z] [Pipeline] dir
19:24:07 [2025-09-14T17:24:07.577Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup
19:24:07 [2025-09-14T17:24:07.578Z] [Pipeline] {
19:24:07 [2025-09-14T17:24:07.596Z] [Pipeline] git
19:24:07 [2025-09-14T17:24:07.597Z] The recommended git tool is: NONE
19:24:07 [2025-09-14T17:24:07.598Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:07 [2025-09-14T17:24:07.607Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@b46d8f7; decorates hudson.Launcher$LocalLauncher@5700ed13 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:07 [2025-09-14T17:24:07.608Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup/.git # timeout=10
19:24:07 [2025-09-14T17:24:07.614Z] Fetching changes from the remote Git repository
19:24:07 [2025-09-14T17:24:07.618Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
19:24:07 [2025-09-14T17:24:07.624Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
19:24:07 [2025-09-14T17:24:07.624Z] > /usr/bin/git --version # timeout=10
19:24:07 [2025-09-14T17:24:07.629Z] > git --version # 'git version 2.43.0'
19:24:07 [2025-09-14T17:24:07.629Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:07 [2025-09-14T17:24:07.636Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:08 [2025-09-14T17:24:08.018Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:08 [2025-09-14T17:24:08.025Z] Checking out Revision 819fef128a1a9e2e93a76755b0c25c4a6325b856 (refs/remotes/origin/master)
19:24:08 [2025-09-14T17:24:08.025Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:08 [2025-09-14T17:24:08.030Z] > /usr/bin/git checkout -f 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:08 [2025-09-14T17:24:08.038Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:08 [2025-09-14T17:24:08.046Z] > /usr/bin/git branch -D master # timeout=10
19:24:08 [2025-09-14T17:24:08.052Z] > /usr/bin/git checkout -b master 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:08 [2025-09-14T17:24:08.064Z] Commit message: "Add two global config parameters allowing to parameterize the FILE log handler of Wildfly: * SERVER_LOG_BACKUP_MAX: the number of backup of the FILE log to maintain. Above this count, all the olders additional backups are deleted; * SERVER_LOG_BACKUP_SIZE: the maximum size of the FILE log (the unity, m for megabyte for example, has to be indicated with the number)."
19:24:08 [2025-09-14T17:24:08.065Z] > /usr/bin/git rev-list --no-walk 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:08 [2025-09-14T17:24:08.084Z] [Pipeline] fileExists
19:24:08 [2025-09-14T17:24:08.094Z] [Pipeline] sh
19:24:08 [2025-09-14T17:24:08.350Z] + git rev-parse HEAD
19:24:08 [2025-09-14T17:24:08.353Z] [Pipeline] echo
19:24:08 [2025-09-14T17:24:08.354Z] Silverpeas-Setup: current commit is 819fef128a1a9e2e93a76755b0c25c4a6325b856 and last build commit is 819fef128a1a9e2e93a76755b0c25c4a6325b856
19:24:08 [2025-09-14T17:24:08.356Z] [Pipeline] }
19:24:08 [2025-09-14T17:24:08.370Z] [Pipeline] // dir
19:24:08 [2025-09-14T17:24:08.384Z] [Pipeline] echo
19:24:08 [2025-09-14T17:24:08.384Z] Build skipped due to no changes have been done since the last build
19:24:08 [2025-09-14T17:24:08.399Z] [Pipeline] dir
19:24:08 [2025-09-14T17:24:08.400Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution
19:24:08 [2025-09-14T17:24:08.400Z] [Pipeline] {
19:24:08 [2025-09-14T17:24:08.418Z] [Pipeline] git
19:24:08 [2025-09-14T17:24:08.420Z] The recommended git tool is: NONE
19:24:08 [2025-09-14T17:24:08.421Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:08 [2025-09-14T17:24:08.430Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@450cccb6; decorates hudson.Launcher$LocalLauncher@c35bb7a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:08 [2025-09-14T17:24:08.431Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
19:24:08 [2025-09-14T17:24:08.437Z] Fetching changes from the remote Git repository
19:24:08 [2025-09-14T17:24:08.440Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
19:24:08 [2025-09-14T17:24:08.446Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
19:24:08 [2025-09-14T17:24:08.446Z] > /usr/bin/git --version # timeout=10
19:24:08 [2025-09-14T17:24:08.451Z] > git --version # 'git version 2.43.0'
19:24:08 [2025-09-14T17:24:08.452Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:08 [2025-09-14T17:24:08.463Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:08 [2025-09-14T17:24:08.828Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:08 [2025-09-14T17:24:08.834Z] Checking out Revision 82673899847afe1bc0d0336c78b923b3132e1a46 (refs/remotes/origin/master)
19:24:08 [2025-09-14T17:24:08.834Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:08 [2025-09-14T17:24:08.838Z] > /usr/bin/git checkout -f 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:08 [2025-09-14T17:24:08.847Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:08 [2025-09-14T17:24:08.856Z] > /usr/bin/git branch -D master # timeout=10
19:24:08 [2025-09-14T17:24:08.862Z] > /usr/bin/git checkout -b master 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:08 [2025-09-14T17:24:08.872Z] Commit message: "Update the silverpeas logging definition CLI script by defining explicitly two different log formatters to be used by the log handlers dedicated to the Silverpeas logging."
19:24:08 [2025-09-14T17:24:08.872Z] > /usr/bin/git rev-list --no-walk 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:08 [2025-09-14T17:24:08.892Z] [Pipeline] fileExists
19:24:08 [2025-09-14T17:24:08.907Z] [Pipeline] readMavenPom
19:24:08 [2025-09-14T17:24:08.925Z] [Pipeline] sh
19:24:09 [2025-09-14T17:24:09.182Z] + git rev-parse HEAD
19:24:09 [2025-09-14T17:24:09.184Z] [Pipeline] echo
19:24:09 [2025-09-14T17:24:09.184Z] Silverpeas-Distribution: current commit is 82673899847afe1bc0d0336c78b923b3132e1a46 and last build commit is 82673899847afe1bc0d0336c78b923b3132e1a46
19:24:09 [2025-09-14T17:24:09.185Z] [Pipeline] }
19:24:09 [2025-09-14T17:24:09.201Z] [Pipeline] // dir
19:24:09 [2025-09-14T17:24:09.216Z] [Pipeline] echo
19:24:09 [2025-09-14T17:24:09.216Z] Build skipped due to no changes have been done since the last build
19:24:09 [2025-09-14T17:24:09.231Z] [Pipeline] dir
19:24:09 [2025-09-14T17:24:09.232Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly
19:24:09 [2025-09-14T17:24:09.232Z] [Pipeline] {
19:24:09 [2025-09-14T17:24:09.251Z] [Pipeline] git
19:24:09 [2025-09-14T17:24:09.252Z] The recommended git tool is: NONE
19:24:09 [2025-09-14T17:24:09.253Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:09 [2025-09-14T17:24:09.261Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@370ba7e7; decorates hudson.Launcher$LocalLauncher@29a13637 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:09 [2025-09-14T17:24:09.262Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
19:24:09 [2025-09-14T17:24:09.269Z] Fetching changes from the remote Git repository
19:24:09 [2025-09-14T17:24:09.271Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
19:24:09 [2025-09-14T17:24:09.278Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
19:24:09 [2025-09-14T17:24:09.278Z] > /usr/bin/git --version # timeout=10
19:24:09 [2025-09-14T17:24:09.284Z] > git --version # 'git version 2.43.0'
19:24:09 [2025-09-14T17:24:09.284Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:09 [2025-09-14T17:24:09.289Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:09 [2025-09-14T17:24:09.681Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:09 [2025-09-14T17:24:09.687Z] Checking out Revision 7e6708d85bcdee486504baaedc34c9e9c1a5be71 (refs/remotes/origin/master)
19:24:09 [2025-09-14T17:24:09.687Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:09 [2025-09-14T17:24:09.692Z] > /usr/bin/git checkout -f 7e6708d85bcdee486504baaedc34c9e9c1a5be71 # timeout=10
19:24:09 [2025-09-14T17:24:09.701Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:09 [2025-09-14T17:24:09.711Z] > /usr/bin/git branch -D master # timeout=10
19:24:09 [2025-09-14T17:24:09.717Z] > /usr/bin/git checkout -b master 7e6708d85bcdee486504baaedc34c9e9c1a5be71 # timeout=10
19:24:09 [2025-09-14T17:24:09.725Z] Commit message: "Update parent POM to version 1.7-build250715"
19:24:09 [2025-09-14T17:24:09.726Z] > /usr/bin/git rev-list --no-walk 7e6708d85bcdee486504baaedc34c9e9c1a5be71 # timeout=10
19:24:09 [2025-09-14T17:24:09.745Z] [Pipeline] fileExists
19:24:09 [2025-09-14T17:24:09.752Z] [Pipeline] readMavenPom
19:24:09 [2025-09-14T17:24:09.772Z] [Pipeline] sh
19:24:10 [2025-09-14T17:24:10.029Z] + git rev-parse HEAD
19:24:10 [2025-09-14T17:24:10.032Z] [Pipeline] echo
19:24:10 [2025-09-14T17:24:10.033Z] Silverpeas-Assembly: current commit is 7e6708d85bcdee486504baaedc34c9e9c1a5be71 and last build commit is 7e6708d85bcdee486504baaedc34c9e9c1a5be71
19:24:10 [2025-09-14T17:24:10.035Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.051Z] [Pipeline] // dir
19:24:10 [2025-09-14T17:24:10.066Z] [Pipeline] echo
19:24:10 [2025-09-14T17:24:10.066Z] Build skipped due to no changes have been done since the last build
19:24:10 [2025-09-14T17:24:10.066Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.081Z] [Pipeline] // script
19:24:10 [2025-09-14T17:24:10.095Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.109Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.125Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.126Z] [Pipeline] { (Build Silverpeas)
19:24:10 [2025-09-14T17:24:10.157Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.158Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.183Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.184Z] [Pipeline] { (Build Silverpeas-Core)
19:24:10 [2025-09-14T17:24:10.199Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.200Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.202Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.216Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.232Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.232Z] [Pipeline] { (Build Silverpeas-Components)
19:24:10 [2025-09-14T17:24:10.245Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.246Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.248Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.261Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.274Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.275Z] [Pipeline] { (Build Silverpeas-Assembly)
19:24:10 [2025-09-14T17:24:10.287Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.288Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.290Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.300Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.313Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.313Z] [Pipeline] { (Build Silverpeas Setup)
19:24:10 [2025-09-14T17:24:10.324Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.325Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.326Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.336Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.348Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.349Z] [Pipeline] { (Build Silverpeas Distribution)
19:24:10 [2025-09-14T17:24:10.358Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.359Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.361Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.370Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.381Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.382Z] [Pipeline] { (Build Silverpeas-Looks)
19:24:10 [2025-09-14T17:24:10.391Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.391Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.393Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.401Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.412Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.412Z] [Pipeline] { (Publish Silverpeas-Core)
19:24:10 [2025-09-14T17:24:10.421Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.421Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.423Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.431Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.440Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.441Z] [Pipeline] { (Publish Silverpeas-Components)
19:24:10 [2025-09-14T17:24:10.449Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.449Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.451Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.458Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.467Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.468Z] [Pipeline] { (Publish Silverpeas-Assembly)
19:24:10 [2025-09-14T17:24:10.475Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.476Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.478Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.486Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.495Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.496Z] [Pipeline] { (Publish Silverpeas-Setup)
19:24:10 [2025-09-14T17:24:10.503Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.504Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.506Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.513Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.522Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.522Z] [Pipeline] { (Publish Silverpeas-Distribution)
19:24:10 [2025-09-14T17:24:10.530Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.530Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.532Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.539Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.547Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.547Z] [Pipeline] { (Publish Silverpeas-Looks)
19:24:10 [2025-09-14T17:24:10.554Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.554Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.555Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.561Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.568Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.569Z] [Pipeline] { (Publish Community Web Site)
19:24:10 [2025-09-14T17:24:10.575Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-09-14T17:24:10.575Z] [Pipeline] getContext
19:24:10 [2025-09-14T17:24:10.576Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.582Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.588Z] [Pipeline] }
19:24:10 [2025-09-14T17:24:10.594Z] [Pipeline] // stage
19:24:10 [2025-09-14T17:24:10.601Z] [Pipeline] stage
19:24:10 [2025-09-14T17:24:10.601Z] [Pipeline] { (Create YAML build report)
19:24:10 [2025-09-14T17:24:10.613Z] [Pipeline] script
19:24:10 [2025-09-14T17:24:10.614Z] [Pipeline] {
19:24:10 [2025-09-14T17:24:10.622Z] [Pipeline] sh
19:24:10 [2025-09-14T17:24:10.877Z] + mkdir -p target
19:24:10 [2025-09-14T17:24:10.879Z] [Pipeline] sh
19:24:11 [2025-09-14T17:24:11.135Z] + mv build.yaml target/
19:24:11 [2025-09-14T17:24:11.136Z] [Pipeline] }
19:24:11 [2025-09-14T17:24:11.151Z] [Pipeline] // script
19:24:11 [2025-09-14T17:24:11.166Z] [Pipeline] }
19:24:11 [2025-09-14T17:24:11.180Z] [Pipeline] // stage
19:24:11 [2025-09-14T17:24:11.201Z] [Pipeline] stage
19:24:11 [2025-09-14T17:24:11.202Z] [Pipeline] { (Declarative: Post Actions)
19:24:11 [2025-09-14T17:24:11.232Z] [Pipeline] step
19:24:11 [2025-09-14T17:24:11.260Z] [Pipeline] script
19:24:11 [2025-09-14T17:24:11.264Z] [Pipeline] {
19:24:11 [2025-09-14T17:24:11.293Z] [Pipeline] }
19:24:11 [2025-09-14T17:24:11.307Z] [Pipeline] // script
19:24:11 [2025-09-14T17:24:11.326Z] [Pipeline] archiveArtifacts
19:24:11 [2025-09-14T17:24:11.329Z] Archiving artifacts
19:24:11 [2025-09-14T17:24:11.343Z] Enregistrement des empreintes numériques
19:24:11 [2025-09-14T17:24:11.356Z] [Pipeline] sh
19:24:11 [2025-09-14T17:24:11.614Z] + rm -rf target
19:24:11 [2025-09-14T17:24:11.619Z] [Pipeline] }
19:24:11 [2025-09-14T17:24:11.636Z] [Pipeline] // stage
19:24:11 [2025-09-14T17:24:11.650Z] [Pipeline] }
19:24:11 [2025-09-14T17:24:11.664Z] [Pipeline] // withEnv
19:24:11 [2025-09-14T17:24:11.678Z] [Pipeline] }
19:24:11 [2025-09-14T17:24:11.679Z] $ docker stop --time=1 feaa68dbdf5eda562f68a91121b9efd85a4cfe3629692b7afbe3b917bc335c30
19:24:12 [2025-09-14T17:24:12.989Z] $ docker rm -f --volumes feaa68dbdf5eda562f68a91121b9efd85a4cfe3629692b7afbe3b917bc335c30
19:24:13 [2025-09-14T17:24:13.038Z] [Pipeline] // withDockerContainer
19:24:13 [2025-09-14T17:24:13.043Z] [Pipeline] }
19:24:13 [2025-09-14T17:24:13.051Z] [Pipeline] // withEnv
19:24:13 [2025-09-14T17:24:13.065Z] [Pipeline] }
19:24:13 [2025-09-14T17:24:13.080Z] [Pipeline] // node
19:24:13 [2025-09-14T17:24:13.095Z] [Pipeline] End of Pipeline
19:24:13 [2025-09-14T17:24:13.163Z] Lancement d'un nouveau build de Silverpeas_Mobile_Master_AutoDeploy #592
19:24:13 [2025-09-14T17:24:13.163Z] Finished: SUCCESS