SuccèsSortie de la console
19:24:00 [2025-06-22T17:24:00.616Z] Lancé par une alarme périodique
19:24:00 [2025-06-22T17:24:00.617Z] Running as userbuild
19:24:01 [2025-06-22T17:24:01.045Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:01 [2025-06-22T17:24:01.801Z] [Pipeline] Start of Pipeline
19:24:02 [2025-06-22T17:24:02.299Z] [Pipeline] node
19:24:02 [2025-06-22T17:24:02.304Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy
19:24:02 [2025-06-22T17:24:02.309Z] [Pipeline] {
19:24:02 [2025-06-22T17:24:02.334Z] [Pipeline] stage
19:24:02 [2025-06-22T17:24:02.336Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:02 [2025-06-22T17:24:02.351Z] [Pipeline] checkout
19:24:02 [2025-06-22T17:24:02.353Z] Selected Git installation does not exist. Using Default
19:24:02 [2025-06-22T17:24:02.354Z] The recommended git tool is: NONE
19:24:02 [2025-06-22T17:24:02.354Z] No credentials specified
19:24:02 [2025-06-22T17:24:02.354Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/.git # timeout=10
19:24:02 [2025-06-22T17:24:02.360Z] Fetching changes from the remote Git repository
19:24:02 [2025-06-22T17:24:02.362Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:02 [2025-06-22T17:24:02.370Z] Cleaning workspace
19:24:02 [2025-06-22T17:24:02.370Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:02 [2025-06-22T17:24:02.375Z] Resetting working tree
19:24:02 [2025-06-22T17:24:02.375Z] > /usr/bin/git reset --hard # timeout=10
19:24:02 [2025-06-22T17:24:02.384Z] > /usr/bin/git clean -fdx # timeout=10
19:24:02 [2025-06-22T17:24:02.391Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:02 [2025-06-22T17:24:02.391Z] > /usr/bin/git --version # timeout=10
19:24:02 [2025-06-22T17:24:02.396Z] > git --version # 'git version 2.43.0'
19:24:02 [2025-06-22T17:24:02.396Z] > /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-06-22T17:24:02.761Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:02 [2025-06-22T17:24:02.767Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
19:24:02 [2025-06-22T17:24:02.767Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:02 [2025-06-22T17:24:02.773Z] > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
19:24:02 [2025-06-22T17:24:02.784Z] 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-06-22T17:24:02.784Z] > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
19:24:02 [2025-06-22T17:24:02.805Z] [Pipeline] }
19:24:02 [2025-06-22T17:24:02.814Z] [Pipeline] // stage
19:24:02 [2025-06-22T17:24:02.833Z] [Pipeline] withEnv
19:24:02 [2025-06-22T17:24:02.835Z] [Pipeline] {
19:24:03 [2025-06-22T17:24:03.024Z] [Pipeline] isUnix
19:24:03 [2025-06-22T17:24:03.026Z] [Pipeline] withEnv
19:24:03 [2025-06-22T17:24:03.027Z] [Pipeline] {
19:24:03 [2025-06-22T17:24:03.036Z] [Pipeline] sh
19:24:03 [2025-06-22T17:24:03.294Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:03 [2025-06-22T17:24:03.294Z] .
19:24:03 [2025-06-22T17:24:03.295Z] [Pipeline] }
19:24:03 [2025-06-22T17:24:03.305Z] [Pipeline] // withEnv
19:24:03 [2025-06-22T17:24:03.315Z] [Pipeline] withDockerContainer
19:24:03 [2025-06-22T17:24:03.353Z] Jenkins does not seem to be running inside a container
19:24:03 [2025-06-22T17:24:03.362Z] $ 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-06-22T17:24:03.663Z] $ docker top 8714fddbf0fa3d052be4091b1818a6adeb86e316ef49a978ef741b42cc352f08 -eo pid,comm
19:24:03 [2025-06-22T17:24:03.704Z] [Pipeline] {
19:24:03 [2025-06-22T17:24:03.743Z] [Pipeline] withEnv
19:24:03 [2025-06-22T17:24:03.744Z] [Pipeline] {
19:24:03 [2025-06-22T17:24:03.772Z] [Pipeline] stage
19:24:03 [2025-06-22T17:24:03.773Z] [Pipeline] { (Prepare the job)
19:24:03 [2025-06-22T17:24:03.823Z] [Pipeline] sh
19:24:04 [2025-06-22T17:24:04.082Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/master/pom.xml
19:24:04 [2025-06-22T17:24:04.336Z] [Pipeline] script
19:24:04 [2025-06-22T17:24:04.341Z] [Pipeline] {
19:24:04 [2025-06-22T17:24:04.359Z] [Pipeline] readMavenPom
19:24:04 [2025-06-22T17:24:04.392Z] 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-06-22T17:24:04.395Z] 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-06-22T17:24:04.397Z] 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-06-22T17:24:04.397Z] 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-06-22T17:24:04.397Z] 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-06-22T17:24:04.400Z] [Pipeline] sh
19:24:04 [2025-06-22T17:24:04.660Z] + rm -f pom.xml
19:24:04 [2025-06-22T17:24:04.661Z] [Pipeline] }
19:24:04 [2025-06-22T17:24:04.675Z] [Pipeline] // script
19:24:04 [2025-06-22T17:24:04.693Z] [Pipeline] }
19:24:04 [2025-06-22T17:24:04.707Z] [Pipeline] // stage
19:24:04 [2025-06-22T17:24:04.724Z] [Pipeline] stage
19:24:04 [2025-06-22T17:24:04.725Z] [Pipeline] { (Check POM parent version)
19:24:04 [2025-06-22T17:24:04.813Z] [Pipeline] copyArtifacts
19:24:04 [2025-06-22T17:24:04.822Z] Copied 1 artifact from "Silverpeas_Project_Definition_AutoDeploy" build number 273
19:24:04 [2025-06-22T17:24:04.828Z] [Pipeline] script
19:24:04 [2025-06-22T17:24:04.840Z] [Pipeline] {
19:24:04 [2025-06-22T17:24:04.850Z] [Pipeline] readYaml
19:24:04 [2025-06-22T17:24:04.869Z] [Pipeline] sh
19:24:05 [2025-06-22T17:24:05.128Z] + 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-06-22T17:24:05.129Z] 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-06-22T17:24:05.130Z] 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-06-22T17:24:05.131Z] [Pipeline] sh
19:24:05 [2025-06-22T17:24:05.386Z] + rm -f build.yaml
19:24:05 [2025-06-22T17:24:05.388Z] [Pipeline] }
19:24:05 [2025-06-22T17:24:05.402Z] [Pipeline] // script
19:24:05 [2025-06-22T17:24:05.416Z] [Pipeline] }
19:24:05 [2025-06-22T17:24:05.430Z] [Pipeline] // stage
19:24:05 [2025-06-22T17:24:05.446Z] [Pipeline] stage
19:24:05 [2025-06-22T17:24:05.448Z] [Pipeline] { (Checkout projects and check code changes)
19:24:05 [2025-06-22T17:24:05.479Z] [Pipeline] script
19:24:05 [2025-06-22T17:24:05.487Z] [Pipeline] {
19:24:05 [2025-06-22T17:24:05.510Z] [Pipeline] copyArtifacts
19:24:05 [2025-06-22T17:24:05.519Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 961
19:24:05 [2025-06-22T17:24:05.529Z] [Pipeline] fileExists
19:24:05 [2025-06-22T17:24:05.548Z] [Pipeline] readYaml
19:24:05 [2025-06-22T17:24:05.562Z] 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-06-22T17:24:05.566Z] [Pipeline] dir
19:24:05 [2025-06-22T17:24:05.567Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core
19:24:05 [2025-06-22T17:24:05.568Z] [Pipeline] {
19:24:05 [2025-06-22T17:24:05.589Z] [Pipeline] git
19:24:05 [2025-06-22T17:24:05.592Z] The recommended git tool is: /usr/bin/git
19:24:05 [2025-06-22T17:24:05.593Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:05 [2025-06-22T17:24:05.605Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@13a6242c; decorates hudson.Launcher$LocalLauncher@43fc8a9e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:05 [2025-06-22T17:24:05.606Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
19:24:05 [2025-06-22T17:24:05.612Z] Fetching changes from the remote Git repository
19:24:05 [2025-06-22T17:24:05.614Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
19:24:05 [2025-06-22T17:24:05.621Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
19:24:05 [2025-06-22T17:24:05.622Z] > /usr/bin/git --version # timeout=10
19:24:05 [2025-06-22T17:24:05.626Z] > git --version # 'git version 2.43.0'
19:24:05 [2025-06-22T17:24:05.626Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:05 [2025-06-22T17:24:05.631Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:05 [2025-06-22T17:24:05.992Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:05 [2025-06-22T17:24:05.999Z] Checking out Revision 91e21c6a8f2e660f244830ac48f148448aa57c38 (refs/remotes/origin/master)
19:24:05 [2025-06-22T17:24:05.999Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:06 [2025-06-22T17:24:06.005Z] > /usr/bin/git checkout -f 91e21c6a8f2e660f244830ac48f148448aa57c38 # timeout=10
19:24:06 [2025-06-22T17:24:06.057Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:06 [2025-06-22T17:24:06.070Z] > /usr/bin/git branch -D master # timeout=10
19:24:06 [2025-06-22T17:24:06.076Z] > /usr/bin/git checkout -b master 91e21c6a8f2e660f244830ac48f148448aa57c38 # timeout=10
19:24:06 [2025-06-22T17:24:06.138Z] Commit message: "Bug #14866"
19:24:06 [2025-06-22T17:24:06.138Z] > /usr/bin/git rev-list --no-walk 91e21c6a8f2e660f244830ac48f148448aa57c38 # timeout=10
19:24:06 [2025-06-22T17:24:06.178Z] [Pipeline] fileExists
19:24:06 [2025-06-22T17:24:06.195Z] [Pipeline] readMavenPom
19:24:06 [2025-06-22T17:24:06.224Z] [Pipeline] sh
19:24:06 [2025-06-22T17:24:06.484Z] + git rev-parse HEAD
19:24:06 [2025-06-22T17:24:06.487Z] [Pipeline] echo
19:24:06 [2025-06-22T17:24:06.487Z] Silverpeas-Core: current commit is 91e21c6a8f2e660f244830ac48f148448aa57c38 and last build commit is 91e21c6a8f2e660f244830ac48f148448aa57c38
19:24:06 [2025-06-22T17:24:06.489Z] [Pipeline] }
19:24:06 [2025-06-22T17:24:06.504Z] [Pipeline] // dir
19:24:06 [2025-06-22T17:24:06.520Z] [Pipeline] echo
19:24:06 [2025-06-22T17:24:06.520Z] Build skipped due to no changes have been done since the last build
19:24:06 [2025-06-22T17:24:06.536Z] [Pipeline] dir
19:24:06 [2025-06-22T17:24:06.537Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components
19:24:06 [2025-06-22T17:24:06.537Z] [Pipeline] {
19:24:06 [2025-06-22T17:24:06.557Z] [Pipeline] git
19:24:06 [2025-06-22T17:24:06.559Z] The recommended git tool is: /usr/bin/git
19:24:06 [2025-06-22T17:24:06.560Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:06 [2025-06-22T17:24:06.577Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@a901e7b; decorates hudson.Launcher$LocalLauncher@52334e19 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:06 [2025-06-22T17:24:06.577Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components/.git # timeout=10
19:24:06 [2025-06-22T17:24:06.585Z] Fetching changes from the remote Git repository
19:24:06 [2025-06-22T17:24:06.591Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
19:24:06 [2025-06-22T17:24:06.598Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
19:24:06 [2025-06-22T17:24:06.598Z] > /usr/bin/git --version # timeout=10
19:24:06 [2025-06-22T17:24:06.603Z] > git --version # 'git version 2.43.0'
19:24:06 [2025-06-22T17:24:06.603Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:06 [2025-06-22T17:24:06.608Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:06 [2025-06-22T17:24:06.981Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:06 [2025-06-22T17:24:06.987Z] Checking out Revision a66e6fc7c61cd63beb6ac9bc0e484e6343eeac6e (refs/remotes/origin/master)
19:24:06 [2025-06-22T17:24:06.987Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:06 [2025-06-22T17:24:06.992Z] > /usr/bin/git checkout -f a66e6fc7c61cd63beb6ac9bc0e484e6343eeac6e # timeout=10
19:24:07 [2025-06-22T17:24:07.026Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2025-06-22T17:24:07.036Z] > /usr/bin/git branch -D master # timeout=10
19:24:07 [2025-06-22T17:24:07.045Z] > /usr/bin/git checkout -b master a66e6fc7c61cd63beb6ac9bc0e484e6343eeac6e # timeout=10
19:24:07 [2025-06-22T17:24:07.106Z] Commit message: "Take into account the feedback of Sonar analysis of the previous commit"
19:24:07 [2025-06-22T17:24:07.107Z] > /usr/bin/git rev-list --no-walk a66e6fc7c61cd63beb6ac9bc0e484e6343eeac6e # timeout=10
19:24:07 [2025-06-22T17:24:07.134Z] [Pipeline] fileExists
19:24:07 [2025-06-22T17:24:07.151Z] [Pipeline] readMavenPom
19:24:07 [2025-06-22T17:24:07.172Z] [Pipeline] sh
19:24:07 [2025-06-22T17:24:07.432Z] + git rev-parse HEAD
19:24:07 [2025-06-22T17:24:07.436Z] [Pipeline] echo
19:24:07 [2025-06-22T17:24:07.437Z] Silverpeas-Components: current commit is a66e6fc7c61cd63beb6ac9bc0e484e6343eeac6e and last build commit is a66e6fc7c61cd63beb6ac9bc0e484e6343eeac6e
19:24:07 [2025-06-22T17:24:07.439Z] [Pipeline] }
19:24:07 [2025-06-22T17:24:07.454Z] [Pipeline] // dir
19:24:07 [2025-06-22T17:24:07.469Z] [Pipeline] echo
19:24:07 [2025-06-22T17:24:07.469Z] Build skipped due to no changes have been done since the last build
19:24:07 [2025-06-22T17:24:07.485Z] [Pipeline] dir
19:24:07 [2025-06-22T17:24:07.486Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks
19:24:07 [2025-06-22T17:24:07.487Z] [Pipeline] {
19:24:07 [2025-06-22T17:24:07.506Z] [Pipeline] git
19:24:07 [2025-06-22T17:24:07.509Z] Selected Git installation does not exist. Using Default
19:24:07 [2025-06-22T17:24:07.509Z] The recommended git tool is: NONE
19:24:07 [2025-06-22T17:24:07.510Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:07 [2025-06-22T17:24:07.520Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1ae28a6e; decorates hudson.Launcher$LocalLauncher@5b60bb59 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:07 [2025-06-22T17:24:07.521Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks/.git # timeout=10
19:24:07 [2025-06-22T17:24:07.527Z] Fetching changes from the remote Git repository
19:24:07 [2025-06-22T17:24:07.531Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
19:24:07 [2025-06-22T17:24:07.537Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
19:24:07 [2025-06-22T17:24:07.537Z] > /usr/bin/git --version # timeout=10
19:24:07 [2025-06-22T17:24:07.542Z] > git --version # 'git version 2.43.0'
19:24:07 [2025-06-22T17:24:07.542Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:07 [2025-06-22T17:24:07.547Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:07 [2025-06-22T17:24:07.893Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:07 [2025-06-22T17:24:07.899Z] Checking out Revision 47512323586ba328661a1c9efb435d8bf1a2f8ca (refs/remotes/origin/master)
19:24:07 [2025-06-22T17:24:07.899Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:07 [2025-06-22T17:24:07.903Z] > /usr/bin/git checkout -f 47512323586ba328661a1c9efb435d8bf1a2f8ca # timeout=10
19:24:07 [2025-06-22T17:24:07.915Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2025-06-22T17:24:07.924Z] > /usr/bin/git branch -D master # timeout=10
19:24:07 [2025-06-22T17:24:07.931Z] > /usr/bin/git checkout -b master 47512323586ba328661a1c9efb435d8bf1a2f8ca # timeout=10
19:24:07 [2025-06-22T17:24:07.948Z] Commit message: "bug #14870 : Use permalink instead of internalLink property on app instance"
19:24:07 [2025-06-22T17:24:07.948Z] > /usr/bin/git rev-list --no-walk 47512323586ba328661a1c9efb435d8bf1a2f8ca # timeout=10
19:24:07 [2025-06-22T17:24:07.969Z] [Pipeline] fileExists
19:24:07 [2025-06-22T17:24:07.977Z] [Pipeline] readMavenPom
19:24:07 [2025-06-22T17:24:07.988Z] [Pipeline] sh
19:24:08 [2025-06-22T17:24:08.245Z] + git rev-parse HEAD
19:24:08 [2025-06-22T17:24:08.249Z] [Pipeline] echo
19:24:08 [2025-06-22T17:24:08.249Z] Silverpeas-Looks: current commit is 47512323586ba328661a1c9efb435d8bf1a2f8ca and last build commit is 47512323586ba328661a1c9efb435d8bf1a2f8ca
19:24:08 [2025-06-22T17:24:08.252Z] [Pipeline] }
19:24:08 [2025-06-22T17:24:08.266Z] [Pipeline] // dir
19:24:08 [2025-06-22T17:24:08.282Z] [Pipeline] echo
19:24:08 [2025-06-22T17:24:08.282Z] Build skipped due to no changes have been done since the last build
19:24:08 [2025-06-22T17:24:08.298Z] [Pipeline] dir
19:24:08 [2025-06-22T17:24:08.299Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup
19:24:08 [2025-06-22T17:24:08.299Z] [Pipeline] {
19:24:08 [2025-06-22T17:24:08.319Z] [Pipeline] git
19:24:08 [2025-06-22T17:24:08.321Z] The recommended git tool is: NONE
19:24:08 [2025-06-22T17:24:08.322Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:08 [2025-06-22T17:24:08.331Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@422d6c37; decorates hudson.Launcher$LocalLauncher@2cce5adc will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:08 [2025-06-22T17:24:08.332Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup/.git # timeout=10
19:24:08 [2025-06-22T17:24:08.338Z] Fetching changes from the remote Git repository
19:24:08 [2025-06-22T17:24:08.342Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
19:24:08 [2025-06-22T17:24:08.349Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
19:24:08 [2025-06-22T17:24:08.349Z] > /usr/bin/git --version # timeout=10
19:24:08 [2025-06-22T17:24:08.354Z] > git --version # 'git version 2.43.0'
19:24:08 [2025-06-22T17:24:08.355Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:08 [2025-06-22T17:24:08.361Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:08 [2025-06-22T17:24:08.728Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:08 [2025-06-22T17:24:08.735Z] Checking out Revision 819fef128a1a9e2e93a76755b0c25c4a6325b856 (refs/remotes/origin/master)
19:24:08 [2025-06-22T17:24:08.735Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:08 [2025-06-22T17:24:08.743Z] > /usr/bin/git checkout -f 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:08 [2025-06-22T17:24:08.752Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:08 [2025-06-22T17:24:08.761Z] > /usr/bin/git branch -D master # timeout=10
19:24:08 [2025-06-22T17:24:08.768Z] > /usr/bin/git checkout -b master 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:08 [2025-06-22T17:24:08.779Z] 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-06-22T17:24:08.779Z] > /usr/bin/git rev-list --no-walk 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:08 [2025-06-22T17:24:08.799Z] [Pipeline] fileExists
19:24:08 [2025-06-22T17:24:08.807Z] [Pipeline] sh
19:24:09 [2025-06-22T17:24:09.063Z] + git rev-parse HEAD
19:24:09 [2025-06-22T17:24:09.066Z] [Pipeline] echo
19:24:09 [2025-06-22T17:24:09.066Z] Silverpeas-Setup: current commit is 819fef128a1a9e2e93a76755b0c25c4a6325b856 and last build commit is 819fef128a1a9e2e93a76755b0c25c4a6325b856
19:24:09 [2025-06-22T17:24:09.068Z] [Pipeline] }
19:24:09 [2025-06-22T17:24:09.083Z] [Pipeline] // dir
19:24:09 [2025-06-22T17:24:09.098Z] [Pipeline] echo
19:24:09 [2025-06-22T17:24:09.098Z] Build skipped due to no changes have been done since the last build
19:24:09 [2025-06-22T17:24:09.114Z] [Pipeline] dir
19:24:09 [2025-06-22T17:24:09.114Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution
19:24:09 [2025-06-22T17:24:09.115Z] [Pipeline] {
19:24:09 [2025-06-22T17:24:09.135Z] [Pipeline] git
19:24:09 [2025-06-22T17:24:09.137Z] The recommended git tool is: NONE
19:24:09 [2025-06-22T17:24:09.138Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:09 [2025-06-22T17:24:09.148Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1e910c67; decorates hudson.Launcher$LocalLauncher@4a66c30 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:09 [2025-06-22T17:24:09.149Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
19:24:09 [2025-06-22T17:24:09.155Z] Fetching changes from the remote Git repository
19:24:09 [2025-06-22T17:24:09.158Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
19:24:09 [2025-06-22T17:24:09.164Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
19:24:09 [2025-06-22T17:24:09.164Z] > /usr/bin/git --version # timeout=10
19:24:09 [2025-06-22T17:24:09.169Z] > git --version # 'git version 2.43.0'
19:24:09 [2025-06-22T17:24:09.169Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:09 [2025-06-22T17:24:09.174Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:09 [2025-06-22T17:24:09.544Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:09 [2025-06-22T17:24:09.551Z] Checking out Revision 82673899847afe1bc0d0336c78b923b3132e1a46 (refs/remotes/origin/master)
19:24:09 [2025-06-22T17:24:09.551Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:09 [2025-06-22T17:24:09.557Z] > /usr/bin/git checkout -f 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:09 [2025-06-22T17:24:09.568Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:09 [2025-06-22T17:24:09.576Z] > /usr/bin/git branch -D master # timeout=10
19:24:09 [2025-06-22T17:24:09.585Z] > /usr/bin/git checkout -b master 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:09 [2025-06-22T17:24:09.597Z] 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-06-22T17:24:09.597Z] > /usr/bin/git rev-list --no-walk 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:09 [2025-06-22T17:24:09.619Z] [Pipeline] fileExists
19:24:09 [2025-06-22T17:24:09.634Z] [Pipeline] readMavenPom
19:24:09 [2025-06-22T17:24:09.654Z] [Pipeline] sh
19:24:09 [2025-06-22T17:24:09.916Z] + git rev-parse HEAD
19:24:09 [2025-06-22T17:24:09.919Z] [Pipeline] echo
19:24:09 [2025-06-22T17:24:09.920Z] Silverpeas-Distribution: current commit is 82673899847afe1bc0d0336c78b923b3132e1a46 and last build commit is 82673899847afe1bc0d0336c78b923b3132e1a46
19:24:09 [2025-06-22T17:24:09.922Z] [Pipeline] }
19:24:09 [2025-06-22T17:24:09.949Z] [Pipeline] // dir
19:24:09 [2025-06-22T17:24:09.968Z] [Pipeline] echo
19:24:09 [2025-06-22T17:24:09.969Z] Build skipped due to no changes have been done since the last build
19:24:09 [2025-06-22T17:24:09.986Z] [Pipeline] dir
19:24:09 [2025-06-22T17:24:09.987Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly
19:24:09 [2025-06-22T17:24:09.987Z] [Pipeline] {
19:24:10 [2025-06-22T17:24:10.008Z] [Pipeline] git
19:24:10 [2025-06-22T17:24:10.010Z] The recommended git tool is: NONE
19:24:10 [2025-06-22T17:24:10.011Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:10 [2025-06-22T17:24:10.020Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4e05dd7a; decorates hudson.Launcher$LocalLauncher@205635d0 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:10 [2025-06-22T17:24:10.021Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
19:24:10 [2025-06-22T17:24:10.027Z] Fetching changes from the remote Git repository
19:24:10 [2025-06-22T17:24:10.029Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
19:24:10 [2025-06-22T17:24:10.035Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
19:24:10 [2025-06-22T17:24:10.035Z] > /usr/bin/git --version # timeout=10
19:24:10 [2025-06-22T17:24:10.040Z] > git --version # 'git version 2.43.0'
19:24:10 [2025-06-22T17:24:10.040Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:10 [2025-06-22T17:24:10.045Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:10 [2025-06-22T17:24:10.425Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:10 [2025-06-22T17:24:10.431Z] Checking out Revision d72196062965bd6f53e98b8d2598fa382cda2020 (refs/remotes/origin/master)
19:24:10 [2025-06-22T17:24:10.431Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:10 [2025-06-22T17:24:10.436Z] > /usr/bin/git checkout -f d72196062965bd6f53e98b8d2598fa382cda2020 # timeout=10
19:24:10 [2025-06-22T17:24:10.445Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:10 [2025-06-22T17:24:10.455Z] > /usr/bin/git branch -D master # timeout=10
19:24:10 [2025-06-22T17:24:10.461Z] > /usr/bin/git checkout -b master d72196062965bd6f53e98b8d2598fa382cda2020 # timeout=10
19:24:10 [2025-06-22T17:24:10.470Z] Commit message: "Update parent POM to 1.7-build250303"
19:24:10 [2025-06-22T17:24:10.471Z] > /usr/bin/git rev-list --no-walk d72196062965bd6f53e98b8d2598fa382cda2020 # timeout=10
19:24:10 [2025-06-22T17:24:10.490Z] [Pipeline] fileExists
19:24:10 [2025-06-22T17:24:10.498Z] [Pipeline] readMavenPom
19:24:10 [2025-06-22T17:24:10.510Z] [Pipeline] sh
19:24:10 [2025-06-22T17:24:10.769Z] + git rev-parse HEAD
19:24:10 [2025-06-22T17:24:10.772Z] [Pipeline] echo
19:24:10 [2025-06-22T17:24:10.773Z] Silverpeas-Assembly: current commit is d72196062965bd6f53e98b8d2598fa382cda2020 and last build commit is d72196062965bd6f53e98b8d2598fa382cda2020
19:24:10 [2025-06-22T17:24:10.776Z] [Pipeline] }
19:24:10 [2025-06-22T17:24:10.792Z] [Pipeline] // dir
19:24:10 [2025-06-22T17:24:10.808Z] [Pipeline] echo
19:24:10 [2025-06-22T17:24:10.809Z] Build skipped due to no changes have been done since the last build
19:24:10 [2025-06-22T17:24:10.809Z] [Pipeline] }
19:24:10 [2025-06-22T17:24:10.825Z] [Pipeline] // script
19:24:10 [2025-06-22T17:24:10.841Z] [Pipeline] }
19:24:10 [2025-06-22T17:24:10.855Z] [Pipeline] // stage
19:24:10 [2025-06-22T17:24:10.874Z] [Pipeline] stage
19:24:10 [2025-06-22T17:24:10.875Z] [Pipeline] { (Build Silverpeas)
19:24:10 [2025-06-22T17:24:10.912Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-06-22T17:24:10.914Z] [Pipeline] getContext
19:24:10 [2025-06-22T17:24:10.942Z] [Pipeline] stage
19:24:10 [2025-06-22T17:24:10.943Z] [Pipeline] { (Build Silverpeas-Core)
19:24:10 [2025-06-22T17:24:10.959Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-06-22T17:24:10.960Z] [Pipeline] getContext
19:24:10 [2025-06-22T17:24:10.961Z] [Pipeline] }
19:24:10 [2025-06-22T17:24:10.977Z] [Pipeline] // stage
19:24:10 [2025-06-22T17:24:10.993Z] [Pipeline] stage
19:24:10 [2025-06-22T17:24:10.994Z] [Pipeline] { (Build Silverpeas-Components)
19:24:11 [2025-06-22T17:24:11.008Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-06-22T17:24:11.009Z] [Pipeline] getContext
19:24:11 [2025-06-22T17:24:11.011Z] [Pipeline] }
19:24:11 [2025-06-22T17:24:11.025Z] [Pipeline] // stage
19:24:11 [2025-06-22T17:24:11.039Z] [Pipeline] stage
19:24:11 [2025-06-22T17:24:11.041Z] [Pipeline] { (Build Silverpeas-Assembly)
19:24:11 [2025-06-22T17:24:11.054Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-06-22T17:24:11.055Z] [Pipeline] getContext
19:24:11 [2025-06-22T17:24:11.057Z] [Pipeline] }
19:24:11 [2025-06-22T17:24:11.069Z] [Pipeline] // stage
19:24:11 [2025-06-22T17:24:11.082Z] [Pipeline] stage
19:24:11 [2025-06-22T17:24:11.083Z] [Pipeline] { (Build Silverpeas Setup)
19:24:11 [2025-06-22T17:24:11.092Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-06-22T17:24:11.093Z] [Pipeline] getContext
19:24:11 [2025-06-22T17:24:11.095Z] [Pipeline] }
19:24:11 [2025-06-22T17:24:11.104Z] [Pipeline] // stage
19:24:11 [2025-06-22T17:24:11.114Z] [Pipeline] stage
19:24:11 [2025-06-22T17:24:11.115Z] [Pipeline] { (Build Silverpeas Distribution)
19:24:11 [2025-06-22T17:24:11.125Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-06-22T17:24:11.126Z] [Pipeline] getContext
19:24:11 [2025-06-22T17:24:11.128Z] [Pipeline] }
19:24:11 [2025-06-22T17:24:11.137Z] [Pipeline] // stage
19:24:11 [2025-06-22T17:24:11.149Z] [Pipeline] stage
19:24:11 [2025-06-22T17:24:11.150Z] [Pipeline] { (Build Silverpeas-Looks)
19:24:11 [2025-06-22T17:24:11.159Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-06-22T17:24:11.160Z] [Pipeline] getContext
19:24:11 [2025-06-22T17:24:11.162Z] [Pipeline] }
19:24:11 [2025-06-22T17:24:11.171Z] [Pipeline] // stage
19:24:11 [2025-06-22T17:24:11.182Z] [Pipeline] stage
19:24:11 [2025-06-22T17:24:11.183Z] [Pipeline] { (Publish Silverpeas-Core)
19:24:11 [2025-06-22T17:24:11.193Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-06-22T17:24:11.194Z] [Pipeline] getContext
19:24:11 [2025-06-22T17:24:11.195Z] [Pipeline] }
19:24:11 [2025-06-22T17:24:11.204Z] [Pipeline] // stage
19:24:11 [2025-06-22T17:24:11.214Z] [Pipeline] stage
19:24:11 [2025-06-22T17:24:11.215Z] [Pipeline] { (Publish Silverpeas-Components)
19:24:11 [2025-06-22T17:24:11.224Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-06-22T17:24:11.225Z] [Pipeline] getContext
19:24:11 [2025-06-22T17:24:11.226Z] [Pipeline] }
19:24:11 [2025-06-22T17:24:11.234Z] [Pipeline] // stage
19:24:11 [2025-06-22T17:24:11.244Z] [Pipeline] stage
19:24:11 [2025-06-22T17:24:11.245Z] [Pipeline] { (Publish Silverpeas-Assembly)
19:24:11 [2025-06-22T17:24:11.253Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-06-22T17:24:11.254Z] [Pipeline] getContext
19:24:11 [2025-06-22T17:24:11.257Z] [Pipeline] }
19:24:11 [2025-06-22T17:24:11.265Z] [Pipeline] // stage
19:24:11 [2025-06-22T17:24:11.275Z] [Pipeline] stage
19:24:11 [2025-06-22T17:24:11.276Z] [Pipeline] { (Publish Silverpeas-Setup)
19:24:11 [2025-06-22T17:24:11.285Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-06-22T17:24:11.286Z] [Pipeline] getContext
19:24:11 [2025-06-22T17:24:11.288Z] [Pipeline] }
19:24:11 [2025-06-22T17:24:11.296Z] [Pipeline] // stage
19:24:11 [2025-06-22T17:24:11.307Z] [Pipeline] stage
19:24:11 [2025-06-22T17:24:11.307Z] [Pipeline] { (Publish Silverpeas-Distribution)
19:24:11 [2025-06-22T17:24:11.315Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-06-22T17:24:11.316Z] [Pipeline] getContext
19:24:11 [2025-06-22T17:24:11.317Z] [Pipeline] }
19:24:11 [2025-06-22T17:24:11.324Z] [Pipeline] // stage
19:24:11 [2025-06-22T17:24:11.333Z] [Pipeline] stage
19:24:11 [2025-06-22T17:24:11.334Z] [Pipeline] { (Publish Silverpeas-Looks)
19:24:11 [2025-06-22T17:24:11.342Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-06-22T17:24:11.343Z] [Pipeline] getContext
19:24:11 [2025-06-22T17:24:11.344Z] [Pipeline] }
19:24:11 [2025-06-22T17:24:11.352Z] [Pipeline] // stage
19:24:11 [2025-06-22T17:24:11.361Z] [Pipeline] stage
19:24:11 [2025-06-22T17:24:11.362Z] [Pipeline] { (Publish Community Web Site)
19:24:11 [2025-06-22T17:24:11.369Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-06-22T17:24:11.370Z] [Pipeline] getContext
19:24:11 [2025-06-22T17:24:11.372Z] [Pipeline] }
19:24:11 [2025-06-22T17:24:11.379Z] [Pipeline] // stage
19:24:11 [2025-06-22T17:24:11.386Z] [Pipeline] }
19:24:11 [2025-06-22T17:24:11.394Z] [Pipeline] // stage
19:24:11 [2025-06-22T17:24:11.410Z] [Pipeline] stage
19:24:11 [2025-06-22T17:24:11.411Z] [Pipeline] { (Create YAML build report)
19:24:11 [2025-06-22T17:24:11.441Z] [Pipeline] script
19:24:11 [2025-06-22T17:24:11.447Z] [Pipeline] {
19:24:11 [2025-06-22T17:24:11.465Z] [Pipeline] sh
19:24:11 [2025-06-22T17:24:11.723Z] + mkdir -p target
19:24:11 [2025-06-22T17:24:11.725Z] [Pipeline] sh
19:24:11 [2025-06-22T17:24:11.983Z] + mv build.yaml target/
19:24:11 [2025-06-22T17:24:11.985Z] [Pipeline] }
19:24:12 [2025-06-22T17:24:12.000Z] [Pipeline] // script
19:24:12 [2025-06-22T17:24:12.018Z] [Pipeline] }
19:24:12 [2025-06-22T17:24:12.033Z] [Pipeline] // stage
19:24:12 [2025-06-22T17:24:12.056Z] [Pipeline] stage
19:24:12 [2025-06-22T17:24:12.057Z] [Pipeline] { (Declarative: Post Actions)
19:24:12 [2025-06-22T17:24:12.086Z] [Pipeline] step
19:24:12 [2025-06-22T17:24:12.115Z] [Pipeline] script
19:24:12 [2025-06-22T17:24:12.124Z] [Pipeline] {
19:24:12 [2025-06-22T17:24:12.156Z] [Pipeline] }
19:24:12 [2025-06-22T17:24:12.169Z] [Pipeline] // script
19:24:12 [2025-06-22T17:24:12.190Z] [Pipeline] archiveArtifacts
19:24:12 [2025-06-22T17:24:12.193Z] Archiving artifacts
19:24:12 [2025-06-22T17:24:12.208Z] Enregistrement des empreintes numériques
19:24:12 [2025-06-22T17:24:12.221Z] [Pipeline] sh
19:24:12 [2025-06-22T17:24:12.481Z] + rm -rf target
19:24:12 [2025-06-22T17:24:12.488Z] [Pipeline] }
19:24:12 [2025-06-22T17:24:12.503Z] [Pipeline] // stage
19:24:12 [2025-06-22T17:24:12.518Z] [Pipeline] }
19:24:12 [2025-06-22T17:24:12.534Z] [Pipeline] // withEnv
19:24:12 [2025-06-22T17:24:12.549Z] [Pipeline] }
19:24:12 [2025-06-22T17:24:12.550Z] $ docker stop --time=1 8714fddbf0fa3d052be4091b1818a6adeb86e316ef49a978ef741b42cc352f08
19:24:13 [2025-06-22T17:24:13.809Z] $ docker rm -f --volumes 8714fddbf0fa3d052be4091b1818a6adeb86e316ef49a978ef741b42cc352f08
19:24:13 [2025-06-22T17:24:13.850Z] [Pipeline] // withDockerContainer
19:24:13 [2025-06-22T17:24:13.863Z] [Pipeline] }
19:24:13 [2025-06-22T17:24:13.878Z] [Pipeline] // withEnv
19:24:13 [2025-06-22T17:24:13.892Z] [Pipeline] }
19:24:13 [2025-06-22T17:24:13.923Z] [Pipeline] // node
19:24:13 [2025-06-22T17:24:13.938Z] [Pipeline] End of Pipeline
19:24:14 [2025-06-22T17:24:14.029Z] Lancement d'un nouveau build de Silverpeas_Mobile_Master_AutoDeploy #574
19:24:14 [2025-06-22T17:24:14.029Z] Finished: SUCCESS