Skip to content
Succès

Sortie de la console

19:24:00 [2025-07-23T17:24:00.452Z] Lancé par une alarme périodique
19:24:00 [2025-07-23T17:24:00.452Z] Running as userbuild
19:24:00 [2025-07-23T17:24:00.856Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:01 [2025-07-23T17:24:01.483Z] [Pipeline] Start of Pipeline
19:24:01 [2025-07-23T17:24:01.971Z] [Pipeline] node
19:24:01 [2025-07-23T17:24:01.976Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy
19:24:01 [2025-07-23T17:24:01.978Z] [Pipeline] {
19:24:02 [2025-07-23T17:24:02.001Z] [Pipeline] stage
19:24:02 [2025-07-23T17:24:02.002Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:02 [2025-07-23T17:24:02.016Z] [Pipeline] checkout
19:24:02 [2025-07-23T17:24:02.019Z] Selected Git installation does not exist. Using Default
19:24:02 [2025-07-23T17:24:02.019Z] The recommended git tool is: NONE
19:24:02 [2025-07-23T17:24:02.019Z] No credentials specified
19:24:02 [2025-07-23T17:24:02.019Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/.git # timeout=10
19:24:02 [2025-07-23T17:24:02.025Z] Fetching changes from the remote Git repository
19:24:02 [2025-07-23T17:24:02.029Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:02 [2025-07-23T17:24:02.037Z] Cleaning workspace
19:24:02 [2025-07-23T17:24:02.037Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:02 [2025-07-23T17:24:02.041Z] Resetting working tree
19:24:02 [2025-07-23T17:24:02.042Z]  > /usr/bin/git reset --hard # timeout=10
19:24:02 [2025-07-23T17:24:02.049Z]  > /usr/bin/git clean -fdx # timeout=10
19:24:02 [2025-07-23T17:24:02.057Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:02 [2025-07-23T17:24:02.057Z]  > /usr/bin/git --version # timeout=10
19:24:02 [2025-07-23T17:24:02.061Z]  > git --version # 'git version 2.43.0'
19:24:02 [2025-07-23T17:24:02.061Z]  > /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-07-23T17:24:02.431Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:02 [2025-07-23T17:24:02.437Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
19:24:02 [2025-07-23T17:24:02.437Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:02 [2025-07-23T17:24:02.442Z]  > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
19:24:02 [2025-07-23T17:24:02.456Z] 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-07-23T17:24:02.456Z]  > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
19:24:02 [2025-07-23T17:24:02.477Z] [Pipeline] }
19:24:02 [2025-07-23T17:24:02.483Z] [Pipeline] // stage
19:24:02 [2025-07-23T17:24:02.516Z] [Pipeline] withEnv
19:24:02 [2025-07-23T17:24:02.517Z] [Pipeline] {
19:24:02 [2025-07-23T17:24:02.740Z] [Pipeline] isUnix
19:24:02 [2025-07-23T17:24:02.742Z] [Pipeline] withEnv
19:24:02 [2025-07-23T17:24:02.742Z] [Pipeline] {
19:24:02 [2025-07-23T17:24:02.759Z] [Pipeline] sh
19:24:03 [2025-07-23T17:24:03.017Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:03 [2025-07-23T17:24:03.017Z] .
19:24:03 [2025-07-23T17:24:03.018Z] [Pipeline] }
19:24:03 [2025-07-23T17:24:03.031Z] [Pipeline] // withEnv
19:24:03 [2025-07-23T17:24:03.047Z] [Pipeline] withDockerContainer
19:24:03 [2025-07-23T17:24:03.081Z] Jenkins does not seem to be running inside a container
19:24:03 [2025-07-23T17:24:03.088Z] $ 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-07-23T17:24:03.409Z] $ docker top 0053deb6eac2034f0df6572e6ff1c0fc7342a828cc8d95452c6e5c9549b33023 -eo pid,comm
19:24:03 [2025-07-23T17:24:03.449Z] [Pipeline] {
19:24:03 [2025-07-23T17:24:03.493Z] [Pipeline] withEnv
19:24:03 [2025-07-23T17:24:03.494Z] [Pipeline] {
19:24:03 [2025-07-23T17:24:03.520Z] [Pipeline] stage
19:24:03 [2025-07-23T17:24:03.521Z] [Pipeline] { (Prepare the job)
19:24:03 [2025-07-23T17:24:03.563Z] [Pipeline] sh
19:24:03 [2025-07-23T17:24:03.821Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/master/pom.xml
19:24:04 [2025-07-23T17:24:04.075Z] [Pipeline] script
19:24:04 [2025-07-23T17:24:04.083Z] [Pipeline] {
19:24:04 [2025-07-23T17:24:04.100Z] [Pipeline] readMavenPom
19:24:04 [2025-07-23T17:24:04.126Z] 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-07-23T17:24:04.129Z] 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-07-23T17:24:04.130Z] 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-07-23T17:24:04.131Z] 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-07-23T17:24:04.131Z] 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-07-23T17:24:04.133Z] [Pipeline] sh
19:24:04 [2025-07-23T17:24:04.392Z] + rm -f pom.xml
19:24:04 [2025-07-23T17:24:04.394Z] [Pipeline] }
19:24:04 [2025-07-23T17:24:04.407Z] [Pipeline] // script
19:24:04 [2025-07-23T17:24:04.424Z] [Pipeline] }
19:24:04 [2025-07-23T17:24:04.437Z] [Pipeline] // stage
19:24:04 [2025-07-23T17:24:04.454Z] [Pipeline] stage
19:24:04 [2025-07-23T17:24:04.455Z] [Pipeline] { (Check POM parent version)
19:24:04 [2025-07-23T17:24:04.545Z] [Pipeline] copyArtifacts
19:24:04 [2025-07-23T17:24:04.551Z] Copied 1 artifact from "Silverpeas_Project_Definition_AutoDeploy" build number 275
19:24:04 [2025-07-23T17:24:04.562Z] [Pipeline] script
19:24:04 [2025-07-23T17:24:04.571Z] [Pipeline] {
19:24:04 [2025-07-23T17:24:04.585Z] [Pipeline] readYaml
19:24:04 [2025-07-23T17:24:04.603Z] [Pipeline] sh
19:24:04 [2025-07-23T17:24:04.863Z] + 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-07-23T17:24:05.116Z] 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-07-23T17:24:05.116Z] 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-07-23T17:24:05.118Z] [Pipeline] sh
19:24:05 [2025-07-23T17:24:05.377Z] + rm -f build.yaml
19:24:05 [2025-07-23T17:24:05.379Z] [Pipeline] }
19:24:05 [2025-07-23T17:24:05.393Z] [Pipeline] // script
19:24:05 [2025-07-23T17:24:05.407Z] [Pipeline] }
19:24:05 [2025-07-23T17:24:05.420Z] [Pipeline] // stage
19:24:05 [2025-07-23T17:24:05.436Z] [Pipeline] stage
19:24:05 [2025-07-23T17:24:05.437Z] [Pipeline] { (Checkout projects and check code changes)
19:24:05 [2025-07-23T17:24:05.470Z] [Pipeline] script
19:24:05 [2025-07-23T17:24:05.477Z] [Pipeline] {
19:24:05 [2025-07-23T17:24:05.499Z] [Pipeline] copyArtifacts
19:24:05 [2025-07-23T17:24:05.504Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 975
19:24:05 [2025-07-23T17:24:05.517Z] [Pipeline] fileExists
19:24:05 [2025-07-23T17:24:05.535Z] [Pipeline] readYaml
19:24:05 [2025-07-23T17:24:05.549Z] 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-07-23T17:24:05.553Z] [Pipeline] dir
19:24:05 [2025-07-23T17:24:05.554Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core
19:24:05 [2025-07-23T17:24:05.555Z] [Pipeline] {
19:24:05 [2025-07-23T17:24:05.574Z] [Pipeline] git
19:24:05 [2025-07-23T17:24:05.576Z] The recommended git tool is: /usr/bin/git
19:24:05 [2025-07-23T17:24:05.576Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:05 [2025-07-23T17:24:05.586Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@386b7b80; decorates hudson.Launcher$LocalLauncher@11c6174c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:05 [2025-07-23T17:24:05.586Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
19:24:05 [2025-07-23T17:24:05.592Z] Fetching changes from the remote Git repository
19:24:05 [2025-07-23T17:24:05.595Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
19:24:05 [2025-07-23T17:24:05.601Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
19:24:05 [2025-07-23T17:24:05.601Z]  > /usr/bin/git --version # timeout=10
19:24:05 [2025-07-23T17:24:05.606Z]  > git --version # 'git version 2.43.0'
19:24:05 [2025-07-23T17:24:05.606Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:05 [2025-07-23T17:24:05.611Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:06 [2025-07-23T17:24:06.078Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:06 [2025-07-23T17:24:06.085Z] Checking out Revision 29919e2d7a24e9dfde89250800ea661ddf2655ab (refs/remotes/origin/master)
19:24:06 [2025-07-23T17:24:06.085Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:06 [2025-07-23T17:24:06.090Z]  > /usr/bin/git checkout -f 29919e2d7a24e9dfde89250800ea661ddf2655ab # timeout=10
19:24:06 [2025-07-23T17:24:06.161Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:06 [2025-07-23T17:24:06.184Z]  > /usr/bin/git branch -D master # timeout=10
19:24:06 [2025-07-23T17:24:06.195Z]  > /usr/bin/git checkout -b master 29919e2d7a24e9dfde89250800ea661ddf2655ab # timeout=10
19:24:06 [2025-07-23T17:24:06.288Z] Commit message: "Take into account SonarQube feedbacks by replacing <a> tag by <button> ones"
19:24:06 [2025-07-23T17:24:06.288Z]  > /usr/bin/git rev-list --no-walk 29919e2d7a24e9dfde89250800ea661ddf2655ab # timeout=10
19:24:06 [2025-07-23T17:24:06.310Z] [Pipeline] fileExists
19:24:06 [2025-07-23T17:24:06.317Z] [Pipeline] readMavenPom
19:24:06 [2025-07-23T17:24:06.340Z] [Pipeline] sh
19:24:06 [2025-07-23T17:24:06.599Z] + git rev-parse HEAD
19:24:06 [2025-07-23T17:24:06.603Z] [Pipeline] echo
19:24:06 [2025-07-23T17:24:06.604Z] Silverpeas-Core: current commit is 29919e2d7a24e9dfde89250800ea661ddf2655ab and last build commit is 29919e2d7a24e9dfde89250800ea661ddf2655ab
19:24:06 [2025-07-23T17:24:06.606Z] [Pipeline] }
19:24:06 [2025-07-23T17:24:06.620Z] [Pipeline] // dir
19:24:06 [2025-07-23T17:24:06.635Z] [Pipeline] echo
19:24:06 [2025-07-23T17:24:06.635Z] Build skipped due to no changes have been done since the last build
19:24:06 [2025-07-23T17:24:06.651Z] [Pipeline] dir
19:24:06 [2025-07-23T17:24:06.652Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components
19:24:06 [2025-07-23T17:24:06.653Z] [Pipeline] {
19:24:06 [2025-07-23T17:24:06.671Z] [Pipeline] git
19:24:06 [2025-07-23T17:24:06.673Z] The recommended git tool is: /usr/bin/git
19:24:06 [2025-07-23T17:24:06.673Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:06 [2025-07-23T17:24:06.684Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@e6262b3; decorates hudson.Launcher$LocalLauncher@246b0359 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:06 [2025-07-23T17:24:06.685Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components/.git # timeout=10
19:24:06 [2025-07-23T17:24:06.691Z] Fetching changes from the remote Git repository
19:24:06 [2025-07-23T17:24:06.695Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
19:24:06 [2025-07-23T17:24:06.703Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
19:24:06 [2025-07-23T17:24:06.703Z]  > /usr/bin/git --version # timeout=10
19:24:06 [2025-07-23T17:24:06.709Z]  > git --version # 'git version 2.43.0'
19:24:06 [2025-07-23T17:24:06.709Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:06 [2025-07-23T17:24:06.714Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:07 [2025-07-23T17:24:07.101Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:07 [2025-07-23T17:24:07.108Z] Checking out Revision 7a623386ad3b38c45c03b973077ebdbc3e520042 (refs/remotes/origin/master)
19:24:07 [2025-07-23T17:24:07.108Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:07 [2025-07-23T17:24:07.113Z]  > /usr/bin/git checkout -f 7a623386ad3b38c45c03b973077ebdbc3e520042 # timeout=10
19:24:07 [2025-07-23T17:24:07.172Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2025-07-23T17:24:07.184Z]  > /usr/bin/git branch -D master # timeout=10
19:24:07 [2025-07-23T17:24:07.192Z]  > /usr/bin/git checkout -b master 7a623386ad3b38c45c03b973077ebdbc3e520042 # timeout=10
19:24:07 [2025-07-23T17:24:07.246Z] Commit message: "Bug #14924"
19:24:07 [2025-07-23T17:24:07.247Z]  > /usr/bin/git rev-list --no-walk 7a623386ad3b38c45c03b973077ebdbc3e520042 # timeout=10
19:24:07 [2025-07-23T17:24:07.270Z] [Pipeline] fileExists
19:24:07 [2025-07-23T17:24:07.285Z] [Pipeline] readMavenPom
19:24:07 [2025-07-23T17:24:07.310Z] [Pipeline] sh
19:24:07 [2025-07-23T17:24:07.569Z] + git rev-parse HEAD
19:24:07 [2025-07-23T17:24:07.573Z] [Pipeline] echo
19:24:07 [2025-07-23T17:24:07.574Z] Silverpeas-Components: current commit is 7a623386ad3b38c45c03b973077ebdbc3e520042 and last build commit is 7a623386ad3b38c45c03b973077ebdbc3e520042
19:24:07 [2025-07-23T17:24:07.577Z] [Pipeline] }
19:24:07 [2025-07-23T17:24:07.594Z] [Pipeline] // dir
19:24:07 [2025-07-23T17:24:07.609Z] [Pipeline] echo
19:24:07 [2025-07-23T17:24:07.610Z] Build skipped due to no changes have been done since the last build
19:24:07 [2025-07-23T17:24:07.627Z] [Pipeline] dir
19:24:07 [2025-07-23T17:24:07.627Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks
19:24:07 [2025-07-23T17:24:07.629Z] [Pipeline] {
19:24:07 [2025-07-23T17:24:07.649Z] [Pipeline] git
19:24:07 [2025-07-23T17:24:07.651Z] Selected Git installation does not exist. Using Default
19:24:07 [2025-07-23T17:24:07.651Z] The recommended git tool is: NONE
19:24:07 [2025-07-23T17:24:07.652Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:07 [2025-07-23T17:24:07.666Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6e3298ea; decorates hudson.Launcher$LocalLauncher@1ebe6d7a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:07 [2025-07-23T17:24:07.667Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks/.git # timeout=10
19:24:07 [2025-07-23T17:24:07.673Z] Fetching changes from the remote Git repository
19:24:07 [2025-07-23T17:24:07.679Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
19:24:07 [2025-07-23T17:24:07.685Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
19:24:07 [2025-07-23T17:24:07.685Z]  > /usr/bin/git --version # timeout=10
19:24:07 [2025-07-23T17:24:07.691Z]  > git --version # 'git version 2.43.0'
19:24:07 [2025-07-23T17:24:07.691Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:07 [2025-07-23T17:24:07.698Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:08 [2025-07-23T17:24:08.063Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:08 [2025-07-23T17:24:08.070Z] Checking out Revision ea418677e7d85104e31cca829856c92907e8506e (refs/remotes/origin/master)
19:24:08 [2025-07-23T17:24:08.070Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:08 [2025-07-23T17:24:08.076Z]  > /usr/bin/git checkout -f ea418677e7d85104e31cca829856c92907e8506e # timeout=10
19:24:08 [2025-07-23T17:24:08.090Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:08 [2025-07-23T17:24:08.099Z]  > /usr/bin/git branch -D master # timeout=10
19:24:08 [2025-07-23T17:24:08.105Z]  > /usr/bin/git checkout -b master ea418677e7d85104e31cca829856c92907e8506e # timeout=10
19:24:08 [2025-07-23T17:24:08.127Z] Commit message: "Upgrade parent POM to 1.7-build250715"
19:24:08 [2025-07-23T17:24:08.128Z]  > /usr/bin/git rev-list --no-walk ea418677e7d85104e31cca829856c92907e8506e # timeout=10
19:24:08 [2025-07-23T17:24:08.159Z] [Pipeline] fileExists
19:24:08 [2025-07-23T17:24:08.175Z] [Pipeline] readMavenPom
19:24:08 [2025-07-23T17:24:08.197Z] [Pipeline] sh
19:24:08 [2025-07-23T17:24:08.456Z] + git rev-parse HEAD
19:24:08 [2025-07-23T17:24:08.460Z] [Pipeline] echo
19:24:08 [2025-07-23T17:24:08.460Z] Silverpeas-Looks: current commit is ea418677e7d85104e31cca829856c92907e8506e and last build commit is ea418677e7d85104e31cca829856c92907e8506e
19:24:08 [2025-07-23T17:24:08.463Z] [Pipeline] }
19:24:08 [2025-07-23T17:24:08.478Z] [Pipeline] // dir
19:24:08 [2025-07-23T17:24:08.493Z] [Pipeline] echo
19:24:08 [2025-07-23T17:24:08.494Z] Build skipped due to no changes have been done since the last build
19:24:08 [2025-07-23T17:24:08.510Z] [Pipeline] dir
19:24:08 [2025-07-23T17:24:08.511Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup
19:24:08 [2025-07-23T17:24:08.512Z] [Pipeline] {
19:24:08 [2025-07-23T17:24:08.532Z] [Pipeline] git
19:24:08 [2025-07-23T17:24:08.534Z] The recommended git tool is: NONE
19:24:08 [2025-07-23T17:24:08.535Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:08 [2025-07-23T17:24:08.545Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@d68c728; decorates hudson.Launcher$LocalLauncher@69855163 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:08 [2025-07-23T17:24:08.546Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup/.git # timeout=10
19:24:08 [2025-07-23T17:24:08.552Z] Fetching changes from the remote Git repository
19:24:08 [2025-07-23T17:24:08.556Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
19:24:08 [2025-07-23T17:24:08.562Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
19:24:08 [2025-07-23T17:24:08.562Z]  > /usr/bin/git --version # timeout=10
19:24:08 [2025-07-23T17:24:08.567Z]  > git --version # 'git version 2.43.0'
19:24:08 [2025-07-23T17:24:08.567Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:08 [2025-07-23T17:24:08.573Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:08 [2025-07-23T17:24:08.949Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:08 [2025-07-23T17:24:08.956Z] Checking out Revision 819fef128a1a9e2e93a76755b0c25c4a6325b856 (refs/remotes/origin/master)
19:24:08 [2025-07-23T17:24:08.957Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:08 [2025-07-23T17:24:08.962Z]  > /usr/bin/git checkout -f 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:08 [2025-07-23T17:24:08.973Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:08 [2025-07-23T17:24:08.984Z]  > /usr/bin/git branch -D master # timeout=10
19:24:08 [2025-07-23T17:24:08.991Z]  > /usr/bin/git checkout -b master 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:09 [2025-07-23T17:24:09.009Z] 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:09 [2025-07-23T17:24:09.009Z]  > /usr/bin/git rev-list --no-walk 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:09 [2025-07-23T17:24:09.040Z] [Pipeline] fileExists
19:24:09 [2025-07-23T17:24:09.058Z] [Pipeline] sh
19:24:09 [2025-07-23T17:24:09.317Z] + git rev-parse HEAD
19:24:09 [2025-07-23T17:24:09.320Z] [Pipeline] echo
19:24:09 [2025-07-23T17:24:09.321Z] Silverpeas-Setup: current commit is 819fef128a1a9e2e93a76755b0c25c4a6325b856 and last build commit is 819fef128a1a9e2e93a76755b0c25c4a6325b856
19:24:09 [2025-07-23T17:24:09.323Z] [Pipeline] }
19:24:09 [2025-07-23T17:24:09.339Z] [Pipeline] // dir
19:24:09 [2025-07-23T17:24:09.354Z] [Pipeline] echo
19:24:09 [2025-07-23T17:24:09.355Z] Build skipped due to no changes have been done since the last build
19:24:09 [2025-07-23T17:24:09.371Z] [Pipeline] dir
19:24:09 [2025-07-23T17:24:09.371Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution
19:24:09 [2025-07-23T17:24:09.372Z] [Pipeline] {
19:24:09 [2025-07-23T17:24:09.405Z] [Pipeline] git
19:24:09 [2025-07-23T17:24:09.407Z] The recommended git tool is: NONE
19:24:09 [2025-07-23T17:24:09.408Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:09 [2025-07-23T17:24:09.417Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1be5a869; decorates hudson.Launcher$LocalLauncher@351f7674 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:09 [2025-07-23T17:24:09.418Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
19:24:09 [2025-07-23T17:24:09.425Z] Fetching changes from the remote Git repository
19:24:09 [2025-07-23T17:24:09.429Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
19:24:09 [2025-07-23T17:24:09.435Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
19:24:09 [2025-07-23T17:24:09.435Z]  > /usr/bin/git --version # timeout=10
19:24:09 [2025-07-23T17:24:09.440Z]  > git --version # 'git version 2.43.0'
19:24:09 [2025-07-23T17:24:09.440Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:09 [2025-07-23T17:24:09.446Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:09 [2025-07-23T17:24:09.814Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:09 [2025-07-23T17:24:09.820Z] Checking out Revision 82673899847afe1bc0d0336c78b923b3132e1a46 (refs/remotes/origin/master)
19:24:09 [2025-07-23T17:24:09.820Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:09 [2025-07-23T17:24:09.825Z]  > /usr/bin/git checkout -f 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:09 [2025-07-23T17:24:09.835Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:09 [2025-07-23T17:24:09.842Z]  > /usr/bin/git branch -D master # timeout=10
19:24:09 [2025-07-23T17:24:09.849Z]  > /usr/bin/git checkout -b master 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:09 [2025-07-23T17:24:09.859Z] 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-07-23T17:24:09.859Z]  > /usr/bin/git rev-list --no-walk 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:09 [2025-07-23T17:24:09.881Z] [Pipeline] fileExists
19:24:09 [2025-07-23T17:24:09.897Z] [Pipeline] readMavenPom
19:24:09 [2025-07-23T17:24:09.928Z] [Pipeline] sh
19:24:10 [2025-07-23T17:24:10.191Z] + git rev-parse HEAD
19:24:10 [2025-07-23T17:24:10.194Z] [Pipeline] echo
19:24:10 [2025-07-23T17:24:10.195Z] Silverpeas-Distribution: current commit is 82673899847afe1bc0d0336c78b923b3132e1a46 and last build commit is 82673899847afe1bc0d0336c78b923b3132e1a46
19:24:10 [2025-07-23T17:24:10.197Z] [Pipeline] }
19:24:10 [2025-07-23T17:24:10.216Z] [Pipeline] // dir
19:24:10 [2025-07-23T17:24:10.232Z] [Pipeline] echo
19:24:10 [2025-07-23T17:24:10.232Z] Build skipped due to no changes have been done since the last build
19:24:10 [2025-07-23T17:24:10.249Z] [Pipeline] dir
19:24:10 [2025-07-23T17:24:10.249Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly
19:24:10 [2025-07-23T17:24:10.250Z] [Pipeline] {
19:24:10 [2025-07-23T17:24:10.296Z] [Pipeline] git
19:24:10 [2025-07-23T17:24:10.299Z] The recommended git tool is: NONE
19:24:10 [2025-07-23T17:24:10.300Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:10 [2025-07-23T17:24:10.308Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3b6e20de; decorates hudson.Launcher$LocalLauncher@134431d0 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:10 [2025-07-23T17:24:10.309Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
19:24:10 [2025-07-23T17:24:10.315Z] Fetching changes from the remote Git repository
19:24:10 [2025-07-23T17:24:10.318Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
19:24:10 [2025-07-23T17:24:10.323Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
19:24:10 [2025-07-23T17:24:10.324Z]  > /usr/bin/git --version # timeout=10
19:24:10 [2025-07-23T17:24:10.328Z]  > git --version # 'git version 2.43.0'
19:24:10 [2025-07-23T17:24:10.328Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:10 [2025-07-23T17:24:10.334Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:10 [2025-07-23T17:24:10.727Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:10 [2025-07-23T17:24:10.734Z] Checking out Revision 7e6708d85bcdee486504baaedc34c9e9c1a5be71 (refs/remotes/origin/master)
19:24:10 [2025-07-23T17:24:10.734Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:10 [2025-07-23T17:24:10.740Z]  > /usr/bin/git checkout -f 7e6708d85bcdee486504baaedc34c9e9c1a5be71 # timeout=10
19:24:10 [2025-07-23T17:24:10.750Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:10 [2025-07-23T17:24:10.761Z]  > /usr/bin/git branch -D master # timeout=10
19:24:10 [2025-07-23T17:24:10.768Z]  > /usr/bin/git checkout -b master 7e6708d85bcdee486504baaedc34c9e9c1a5be71 # timeout=10
19:24:10 [2025-07-23T17:24:10.782Z] Commit message: "Update parent POM to version 1.7-build250715"
19:24:10 [2025-07-23T17:24:10.783Z]  > /usr/bin/git rev-list --no-walk 7e6708d85bcdee486504baaedc34c9e9c1a5be71 # timeout=10
19:24:10 [2025-07-23T17:24:10.815Z] [Pipeline] fileExists
19:24:10 [2025-07-23T17:24:10.833Z] [Pipeline] readMavenPom
19:24:10 [2025-07-23T17:24:10.858Z] [Pipeline] sh
19:24:11 [2025-07-23T17:24:11.120Z] + git rev-parse HEAD
19:24:11 [2025-07-23T17:24:11.123Z] [Pipeline] echo
19:24:11 [2025-07-23T17:24:11.124Z] Silverpeas-Assembly: current commit is 7e6708d85bcdee486504baaedc34c9e9c1a5be71 and last build commit is 7e6708d85bcdee486504baaedc34c9e9c1a5be71
19:24:11 [2025-07-23T17:24:11.126Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.149Z] [Pipeline] // dir
19:24:11 [2025-07-23T17:24:11.165Z] [Pipeline] echo
19:24:11 [2025-07-23T17:24:11.165Z] Build skipped due to no changes have been done since the last build
19:24:11 [2025-07-23T17:24:11.166Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.185Z] [Pipeline] // script
19:24:11 [2025-07-23T17:24:11.201Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.216Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.235Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.237Z] [Pipeline] { (Build Silverpeas)
19:24:11 [2025-07-23T17:24:11.279Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.281Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.318Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.319Z] [Pipeline] { (Build Silverpeas-Core)
19:24:11 [2025-07-23T17:24:11.335Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.336Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.339Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.354Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.372Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.373Z] [Pipeline] { (Build Silverpeas-Components)
19:24:11 [2025-07-23T17:24:11.388Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.389Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.392Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.405Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.418Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.419Z] [Pipeline] { (Build Silverpeas-Assembly)
19:24:11 [2025-07-23T17:24:11.433Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.434Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.436Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.448Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.460Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.461Z] [Pipeline] { (Build Silverpeas Setup)
19:24:11 [2025-07-23T17:24:11.472Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.473Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.475Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.486Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.498Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.499Z] [Pipeline] { (Build Silverpeas Distribution)
19:24:11 [2025-07-23T17:24:11.509Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.510Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.511Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.520Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.531Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.532Z] [Pipeline] { (Build Silverpeas-Looks)
19:24:11 [2025-07-23T17:24:11.541Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.542Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.543Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.552Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.561Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.562Z] [Pipeline] { (Publish Silverpeas-Core)
19:24:11 [2025-07-23T17:24:11.571Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.571Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.572Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.581Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.589Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.590Z] [Pipeline] { (Publish Silverpeas-Components)
19:24:11 [2025-07-23T17:24:11.598Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.599Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.600Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.608Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.616Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.617Z] [Pipeline] { (Publish Silverpeas-Assembly)
19:24:11 [2025-07-23T17:24:11.624Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.625Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.626Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.634Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.642Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.642Z] [Pipeline] { (Publish Silverpeas-Setup)
19:24:11 [2025-07-23T17:24:11.650Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.650Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.651Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.658Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.666Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.667Z] [Pipeline] { (Publish Silverpeas-Distribution)
19:24:11 [2025-07-23T17:24:11.674Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.674Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.675Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.682Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.690Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.691Z] [Pipeline] { (Publish Silverpeas-Looks)
19:24:11 [2025-07-23T17:24:11.697Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.698Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.699Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.705Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.712Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.712Z] [Pipeline] { (Publish Community Web Site)
19:24:11 [2025-07-23T17:24:11.719Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-07-23T17:24:11.719Z] [Pipeline] getContext
19:24:11 [2025-07-23T17:24:11.720Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.726Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.734Z] [Pipeline] }
19:24:11 [2025-07-23T17:24:11.744Z] [Pipeline] // stage
19:24:11 [2025-07-23T17:24:11.751Z] [Pipeline] stage
19:24:11 [2025-07-23T17:24:11.752Z] [Pipeline] { (Create YAML build report)
19:24:11 [2025-07-23T17:24:11.768Z] [Pipeline] script
19:24:11 [2025-07-23T17:24:11.772Z] [Pipeline] {
19:24:11 [2025-07-23T17:24:11.786Z] [Pipeline] sh
19:24:12 [2025-07-23T17:24:12.043Z] + mkdir -p target
19:24:12 [2025-07-23T17:24:12.045Z] [Pipeline] sh
19:24:12 [2025-07-23T17:24:12.302Z] + mv build.yaml target/
19:24:12 [2025-07-23T17:24:12.303Z] [Pipeline] }
19:24:12 [2025-07-23T17:24:12.319Z] [Pipeline] // script
19:24:12 [2025-07-23T17:24:12.338Z] [Pipeline] }
19:24:12 [2025-07-23T17:24:12.354Z] [Pipeline] // stage
19:24:12 [2025-07-23T17:24:12.380Z] [Pipeline] stage
19:24:12 [2025-07-23T17:24:12.381Z] [Pipeline] { (Declarative: Post Actions)
19:24:12 [2025-07-23T17:24:12.411Z] [Pipeline] step
19:24:12 [2025-07-23T17:24:12.440Z] [Pipeline] script
19:24:12 [2025-07-23T17:24:12.449Z] [Pipeline] {
19:24:12 [2025-07-23T17:24:12.484Z] [Pipeline] }
19:24:12 [2025-07-23T17:24:12.499Z] [Pipeline] // script
19:24:12 [2025-07-23T17:24:12.519Z] [Pipeline] archiveArtifacts
19:24:12 [2025-07-23T17:24:12.522Z] Archiving artifacts
19:24:12 [2025-07-23T17:24:12.537Z] Enregistrement des empreintes numériques
19:24:12 [2025-07-23T17:24:12.554Z] [Pipeline] sh
19:24:12 [2025-07-23T17:24:12.814Z] + rm -rf target
19:24:12 [2025-07-23T17:24:12.822Z] [Pipeline] }
19:24:12 [2025-07-23T17:24:12.837Z] [Pipeline] // stage
19:24:12 [2025-07-23T17:24:12.853Z] [Pipeline] }
19:24:12 [2025-07-23T17:24:12.867Z] [Pipeline] // withEnv
19:24:12 [2025-07-23T17:24:12.882Z] [Pipeline] }
19:24:12 [2025-07-23T17:24:12.883Z] $ docker stop --time=1 0053deb6eac2034f0df6572e6ff1c0fc7342a828cc8d95452c6e5c9549b33023
19:24:14 [2025-07-23T17:24:14.205Z] $ docker rm -f --volumes 0053deb6eac2034f0df6572e6ff1c0fc7342a828cc8d95452c6e5c9549b33023
19:24:14 [2025-07-23T17:24:14.250Z] [Pipeline] // withDockerContainer
19:24:14 [2025-07-23T17:24:14.257Z] [Pipeline] }
19:24:14 [2025-07-23T17:24:14.263Z] [Pipeline] // withEnv
19:24:14 [2025-07-23T17:24:14.270Z] [Pipeline] }
19:24:14 [2025-07-23T17:24:14.283Z] [Pipeline] // node
19:24:14 [2025-07-23T17:24:14.294Z] [Pipeline] End of Pipeline
19:24:14 [2025-07-23T17:24:14.363Z] Lancement d'un nouveau build de Silverpeas_Mobile_Master_AutoDeploy #581
19:24:14 [2025-07-23T17:24:14.363Z] Finished: SUCCESS