19:24:00 [2025-08-20T17:24:00.591Z] Lancé par une alarme périodique
19:24:00 [2025-08-20T17:24:00.591Z] Running as userbuild
19:24:00 [2025-08-20T17:24:00.988Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:01 [2025-08-20T17:24:01.513Z] [Pipeline] Start of Pipeline
19:24:01 [2025-08-20T17:24:01.929Z] [Pipeline] node
19:24:01 [2025-08-20T17:24:01.933Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy
19:24:01 [2025-08-20T17:24:01.937Z] [Pipeline] {
19:24:01 [2025-08-20T17:24:01.962Z] [Pipeline] stage
19:24:01 [2025-08-20T17:24:01.963Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:01 [2025-08-20T17:24:01.978Z] [Pipeline] checkout
19:24:01 [2025-08-20T17:24:01.981Z] Selected Git installation does not exist. Using Default
19:24:01 [2025-08-20T17:24:01.981Z] The recommended git tool is: NONE
19:24:01 [2025-08-20T17:24:01.981Z] No credentials specified
19:24:01 [2025-08-20T17:24:01.981Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/.git # timeout=10
19:24:01 [2025-08-20T17:24:01.988Z] Fetching changes from the remote Git repository
19:24:01 [2025-08-20T17:24:01.990Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:01 [2025-08-20T17:24:01.996Z] Cleaning workspace
19:24:01 [2025-08-20T17:24:01.996Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:02 [2025-08-20T17:24:02.001Z] Resetting working tree
19:24:02 [2025-08-20T17:24:02.001Z] > /usr/bin/git reset --hard # timeout=10
19:24:02 [2025-08-20T17:24:02.011Z] > /usr/bin/git clean -fdx # timeout=10
19:24:02 [2025-08-20T17:24:02.017Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:02 [2025-08-20T17:24:02.018Z] > /usr/bin/git --version # timeout=10
19:24:02 [2025-08-20T17:24:02.023Z] > git --version # 'git version 2.43.0'
19:24:02 [2025-08-20T17:24:02.023Z] > /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-08-20T17:24:02.386Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:02 [2025-08-20T17:24:02.393Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
19:24:02 [2025-08-20T17:24:02.393Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:02 [2025-08-20T17:24:02.398Z] > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
19:24:02 [2025-08-20T17:24:02.414Z] 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-08-20T17:24:02.415Z] > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
19:24:02 [2025-08-20T17:24:02.439Z] [Pipeline] }
19:24:02 [2025-08-20T17:24:02.477Z] [Pipeline] // stage
19:24:02 [2025-08-20T17:24:02.509Z] [Pipeline] withEnv
19:24:02 [2025-08-20T17:24:02.510Z] [Pipeline] {
19:24:02 [2025-08-20T17:24:02.700Z] [Pipeline] isUnix
19:24:02 [2025-08-20T17:24:02.702Z] [Pipeline] withEnv
19:24:02 [2025-08-20T17:24:02.703Z] [Pipeline] {
19:24:02 [2025-08-20T17:24:02.720Z] [Pipeline] sh
19:24:02 [2025-08-20T17:24:02.978Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:02 [2025-08-20T17:24:02.978Z] .
19:24:02 [2025-08-20T17:24:02.979Z] [Pipeline] }
19:24:02 [2025-08-20T17:24:02.994Z] [Pipeline] // withEnv
19:24:03 [2025-08-20T17:24:03.011Z] [Pipeline] withDockerContainer
19:24:03 [2025-08-20T17:24:03.049Z] Jenkins does not seem to be running inside a container
19:24:03 [2025-08-20T17:24:03.056Z] $ 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-08-20T17:24:03.358Z] $ docker top c490262478c30b51bec41f732e7c651a9a36f7ea96fb48698245a2684762ac20 -eo pid,comm
19:24:03 [2025-08-20T17:24:03.398Z] [Pipeline] {
19:24:03 [2025-08-20T17:24:03.433Z] [Pipeline] withEnv
19:24:03 [2025-08-20T17:24:03.434Z] [Pipeline] {
19:24:03 [2025-08-20T17:24:03.459Z] [Pipeline] stage
19:24:03 [2025-08-20T17:24:03.460Z] [Pipeline] { (Prepare the job)
19:24:03 [2025-08-20T17:24:03.519Z] [Pipeline] sh
19:24:03 [2025-08-20T17:24:03.779Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/master/pom.xml
19:24:04 [2025-08-20T17:24:04.033Z] [Pipeline] script
19:24:04 [2025-08-20T17:24:04.043Z] [Pipeline] {
19:24:04 [2025-08-20T17:24:04.070Z] [Pipeline] readMavenPom
19:24:04 [2025-08-20T17:24:04.101Z] 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 [2025-08-20T17:24:04.103Z] 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 [2025-08-20T17:24:04.105Z] 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-08-20T17:24:04.105Z] 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 [2025-08-20T17:24:04.105Z] 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 [2025-08-20T17:24:04.107Z] [Pipeline] sh
19:24:04 [2025-08-20T17:24:04.367Z] + rm -f pom.xml
19:24:04 [2025-08-20T17:24:04.368Z] [Pipeline] }
19:24:04 [2025-08-20T17:24:04.381Z] [Pipeline] // script
19:24:04 [2025-08-20T17:24:04.403Z] [Pipeline] }
19:24:04 [2025-08-20T17:24:04.422Z] [Pipeline] // stage
19:24:04 [2025-08-20T17:24:04.438Z] [Pipeline] stage
19:24:04 [2025-08-20T17:24:04.439Z] [Pipeline] { (Check POM parent version)
19:24:04 [2025-08-20T17:24:04.514Z] [Pipeline] copyArtifacts
19:24:04 [2025-08-20T17:24:04.523Z] Copied 1 artifact from "Silverpeas_Project_Definition_AutoDeploy" build number 275
19:24:04 [2025-08-20T17:24:04.537Z] [Pipeline] script
19:24:04 [2025-08-20T17:24:04.545Z] [Pipeline] {
19:24:04 [2025-08-20T17:24:04.560Z] [Pipeline] readYaml
19:24:04 [2025-08-20T17:24:04.578Z] [Pipeline] sh
19:24:04 [2025-08-20T17:24:04.837Z] + 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:05 [2025-08-20T17:24:05.090Z] 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 [2025-08-20T17:24:05.090Z] 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 [2025-08-20T17:24:05.092Z] [Pipeline] sh
19:24:05 [2025-08-20T17:24:05.353Z] + rm -f build.yaml
19:24:05 [2025-08-20T17:24:05.354Z] [Pipeline] }
19:24:05 [2025-08-20T17:24:05.367Z] [Pipeline] // script
19:24:05 [2025-08-20T17:24:05.376Z] [Pipeline] }
19:24:05 [2025-08-20T17:24:05.389Z] [Pipeline] // stage
19:24:05 [2025-08-20T17:24:05.405Z] [Pipeline] stage
19:24:05 [2025-08-20T17:24:05.406Z] [Pipeline] { (Checkout projects and check code changes)
19:24:05 [2025-08-20T17:24:05.436Z] [Pipeline] script
19:24:05 [2025-08-20T17:24:05.444Z] [Pipeline] {
19:24:05 [2025-08-20T17:24:05.467Z] [Pipeline] copyArtifacts
19:24:05 [2025-08-20T17:24:05.473Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 986
19:24:05 [2025-08-20T17:24:05.488Z] [Pipeline] fileExists
19:24:05 [2025-08-20T17:24:05.503Z] [Pipeline] readYaml
19:24:05 [2025-08-20T17:24:05.517Z] 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 [2025-08-20T17:24:05.521Z] [Pipeline] dir
19:24:05 [2025-08-20T17:24:05.521Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core
19:24:05 [2025-08-20T17:24:05.522Z] [Pipeline] {
19:24:05 [2025-08-20T17:24:05.543Z] [Pipeline] git
19:24:05 [2025-08-20T17:24:05.545Z] The recommended git tool is: /usr/bin/git
19:24:05 [2025-08-20T17:24:05.546Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:05 [2025-08-20T17:24:05.556Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7430335a; decorates hudson.Launcher$LocalLauncher@36c2ca17 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:05 [2025-08-20T17:24:05.557Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
19:24:05 [2025-08-20T17:24:05.564Z] Fetching changes from the remote Git repository
19:24:05 [2025-08-20T17:24:05.569Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
19:24:05 [2025-08-20T17:24:05.575Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
19:24:05 [2025-08-20T17:24:05.575Z] > /usr/bin/git --version # timeout=10
19:24:05 [2025-08-20T17:24:05.581Z] > git --version # 'git version 2.43.0'
19:24:05 [2025-08-20T17:24:05.581Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:05 [2025-08-20T17:24:05.587Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:05 [2025-08-20T17:24:05.985Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:05 [2025-08-20T17:24:05.994Z] Checking out Revision 65aef884a9fbb69be670664dade7ee9c44e44d40 (refs/remotes/origin/master)
19:24:05 [2025-08-20T17:24:05.994Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:05 [2025-08-20T17:24:05.999Z] > /usr/bin/git checkout -f 65aef884a9fbb69be670664dade7ee9c44e44d40 # timeout=10
19:24:06 [2025-08-20T17:24:06.055Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:06 [2025-08-20T17:24:06.071Z] > /usr/bin/git branch -D master # timeout=10
19:24:06 [2025-08-20T17:24:06.080Z] > /usr/bin/git checkout -b master 65aef884a9fbb69be670664dade7ee9c44e44d40 # timeout=10
19:24:06 [2025-08-20T17:24:06.161Z] Commit message: "Bug #14926"
19:24:06 [2025-08-20T17:24:06.161Z] > /usr/bin/git rev-list --no-walk 65aef884a9fbb69be670664dade7ee9c44e44d40 # timeout=10
19:24:06 [2025-08-20T17:24:06.182Z] [Pipeline] fileExists
19:24:06 [2025-08-20T17:24:06.190Z] [Pipeline] readMavenPom
19:24:06 [2025-08-20T17:24:06.209Z] [Pipeline] sh
19:24:06 [2025-08-20T17:24:06.468Z] + git rev-parse HEAD
19:24:06 [2025-08-20T17:24:06.472Z] [Pipeline] echo
19:24:06 [2025-08-20T17:24:06.473Z] Silverpeas-Core: current commit is 65aef884a9fbb69be670664dade7ee9c44e44d40 and last build commit is 65aef884a9fbb69be670664dade7ee9c44e44d40
19:24:06 [2025-08-20T17:24:06.476Z] [Pipeline] }
19:24:06 [2025-08-20T17:24:06.490Z] [Pipeline] // dir
19:24:06 [2025-08-20T17:24:06.504Z] [Pipeline] echo
19:24:06 [2025-08-20T17:24:06.505Z] Build skipped due to no changes have been done since the last build
19:24:06 [2025-08-20T17:24:06.520Z] [Pipeline] dir
19:24:06 [2025-08-20T17:24:06.521Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components
19:24:06 [2025-08-20T17:24:06.522Z] [Pipeline] {
19:24:06 [2025-08-20T17:24:06.541Z] [Pipeline] git
19:24:06 [2025-08-20T17:24:06.544Z] The recommended git tool is: /usr/bin/git
19:24:06 [2025-08-20T17:24:06.544Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:06 [2025-08-20T17:24:06.555Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@290785bc; decorates hudson.Launcher$LocalLauncher@2bcb16b8 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:06 [2025-08-20T17:24:06.556Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components/.git # timeout=10
19:24:06 [2025-08-20T17:24:06.563Z] Fetching changes from the remote Git repository
19:24:06 [2025-08-20T17:24:06.567Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
19:24:06 [2025-08-20T17:24:06.573Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
19:24:06 [2025-08-20T17:24:06.573Z] > /usr/bin/git --version # timeout=10
19:24:06 [2025-08-20T17:24:06.578Z] > git --version # 'git version 2.43.0'
19:24:06 [2025-08-20T17:24:06.578Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:06 [2025-08-20T17:24:06.583Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:06 [2025-08-20T17:24:06.962Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:06 [2025-08-20T17:24:06.967Z] Checking out Revision 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 (refs/remotes/origin/master)
19:24:06 [2025-08-20T17:24:06.967Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:06 [2025-08-20T17:24:06.972Z] > /usr/bin/git checkout -f 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 # timeout=10
19:24:07 [2025-08-20T17:24:07.025Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2025-08-20T17:24:07.037Z] > /usr/bin/git branch -D master # timeout=10
19:24:07 [2025-08-20T17:24:07.045Z] > /usr/bin/git checkout -b master 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 # timeout=10
19:24:07 [2025-08-20T17:24:07.094Z] Commit message: "Take profit of the new SchedulingInitializer abstract class for all initializers setting up a scheduling of some jobs"
19:24:07 [2025-08-20T17:24:07.095Z] > /usr/bin/git rev-list --no-walk 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 # timeout=10
19:24:07 [2025-08-20T17:24:07.126Z] [Pipeline] fileExists
19:24:07 [2025-08-20T17:24:07.142Z] [Pipeline] readMavenPom
19:24:07 [2025-08-20T17:24:07.163Z] [Pipeline] sh
19:24:07 [2025-08-20T17:24:07.423Z] + git rev-parse HEAD
19:24:07 [2025-08-20T17:24:07.426Z] [Pipeline] echo
19:24:07 [2025-08-20T17:24:07.427Z] Silverpeas-Components: current commit is 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 and last build commit is 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332
19:24:07 [2025-08-20T17:24:07.429Z] [Pipeline] }
19:24:07 [2025-08-20T17:24:07.444Z] [Pipeline] // dir
19:24:07 [2025-08-20T17:24:07.459Z] [Pipeline] echo
19:24:07 [2025-08-20T17:24:07.460Z] Build skipped due to no changes have been done since the last build
19:24:07 [2025-08-20T17:24:07.475Z] [Pipeline] dir
19:24:07 [2025-08-20T17:24:07.475Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks
19:24:07 [2025-08-20T17:24:07.476Z] [Pipeline] {
19:24:07 [2025-08-20T17:24:07.496Z] [Pipeline] git
19:24:07 [2025-08-20T17:24:07.498Z] Selected Git installation does not exist. Using Default
19:24:07 [2025-08-20T17:24:07.498Z] The recommended git tool is: NONE
19:24:07 [2025-08-20T17:24:07.499Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:07 [2025-08-20T17:24:07.515Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2b5f480e; decorates hudson.Launcher$LocalLauncher@3844bb01 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:07 [2025-08-20T17:24:07.516Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks/.git # timeout=10
19:24:07 [2025-08-20T17:24:07.523Z] Fetching changes from the remote Git repository
19:24:07 [2025-08-20T17:24:07.525Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
19:24:07 [2025-08-20T17:24:07.530Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
19:24:07 [2025-08-20T17:24:07.530Z] > /usr/bin/git --version # timeout=10
19:24:07 [2025-08-20T17:24:07.535Z] > git --version # 'git version 2.43.0'
19:24:07 [2025-08-20T17:24:07.535Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:07 [2025-08-20T17:24:07.540Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:07 [2025-08-20T17:24:07.911Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:07 [2025-08-20T17:24:07.916Z] Checking out Revision 20072c1d804127ca93cb1a117dba04d64684285e (refs/remotes/origin/master)
19:24:07 [2025-08-20T17:24:07.917Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:07 [2025-08-20T17:24:07.921Z] > /usr/bin/git checkout -f 20072c1d804127ca93cb1a117dba04d64684285e # timeout=10
19:24:07 [2025-08-20T17:24:07.934Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2025-08-20T17:24:07.942Z] > /usr/bin/git branch -D master # timeout=10
19:24:07 [2025-08-20T17:24:07.950Z] > /usr/bin/git checkout -b master 20072c1d804127ca93cb1a117dba04d64684285e # timeout=10
19:24:07 [2025-08-20T17:24:07.976Z] Commit message: "Feature #14940"
19:24:07 [2025-08-20T17:24:07.976Z] > /usr/bin/git rev-list --no-walk 20072c1d804127ca93cb1a117dba04d64684285e # timeout=10
19:24:08 [2025-08-20T17:24:08.004Z] [Pipeline] fileExists
19:24:08 [2025-08-20T17:24:08.012Z] [Pipeline] readMavenPom
19:24:08 [2025-08-20T17:24:08.023Z] [Pipeline] sh
19:24:08 [2025-08-20T17:24:08.279Z] + git rev-parse HEAD
19:24:08 [2025-08-20T17:24:08.282Z] [Pipeline] echo
19:24:08 [2025-08-20T17:24:08.283Z] Silverpeas-Looks: current commit is 20072c1d804127ca93cb1a117dba04d64684285e and last build commit is 20072c1d804127ca93cb1a117dba04d64684285e
19:24:08 [2025-08-20T17:24:08.285Z] [Pipeline] }
19:24:08 [2025-08-20T17:24:08.299Z] [Pipeline] // dir
19:24:08 [2025-08-20T17:24:08.314Z] [Pipeline] echo
19:24:08 [2025-08-20T17:24:08.314Z] Build skipped due to no changes have been done since the last build
19:24:08 [2025-08-20T17:24:08.330Z] [Pipeline] dir
19:24:08 [2025-08-20T17:24:08.331Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup
19:24:08 [2025-08-20T17:24:08.331Z] [Pipeline] {
19:24:08 [2025-08-20T17:24:08.351Z] [Pipeline] git
19:24:08 [2025-08-20T17:24:08.354Z] The recommended git tool is: NONE
19:24:08 [2025-08-20T17:24:08.354Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:08 [2025-08-20T17:24:08.363Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5bcbdfd7; decorates hudson.Launcher$LocalLauncher@20219370 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:08 [2025-08-20T17:24:08.364Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup/.git # timeout=10
19:24:08 [2025-08-20T17:24:08.369Z] Fetching changes from the remote Git repository
19:24:08 [2025-08-20T17:24:08.373Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
19:24:08 [2025-08-20T17:24:08.379Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
19:24:08 [2025-08-20T17:24:08.379Z] > /usr/bin/git --version # timeout=10
19:24:08 [2025-08-20T17:24:08.384Z] > git --version # 'git version 2.43.0'
19:24:08 [2025-08-20T17:24:08.384Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:08 [2025-08-20T17:24:08.390Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:08 [2025-08-20T17:24:08.762Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:08 [2025-08-20T17:24:08.768Z] Checking out Revision 819fef128a1a9e2e93a76755b0c25c4a6325b856 (refs/remotes/origin/master)
19:24:08 [2025-08-20T17:24:08.768Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:08 [2025-08-20T17:24:08.773Z] > /usr/bin/git checkout -f 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:08 [2025-08-20T17:24:08.780Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:08 [2025-08-20T17:24:08.789Z] > /usr/bin/git branch -D master # timeout=10
19:24:08 [2025-08-20T17:24:08.795Z] > /usr/bin/git checkout -b master 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:08 [2025-08-20T17:24:08.808Z] 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-08-20T17:24:08.808Z] > /usr/bin/git rev-list --no-walk 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:08 [2025-08-20T17:24:08.828Z] [Pipeline] fileExists
19:24:08 [2025-08-20T17:24:08.838Z] [Pipeline] sh
19:24:09 [2025-08-20T17:24:09.093Z] + git rev-parse HEAD
19:24:09 [2025-08-20T17:24:09.096Z] [Pipeline] echo
19:24:09 [2025-08-20T17:24:09.097Z] Silverpeas-Setup: current commit is 819fef128a1a9e2e93a76755b0c25c4a6325b856 and last build commit is 819fef128a1a9e2e93a76755b0c25c4a6325b856
19:24:09 [2025-08-20T17:24:09.100Z] [Pipeline] }
19:24:09 [2025-08-20T17:24:09.107Z] [Pipeline] // dir
19:24:09 [2025-08-20T17:24:09.116Z] [Pipeline] echo
19:24:09 [2025-08-20T17:24:09.116Z] Build skipped due to no changes have been done since the last build
19:24:09 [2025-08-20T17:24:09.132Z] [Pipeline] dir
19:24:09 [2025-08-20T17:24:09.132Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution
19:24:09 [2025-08-20T17:24:09.133Z] [Pipeline] {
19:24:09 [2025-08-20T17:24:09.150Z] [Pipeline] git
19:24:09 [2025-08-20T17:24:09.152Z] The recommended git tool is: NONE
19:24:09 [2025-08-20T17:24:09.153Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:09 [2025-08-20T17:24:09.165Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@348efbf3; decorates hudson.Launcher$LocalLauncher@41c8cc4e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:09 [2025-08-20T17:24:09.165Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
19:24:09 [2025-08-20T17:24:09.171Z] Fetching changes from the remote Git repository
19:24:09 [2025-08-20T17:24:09.173Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
19:24:09 [2025-08-20T17:24:09.179Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
19:24:09 [2025-08-20T17:24:09.179Z] > /usr/bin/git --version # timeout=10
19:24:09 [2025-08-20T17:24:09.184Z] > git --version # 'git version 2.43.0'
19:24:09 [2025-08-20T17:24:09.184Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:09 [2025-08-20T17:24:09.189Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:09 [2025-08-20T17:24:09.563Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:09 [2025-08-20T17:24:09.569Z] Checking out Revision 82673899847afe1bc0d0336c78b923b3132e1a46 (refs/remotes/origin/master)
19:24:09 [2025-08-20T17:24:09.569Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:09 [2025-08-20T17:24:09.575Z] > /usr/bin/git checkout -f 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:09 [2025-08-20T17:24:09.585Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:09 [2025-08-20T17:24:09.594Z] > /usr/bin/git branch -D master # timeout=10
19:24:09 [2025-08-20T17:24:09.601Z] > /usr/bin/git checkout -b master 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:09 [2025-08-20T17:24:09.611Z] 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:09 [2025-08-20T17:24:09.612Z] > /usr/bin/git rev-list --no-walk 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:09 [2025-08-20T17:24:09.632Z] [Pipeline] fileExists
19:24:09 [2025-08-20T17:24:09.648Z] [Pipeline] readMavenPom
19:24:09 [2025-08-20T17:24:09.667Z] [Pipeline] sh
19:24:09 [2025-08-20T17:24:09.925Z] + git rev-parse HEAD
19:24:09 [2025-08-20T17:24:09.929Z] [Pipeline] echo
19:24:09 [2025-08-20T17:24:09.929Z] Silverpeas-Distribution: current commit is 82673899847afe1bc0d0336c78b923b3132e1a46 and last build commit is 82673899847afe1bc0d0336c78b923b3132e1a46
19:24:09 [2025-08-20T17:24:09.932Z] [Pipeline] }
19:24:09 [2025-08-20T17:24:09.946Z] [Pipeline] // dir
19:24:09 [2025-08-20T17:24:09.960Z] [Pipeline] echo
19:24:09 [2025-08-20T17:24:09.960Z] Build skipped due to no changes have been done since the last build
19:24:09 [2025-08-20T17:24:09.976Z] [Pipeline] dir
19:24:09 [2025-08-20T17:24:09.976Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly
19:24:09 [2025-08-20T17:24:09.977Z] [Pipeline] {
19:24:09 [2025-08-20T17:24:09.997Z] [Pipeline] git
19:24:10 [2025-08-20T17:24:10.000Z] The recommended git tool is: NONE
19:24:10 [2025-08-20T17:24:10.001Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:10 [2025-08-20T17:24:10.012Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5d71d513; decorates hudson.Launcher$LocalLauncher@1c111867 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:10 [2025-08-20T17:24:10.013Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
19:24:10 [2025-08-20T17:24:10.019Z] Fetching changes from the remote Git repository
19:24:10 [2025-08-20T17:24:10.021Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
19:24:10 [2025-08-20T17:24:10.026Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
19:24:10 [2025-08-20T17:24:10.026Z] > /usr/bin/git --version # timeout=10
19:24:10 [2025-08-20T17:24:10.031Z] > git --version # 'git version 2.43.0'
19:24:10 [2025-08-20T17:24:10.031Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:10 [2025-08-20T17:24:10.036Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:10 [2025-08-20T17:24:10.462Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:10 [2025-08-20T17:24:10.468Z] Checking out Revision 7e6708d85bcdee486504baaedc34c9e9c1a5be71 (refs/remotes/origin/master)
19:24:10 [2025-08-20T17:24:10.468Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:10 [2025-08-20T17:24:10.473Z] > /usr/bin/git checkout -f 7e6708d85bcdee486504baaedc34c9e9c1a5be71 # timeout=10
19:24:10 [2025-08-20T17:24:10.482Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:10 [2025-08-20T17:24:10.494Z] > /usr/bin/git branch -D master # timeout=10
19:24:10 [2025-08-20T17:24:10.502Z] > /usr/bin/git checkout -b master 7e6708d85bcdee486504baaedc34c9e9c1a5be71 # timeout=10
19:24:10 [2025-08-20T17:24:10.512Z] Commit message: "Update parent POM to version 1.7-build250715"
19:24:10 [2025-08-20T17:24:10.512Z] > /usr/bin/git rev-list --no-walk 7e6708d85bcdee486504baaedc34c9e9c1a5be71 # timeout=10
19:24:10 [2025-08-20T17:24:10.532Z] [Pipeline] fileExists
19:24:10 [2025-08-20T17:24:10.541Z] [Pipeline] readMavenPom
19:24:10 [2025-08-20T17:24:10.552Z] [Pipeline] sh
19:24:10 [2025-08-20T17:24:10.809Z] + git rev-parse HEAD
19:24:10 [2025-08-20T17:24:10.813Z] [Pipeline] echo
19:24:10 [2025-08-20T17:24:10.813Z] Silverpeas-Assembly: current commit is 7e6708d85bcdee486504baaedc34c9e9c1a5be71 and last build commit is 7e6708d85bcdee486504baaedc34c9e9c1a5be71
19:24:10 [2025-08-20T17:24:10.815Z] [Pipeline] }
19:24:10 [2025-08-20T17:24:10.834Z] [Pipeline] // dir
19:24:10 [2025-08-20T17:24:10.850Z] [Pipeline] echo
19:24:10 [2025-08-20T17:24:10.850Z] Build skipped due to no changes have been done since the last build
19:24:10 [2025-08-20T17:24:10.851Z] [Pipeline] }
19:24:10 [2025-08-20T17:24:10.866Z] [Pipeline] // script
19:24:10 [2025-08-20T17:24:10.881Z] [Pipeline] }
19:24:10 [2025-08-20T17:24:10.895Z] [Pipeline] // stage
19:24:10 [2025-08-20T17:24:10.912Z] [Pipeline] stage
19:24:10 [2025-08-20T17:24:10.913Z] [Pipeline] { (Build Silverpeas)
19:24:10 [2025-08-20T17:24:10.950Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-20T17:24:10.951Z] [Pipeline] getContext
19:24:10 [2025-08-20T17:24:10.987Z] [Pipeline] stage
19:24:10 [2025-08-20T17:24:10.988Z] [Pipeline] { (Build Silverpeas-Core)
19:24:11 [2025-08-20T17:24:11.003Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-08-20T17:24:11.005Z] [Pipeline] getContext
19:24:11 [2025-08-20T17:24:11.007Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.032Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.048Z] [Pipeline] stage
19:24:11 [2025-08-20T17:24:11.049Z] [Pipeline] { (Build Silverpeas-Components)
19:24:11 [2025-08-20T17:24:11.065Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-08-20T17:24:11.066Z] [Pipeline] getContext
19:24:11 [2025-08-20T17:24:11.068Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.081Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.096Z] [Pipeline] stage
19:24:11 [2025-08-20T17:24:11.097Z] [Pipeline] { (Build Silverpeas-Assembly)
19:24:11 [2025-08-20T17:24:11.109Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-08-20T17:24:11.109Z] [Pipeline] getContext
19:24:11 [2025-08-20T17:24:11.111Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.123Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.136Z] [Pipeline] stage
19:24:11 [2025-08-20T17:24:11.137Z] [Pipeline] { (Build Silverpeas Setup)
19:24:11 [2025-08-20T17:24:11.148Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-08-20T17:24:11.149Z] [Pipeline] getContext
19:24:11 [2025-08-20T17:24:11.150Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.162Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.173Z] [Pipeline] stage
19:24:11 [2025-08-20T17:24:11.174Z] [Pipeline] { (Build Silverpeas Distribution)
19:24:11 [2025-08-20T17:24:11.184Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-08-20T17:24:11.185Z] [Pipeline] getContext
19:24:11 [2025-08-20T17:24:11.186Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.196Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.207Z] [Pipeline] stage
19:24:11 [2025-08-20T17:24:11.208Z] [Pipeline] { (Build Silverpeas-Looks)
19:24:11 [2025-08-20T17:24:11.217Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-08-20T17:24:11.218Z] [Pipeline] getContext
19:24:11 [2025-08-20T17:24:11.220Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.228Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.239Z] [Pipeline] stage
19:24:11 [2025-08-20T17:24:11.240Z] [Pipeline] { (Publish Silverpeas-Core)
19:24:11 [2025-08-20T17:24:11.249Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-08-20T17:24:11.250Z] [Pipeline] getContext
19:24:11 [2025-08-20T17:24:11.252Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.260Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.271Z] [Pipeline] stage
19:24:11 [2025-08-20T17:24:11.272Z] [Pipeline] { (Publish Silverpeas-Components)
19:24:11 [2025-08-20T17:24:11.280Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-08-20T17:24:11.281Z] [Pipeline] getContext
19:24:11 [2025-08-20T17:24:11.283Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.291Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.301Z] [Pipeline] stage
19:24:11 [2025-08-20T17:24:11.302Z] [Pipeline] { (Publish Silverpeas-Assembly)
19:24:11 [2025-08-20T17:24:11.310Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-08-20T17:24:11.311Z] [Pipeline] getContext
19:24:11 [2025-08-20T17:24:11.313Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.321Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.331Z] [Pipeline] stage
19:24:11 [2025-08-20T17:24:11.332Z] [Pipeline] { (Publish Silverpeas-Setup)
19:24:11 [2025-08-20T17:24:11.341Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-08-20T17:24:11.342Z] [Pipeline] getContext
19:24:11 [2025-08-20T17:24:11.344Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.352Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.361Z] [Pipeline] stage
19:24:11 [2025-08-20T17:24:11.362Z] [Pipeline] { (Publish Silverpeas-Distribution)
19:24:11 [2025-08-20T17:24:11.371Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-08-20T17:24:11.372Z] [Pipeline] getContext
19:24:11 [2025-08-20T17:24:11.374Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.382Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.393Z] [Pipeline] stage
19:24:11 [2025-08-20T17:24:11.394Z] [Pipeline] { (Publish Silverpeas-Looks)
19:24:11 [2025-08-20T17:24:11.402Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-08-20T17:24:11.403Z] [Pipeline] getContext
19:24:11 [2025-08-20T17:24:11.405Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.414Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.424Z] [Pipeline] stage
19:24:11 [2025-08-20T17:24:11.425Z] [Pipeline] { (Publish Community Web Site)
19:24:11 [2025-08-20T17:24:11.432Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-08-20T17:24:11.433Z] [Pipeline] getContext
19:24:11 [2025-08-20T17:24:11.435Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.442Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.450Z] [Pipeline] }
19:24:11 [2025-08-20T17:24:11.457Z] [Pipeline] // stage
19:24:11 [2025-08-20T17:24:11.473Z] [Pipeline] stage
19:24:11 [2025-08-20T17:24:11.473Z] [Pipeline] { (Create YAML build report)
19:24:11 [2025-08-20T17:24:11.503Z] [Pipeline] script
19:24:11 [2025-08-20T17:24:11.511Z] [Pipeline] {
19:24:11 [2025-08-20T17:24:11.527Z] [Pipeline] sh
19:24:11 [2025-08-20T17:24:11.786Z] + mkdir -p target
19:24:11 [2025-08-20T17:24:11.788Z] [Pipeline] sh
19:24:12 [2025-08-20T17:24:12.046Z] + mv build.yaml target/
19:24:12 [2025-08-20T17:24:12.047Z] [Pipeline] }
19:24:12 [2025-08-20T17:24:12.064Z] [Pipeline] // script
19:24:12 [2025-08-20T17:24:12.079Z] [Pipeline] }
19:24:12 [2025-08-20T17:24:12.093Z] [Pipeline] // stage
19:24:12 [2025-08-20T17:24:12.112Z] [Pipeline] stage
19:24:12 [2025-08-20T17:24:12.113Z] [Pipeline] { (Declarative: Post Actions)
19:24:12 [2025-08-20T17:24:12.141Z] [Pipeline] step
19:24:12 [2025-08-20T17:24:12.170Z] [Pipeline] script
19:24:12 [2025-08-20T17:24:12.178Z] [Pipeline] {
19:24:12 [2025-08-20T17:24:12.224Z] [Pipeline] }
19:24:12 [2025-08-20T17:24:12.239Z] [Pipeline] // script
19:24:12 [2025-08-20T17:24:12.257Z] [Pipeline] archiveArtifacts
19:24:12 [2025-08-20T17:24:12.259Z] Archiving artifacts
19:24:12 [2025-08-20T17:24:12.273Z] Enregistrement des empreintes numériques
19:24:12 [2025-08-20T17:24:12.289Z] [Pipeline] sh
19:24:12 [2025-08-20T17:24:12.547Z] + rm -rf target
19:24:12 [2025-08-20T17:24:12.554Z] [Pipeline] }
19:24:12 [2025-08-20T17:24:12.569Z] [Pipeline] // stage
19:24:12 [2025-08-20T17:24:12.584Z] [Pipeline] }
19:24:12 [2025-08-20T17:24:12.598Z] [Pipeline] // withEnv
19:24:12 [2025-08-20T17:24:12.612Z] [Pipeline] }
19:24:12 [2025-08-20T17:24:12.613Z] $ docker stop --time=1 c490262478c30b51bec41f732e7c651a9a36f7ea96fb48698245a2684762ac20
19:24:13 [2025-08-20T17:24:13.930Z] $ docker rm -f --volumes c490262478c30b51bec41f732e7c651a9a36f7ea96fb48698245a2684762ac20
19:24:13 [2025-08-20T17:24:13.977Z] [Pipeline] // withDockerContainer
19:24:13 [2025-08-20T17:24:13.985Z] [Pipeline] }
19:24:13 [2025-08-20T17:24:13.994Z] [Pipeline] // withEnv
19:24:14 [2025-08-20T17:24:14.005Z] [Pipeline] }
19:24:14 [2025-08-20T17:24:14.023Z] [Pipeline] // node
19:24:14 [2025-08-20T17:24:14.040Z] [Pipeline] End of Pipeline
19:24:14 [2025-08-20T17:24:14.109Z] Lancement d'un nouveau build de Silverpeas_Mobile_Master_AutoDeploy #586
19:24:14 [2025-08-20T17:24:14.109Z] Finished: SUCCESS