Skip to content
Succès

Sortie de la console

19:24:00 [2025-08-03T17:24:00.505Z] Lancé par une alarme périodique
19:24:00 [2025-08-03T17:24:00.505Z] Running as userbuild
19:24:00 [2025-08-03T17:24:00.896Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:01 [2025-08-03T17:24:01.347Z] [Pipeline] Start of Pipeline
19:24:01 [2025-08-03T17:24:01.709Z] [Pipeline] node
19:24:01 [2025-08-03T17:24:01.712Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy
19:24:01 [2025-08-03T17:24:01.715Z] [Pipeline] {
19:24:01 [2025-08-03T17:24:01.733Z] [Pipeline] stage
19:24:01 [2025-08-03T17:24:01.734Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:01 [2025-08-03T17:24:01.746Z] [Pipeline] checkout
19:24:01 [2025-08-03T17:24:01.748Z] Selected Git installation does not exist. Using Default
19:24:01 [2025-08-03T17:24:01.748Z] The recommended git tool is: NONE
19:24:01 [2025-08-03T17:24:01.748Z] No credentials specified
19:24:01 [2025-08-03T17:24:01.748Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/.git # timeout=10
19:24:01 [2025-08-03T17:24:01.753Z] Fetching changes from the remote Git repository
19:24:01 [2025-08-03T17:24:01.755Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:01 [2025-08-03T17:24:01.760Z] Cleaning workspace
19:24:01 [2025-08-03T17:24:01.760Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:01 [2025-08-03T17:24:01.765Z] Resetting working tree
19:24:01 [2025-08-03T17:24:01.765Z]  > /usr/bin/git reset --hard # timeout=10
19:24:01 [2025-08-03T17:24:01.772Z]  > /usr/bin/git clean -fdx # timeout=10
19:24:01 [2025-08-03T17:24:01.778Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:01 [2025-08-03T17:24:01.778Z]  > /usr/bin/git --version # timeout=10
19:24:01 [2025-08-03T17:24:01.782Z]  > git --version # 'git version 2.43.0'
19:24:01 [2025-08-03T17:24:01.782Z]  > /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-03T17:24:02.122Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:02 [2025-08-03T17:24:02.128Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
19:24:02 [2025-08-03T17:24:02.128Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:02 [2025-08-03T17:24:02.133Z]  > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
19:24:02 [2025-08-03T17:24:02.151Z] 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-03T17:24:02.152Z]  > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
19:24:02 [2025-08-03T17:24:02.184Z] [Pipeline] }
19:24:02 [2025-08-03T17:24:02.195Z] [Pipeline] // stage
19:24:02 [2025-08-03T17:24:02.221Z] [Pipeline] withEnv
19:24:02 [2025-08-03T17:24:02.222Z] [Pipeline] {
19:24:02 [2025-08-03T17:24:02.408Z] [Pipeline] isUnix
19:24:02 [2025-08-03T17:24:02.409Z] [Pipeline] withEnv
19:24:02 [2025-08-03T17:24:02.409Z] [Pipeline] {
19:24:02 [2025-08-03T17:24:02.424Z] [Pipeline] sh
19:24:02 [2025-08-03T17:24:02.682Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:02 [2025-08-03T17:24:02.682Z] .
19:24:02 [2025-08-03T17:24:02.683Z] [Pipeline] }
19:24:02 [2025-08-03T17:24:02.696Z] [Pipeline] // withEnv
19:24:02 [2025-08-03T17:24:02.710Z] [Pipeline] withDockerContainer
19:24:02 [2025-08-03T17:24:02.744Z] Jenkins does not seem to be running inside a container
19:24:02 [2025-08-03T17:24:02.751Z] $ 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-03T17:24:03.063Z] $ docker top 635fc6fc23178287a522c883ae8079f9828b52bec201621146731655f893055a -eo pid,comm
19:24:03 [2025-08-03T17:24:03.102Z] [Pipeline] {
19:24:03 [2025-08-03T17:24:03.118Z] [Pipeline] withEnv
19:24:03 [2025-08-03T17:24:03.118Z] [Pipeline] {
19:24:03 [2025-08-03T17:24:03.131Z] [Pipeline] stage
19:24:03 [2025-08-03T17:24:03.131Z] [Pipeline] { (Prepare the job)
19:24:03 [2025-08-03T17:24:03.164Z] [Pipeline] sh
19:24:03 [2025-08-03T17:24:03.422Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/master/pom.xml
19:24:03 [2025-08-03T17:24:03.675Z] [Pipeline] script
19:24:03 [2025-08-03T17:24:03.681Z] [Pipeline] {
19:24:03 [2025-08-03T17:24:03.698Z] [Pipeline] readMavenPom
19:24:03 [2025-08-03T17:24:03.723Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named release (to a value of type String) which could lead to memory leaks or other issues.
19:24:03 [2025-08-03T17:24:03.726Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildVersion (to a value of type GStringImpl) which could lead to memory leaks or other issues.
19:24:03 [2025-08-03T17:24:03.727Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named parentVersion (to a value of type String) which could lead to memory leaks or other issues.
19:24:03 [2025-08-03T17:24:03.727Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named commits (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
19:24:03 [2025-08-03T17:24:03.727Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named changes (to a value of type LinkedHashMap) which could lead to memory leaks or other issues.
19:24:03 [2025-08-03T17:24:03.729Z] [Pipeline] sh
19:24:03 [2025-08-03T17:24:03.987Z] + rm -f pom.xml
19:24:03 [2025-08-03T17:24:03.988Z] [Pipeline] }
19:24:04 [2025-08-03T17:24:04.001Z] [Pipeline] // script
19:24:04 [2025-08-03T17:24:04.017Z] [Pipeline] }
19:24:04 [2025-08-03T17:24:04.030Z] [Pipeline] // stage
19:24:04 [2025-08-03T17:24:04.045Z] [Pipeline] stage
19:24:04 [2025-08-03T17:24:04.046Z] [Pipeline] { (Check POM parent version)
19:24:04 [2025-08-03T17:24:04.114Z] [Pipeline] copyArtifacts
19:24:04 [2025-08-03T17:24:04.121Z] Copied 1 artifact from "Silverpeas_Project_Definition_AutoDeploy" build number 275
19:24:04 [2025-08-03T17:24:04.134Z] [Pipeline] script
19:24:04 [2025-08-03T17:24:04.139Z] [Pipeline] {
19:24:04 [2025-08-03T17:24:04.154Z] [Pipeline] readYaml
19:24:04 [2025-08-03T17:24:04.172Z] [Pipeline] sh
19:24:04 [2025-08-03T17:24:04.430Z] + curl --output /dev/null --silent --head --fail -r 0-0 https://nexus3.silverpeas.org/repository/releases/org/silverpeas/silverpeas-project/1.7/silverpeas-project-1.7.pom
19:24:04 [2025-08-03T17:24:04.431Z] 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-03T17:24:04.431Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named wildflyVersion (to a value of type String) which could lead to memory leaks or other issues.
19:24:04 [2025-08-03T17:24:04.433Z] [Pipeline] sh
19:24:04 [2025-08-03T17:24:04.690Z] + rm -f build.yaml
19:24:04 [2025-08-03T17:24:04.691Z] [Pipeline] }
19:24:04 [2025-08-03T17:24:04.704Z] [Pipeline] // script
19:24:04 [2025-08-03T17:24:04.717Z] [Pipeline] }
19:24:04 [2025-08-03T17:24:04.732Z] [Pipeline] // stage
19:24:04 [2025-08-03T17:24:04.747Z] [Pipeline] stage
19:24:04 [2025-08-03T17:24:04.748Z] [Pipeline] { (Checkout projects and check code changes)
19:24:04 [2025-08-03T17:24:04.771Z] [Pipeline] script
19:24:04 [2025-08-03T17:24:04.776Z] [Pipeline] {
19:24:04 [2025-08-03T17:24:04.797Z] [Pipeline] copyArtifacts
19:24:04 [2025-08-03T17:24:04.803Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 980
19:24:04 [2025-08-03T17:24:04.817Z] [Pipeline] fileExists
19:24:04 [2025-08-03T17:24:04.831Z] [Pipeline] readYaml
19:24:04 [2025-08-03T17:24:04.868Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named previousBuildVersion (to a value of type String) which could lead to memory leaks or other issues.
19:24:04 [2025-08-03T17:24:04.871Z] [Pipeline] dir
19:24:04 [2025-08-03T17:24:04.871Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core
19:24:04 [2025-08-03T17:24:04.872Z] [Pipeline] {
19:24:04 [2025-08-03T17:24:04.890Z] [Pipeline] git
19:24:04 [2025-08-03T17:24:04.892Z] The recommended git tool is: /usr/bin/git
19:24:04 [2025-08-03T17:24:04.894Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:04 [2025-08-03T17:24:04.907Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5222c0ac; decorates hudson.Launcher$LocalLauncher@3e46eb2b will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:04 [2025-08-03T17:24:04.908Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
19:24:04 [2025-08-03T17:24:04.915Z] Fetching changes from the remote Git repository
19:24:04 [2025-08-03T17:24:04.917Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
19:24:04 [2025-08-03T17:24:04.922Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
19:24:04 [2025-08-03T17:24:04.922Z]  > /usr/bin/git --version # timeout=10
19:24:04 [2025-08-03T17:24:04.927Z]  > git --version # 'git version 2.43.0'
19:24:04 [2025-08-03T17:24:04.927Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:04 [2025-08-03T17:24:04.932Z]  > /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-03T17:24:05.308Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:05 [2025-08-03T17:24:05.315Z] Checking out Revision 152825c50424512da295c1ae908a4fac167e75ff (refs/remotes/origin/master)
19:24:05 [2025-08-03T17:24:05.315Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:05 [2025-08-03T17:24:05.320Z]  > /usr/bin/git checkout -f 152825c50424512da295c1ae908a4fac167e75ff # timeout=10
19:24:05 [2025-08-03T17:24:05.372Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:05 [2025-08-03T17:24:05.387Z]  > /usr/bin/git branch -D master # timeout=10
19:24:05 [2025-08-03T17:24:05.395Z]  > /usr/bin/git checkout -b master 152825c50424512da295c1ae908a4fac167e75ff # timeout=10
19:24:05 [2025-08-03T17:24:05.481Z] Commit message: "There is a known issue with ImageIO plug-ins and containers (like a web/servlet container). Deploying plug-ins as part of the web application is not well supported by ImageIO. The ImageIO registry that keeps track of registered plug-ins is in effect JVM global (it is actually a registry per application context, however, there is usually only a single application context). It is then require to provide an initializer to register and unregister all the ImageIO plugins for each deployment/undeployment of the Silverpeas application."
19:24:05 [2025-08-03T17:24:05.481Z]  > /usr/bin/git rev-list --no-walk 152825c50424512da295c1ae908a4fac167e75ff # timeout=10
19:24:05 [2025-08-03T17:24:05.504Z] [Pipeline] fileExists
19:24:05 [2025-08-03T17:24:05.518Z] [Pipeline] readMavenPom
19:24:05 [2025-08-03T17:24:05.540Z] [Pipeline] sh
19:24:05 [2025-08-03T17:24:05.798Z] + git rev-parse HEAD
19:24:05 [2025-08-03T17:24:05.801Z] [Pipeline] echo
19:24:05 [2025-08-03T17:24:05.802Z] Silverpeas-Core: current commit is 152825c50424512da295c1ae908a4fac167e75ff and last build commit is 152825c50424512da295c1ae908a4fac167e75ff
19:24:05 [2025-08-03T17:24:05.804Z] [Pipeline] }
19:24:05 [2025-08-03T17:24:05.818Z] [Pipeline] // dir
19:24:05 [2025-08-03T17:24:05.832Z] [Pipeline] echo
19:24:05 [2025-08-03T17:24:05.832Z] Build skipped due to no changes have been done since the last build
19:24:05 [2025-08-03T17:24:05.847Z] [Pipeline] dir
19:24:05 [2025-08-03T17:24:05.847Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components
19:24:05 [2025-08-03T17:24:05.848Z] [Pipeline] {
19:24:05 [2025-08-03T17:24:05.866Z] [Pipeline] git
19:24:05 [2025-08-03T17:24:05.868Z] The recommended git tool is: /usr/bin/git
19:24:05 [2025-08-03T17:24:05.869Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:05 [2025-08-03T17:24:05.884Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6b19ed37; decorates hudson.Launcher$LocalLauncher@57bf0c29 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:05 [2025-08-03T17:24:05.884Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components/.git # timeout=10
19:24:05 [2025-08-03T17:24:05.890Z] Fetching changes from the remote Git repository
19:24:05 [2025-08-03T17:24:05.893Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
19:24:05 [2025-08-03T17:24:05.899Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
19:24:05 [2025-08-03T17:24:05.900Z]  > /usr/bin/git --version # timeout=10
19:24:05 [2025-08-03T17:24:05.905Z]  > git --version # 'git version 2.43.0'
19:24:05 [2025-08-03T17:24:05.905Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:05 [2025-08-03T17:24:05.912Z]  > /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-03T17:24:06.265Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:06 [2025-08-03T17:24:06.272Z] Checking out Revision 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 (refs/remotes/origin/master)
19:24:06 [2025-08-03T17:24:06.272Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:06 [2025-08-03T17:24:06.277Z]  > /usr/bin/git checkout -f 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 # timeout=10
19:24:06 [2025-08-03T17:24:06.318Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:06 [2025-08-03T17:24:06.329Z]  > /usr/bin/git branch -D master # timeout=10
19:24:06 [2025-08-03T17:24:06.337Z]  > /usr/bin/git checkout -b master 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 # timeout=10
19:24:06 [2025-08-03T17:24:06.367Z] Commit message: "Take profit of the new SchedulingInitializer abstract class for all initializers setting up a scheduling of some jobs"
19:24:06 [2025-08-03T17:24:06.367Z]  > /usr/bin/git rev-list --no-walk 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 # timeout=10
19:24:06 [2025-08-03T17:24:06.385Z] [Pipeline] fileExists
19:24:06 [2025-08-03T17:24:06.393Z] [Pipeline] readMavenPom
19:24:06 [2025-08-03T17:24:06.405Z] [Pipeline] sh
19:24:06 [2025-08-03T17:24:06.664Z] + git rev-parse HEAD
19:24:06 [2025-08-03T17:24:06.668Z] [Pipeline] echo
19:24:06 [2025-08-03T17:24:06.668Z] Silverpeas-Components: current commit is 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332 and last build commit is 0d193c2885d7dd4d262ba2a1acd8e1fceb3dd332
19:24:06 [2025-08-03T17:24:06.670Z] [Pipeline] }
19:24:06 [2025-08-03T17:24:06.684Z] [Pipeline] // dir
19:24:06 [2025-08-03T17:24:06.698Z] [Pipeline] echo
19:24:06 [2025-08-03T17:24:06.699Z] Build skipped due to no changes have been done since the last build
19:24:06 [2025-08-03T17:24:06.713Z] [Pipeline] dir
19:24:06 [2025-08-03T17:24:06.714Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks
19:24:06 [2025-08-03T17:24:06.715Z] [Pipeline] {
19:24:06 [2025-08-03T17:24:06.733Z] [Pipeline] git
19:24:06 [2025-08-03T17:24:06.735Z] Selected Git installation does not exist. Using Default
19:24:06 [2025-08-03T17:24:06.735Z] The recommended git tool is: NONE
19:24:06 [2025-08-03T17:24:06.736Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:06 [2025-08-03T17:24:06.751Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@23322263; decorates hudson.Launcher$LocalLauncher@5f943547 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:06 [2025-08-03T17:24:06.751Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks/.git # timeout=10
19:24:06 [2025-08-03T17:24:06.758Z] Fetching changes from the remote Git repository
19:24:06 [2025-08-03T17:24:06.761Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
19:24:06 [2025-08-03T17:24:06.767Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
19:24:06 [2025-08-03T17:24:06.767Z]  > /usr/bin/git --version # timeout=10
19:24:06 [2025-08-03T17:24:06.772Z]  > git --version # 'git version 2.43.0'
19:24:06 [2025-08-03T17:24:06.772Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:06 [2025-08-03T17:24:06.778Z]  > /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-03T17:24:07.293Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:07 [2025-08-03T17:24:07.298Z] Checking out Revision 96e92cf7679d1b55926c771e45b1cd0970a0a502 (refs/remotes/origin/master)
19:24:07 [2025-08-03T17:24:07.298Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:07 [2025-08-03T17:24:07.302Z]  > /usr/bin/git checkout -f 96e92cf7679d1b55926c771e45b1cd0970a0a502 # timeout=10
19:24:07 [2025-08-03T17:24:07.314Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2025-08-03T17:24:07.322Z]  > /usr/bin/git branch -D master # timeout=10
19:24:07 [2025-08-03T17:24:07.328Z]  > /usr/bin/git checkout -b master 96e92cf7679d1b55926c771e45b1cd0970a0a502 # timeout=10
19:24:07 [2025-08-03T17:24:07.341Z] Commit message: "Feature #14940"
19:24:07 [2025-08-03T17:24:07.341Z]  > /usr/bin/git rev-list --no-walk 96e92cf7679d1b55926c771e45b1cd0970a0a502 # timeout=10
19:24:07 [2025-08-03T17:24:07.362Z] [Pipeline] fileExists
19:24:07 [2025-08-03T17:24:07.377Z] [Pipeline] readMavenPom
19:24:07 [2025-08-03T17:24:07.397Z] [Pipeline] sh
19:24:07 [2025-08-03T17:24:07.656Z] + git rev-parse HEAD
19:24:07 [2025-08-03T17:24:07.659Z] [Pipeline] echo
19:24:07 [2025-08-03T17:24:07.660Z] Silverpeas-Looks: current commit is 96e92cf7679d1b55926c771e45b1cd0970a0a502 and last build commit is 96e92cf7679d1b55926c771e45b1cd0970a0a502
19:24:07 [2025-08-03T17:24:07.662Z] [Pipeline] }
19:24:07 [2025-08-03T17:24:07.676Z] [Pipeline] // dir
19:24:07 [2025-08-03T17:24:07.691Z] [Pipeline] echo
19:24:07 [2025-08-03T17:24:07.691Z] Build skipped due to no changes have been done since the last build
19:24:07 [2025-08-03T17:24:07.707Z] [Pipeline] dir
19:24:07 [2025-08-03T17:24:07.708Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup
19:24:07 [2025-08-03T17:24:07.709Z] [Pipeline] {
19:24:07 [2025-08-03T17:24:07.728Z] [Pipeline] git
19:24:07 [2025-08-03T17:24:07.730Z] The recommended git tool is: NONE
19:24:07 [2025-08-03T17:24:07.731Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:07 [2025-08-03T17:24:07.743Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@40231552; decorates hudson.Launcher$LocalLauncher@cc1e916 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:07 [2025-08-03T17:24:07.743Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup/.git # timeout=10
19:24:07 [2025-08-03T17:24:07.750Z] Fetching changes from the remote Git repository
19:24:07 [2025-08-03T17:24:07.753Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
19:24:07 [2025-08-03T17:24:07.759Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
19:24:07 [2025-08-03T17:24:07.759Z]  > /usr/bin/git --version # timeout=10
19:24:07 [2025-08-03T17:24:07.764Z]  > git --version # 'git version 2.43.0'
19:24:07 [2025-08-03T17:24:07.764Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:07 [2025-08-03T17:24:07.770Z]  > /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-03T17:24:08.141Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:08 [2025-08-03T17:24:08.147Z] Checking out Revision 819fef128a1a9e2e93a76755b0c25c4a6325b856 (refs/remotes/origin/master)
19:24:08 [2025-08-03T17:24:08.148Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:08 [2025-08-03T17:24:08.154Z]  > /usr/bin/git checkout -f 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:08 [2025-08-03T17:24:08.162Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:08 [2025-08-03T17:24:08.171Z]  > /usr/bin/git branch -D master # timeout=10
19:24:08 [2025-08-03T17:24:08.178Z]  > /usr/bin/git checkout -b master 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:08 [2025-08-03T17:24:08.190Z] 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-03T17:24:08.190Z]  > /usr/bin/git rev-list --no-walk 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:08 [2025-08-03T17:24:08.209Z] [Pipeline] fileExists
19:24:08 [2025-08-03T17:24:08.219Z] [Pipeline] sh
19:24:08 [2025-08-03T17:24:08.475Z] + git rev-parse HEAD
19:24:08 [2025-08-03T17:24:08.478Z] [Pipeline] echo
19:24:08 [2025-08-03T17:24:08.479Z] Silverpeas-Setup: current commit is 819fef128a1a9e2e93a76755b0c25c4a6325b856 and last build commit is 819fef128a1a9e2e93a76755b0c25c4a6325b856
19:24:08 [2025-08-03T17:24:08.481Z] [Pipeline] }
19:24:08 [2025-08-03T17:24:08.496Z] [Pipeline] // dir
19:24:08 [2025-08-03T17:24:08.511Z] [Pipeline] echo
19:24:08 [2025-08-03T17:24:08.511Z] Build skipped due to no changes have been done since the last build
19:24:08 [2025-08-03T17:24:08.527Z] [Pipeline] dir
19:24:08 [2025-08-03T17:24:08.527Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution
19:24:08 [2025-08-03T17:24:08.528Z] [Pipeline] {
19:24:08 [2025-08-03T17:24:08.547Z] [Pipeline] git
19:24:08 [2025-08-03T17:24:08.549Z] The recommended git tool is: NONE
19:24:08 [2025-08-03T17:24:08.550Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:08 [2025-08-03T17:24:08.560Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@65b1312f; decorates hudson.Launcher$LocalLauncher@13010c6d will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:08 [2025-08-03T17:24:08.561Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
19:24:08 [2025-08-03T17:24:08.567Z] Fetching changes from the remote Git repository
19:24:08 [2025-08-03T17:24:08.570Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
19:24:08 [2025-08-03T17:24:08.578Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
19:24:08 [2025-08-03T17:24:08.578Z]  > /usr/bin/git --version # timeout=10
19:24:08 [2025-08-03T17:24:08.583Z]  > git --version # 'git version 2.43.0'
19:24:08 [2025-08-03T17:24:08.583Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:08 [2025-08-03T17:24:08.589Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:08 [2025-08-03T17:24:08.946Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:08 [2025-08-03T17:24:08.952Z] Checking out Revision 82673899847afe1bc0d0336c78b923b3132e1a46 (refs/remotes/origin/master)
19:24:08 [2025-08-03T17:24:08.952Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:08 [2025-08-03T17:24:08.957Z]  > /usr/bin/git checkout -f 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:08 [2025-08-03T17:24:08.967Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:08 [2025-08-03T17:24:08.976Z]  > /usr/bin/git branch -D master # timeout=10
19:24:08 [2025-08-03T17:24:08.984Z]  > /usr/bin/git checkout -b master 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:08 [2025-08-03T17:24:08.994Z] Commit message: "Update the silverpeas logging definition CLI script by defining explicitly two different log formatters to be used by the log handlers dedicated to the Silverpeas logging."
19:24:08 [2025-08-03T17:24:08.994Z]  > /usr/bin/git rev-list --no-walk 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:09 [2025-08-03T17:24:09.014Z] [Pipeline] fileExists
19:24:09 [2025-08-03T17:24:09.022Z] [Pipeline] readMavenPom
19:24:09 [2025-08-03T17:24:09.040Z] [Pipeline] sh
19:24:09 [2025-08-03T17:24:09.299Z] + git rev-parse HEAD
19:24:09 [2025-08-03T17:24:09.303Z] [Pipeline] echo
19:24:09 [2025-08-03T17:24:09.303Z] Silverpeas-Distribution: current commit is 82673899847afe1bc0d0336c78b923b3132e1a46 and last build commit is 82673899847afe1bc0d0336c78b923b3132e1a46
19:24:09 [2025-08-03T17:24:09.305Z] [Pipeline] }
19:24:09 [2025-08-03T17:24:09.320Z] [Pipeline] // dir
19:24:09 [2025-08-03T17:24:09.341Z] [Pipeline] echo
19:24:09 [2025-08-03T17:24:09.341Z] Build skipped due to no changes have been done since the last build
19:24:09 [2025-08-03T17:24:09.357Z] [Pipeline] dir
19:24:09 [2025-08-03T17:24:09.358Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly
19:24:09 [2025-08-03T17:24:09.358Z] [Pipeline] {
19:24:09 [2025-08-03T17:24:09.380Z] [Pipeline] git
19:24:09 [2025-08-03T17:24:09.382Z] The recommended git tool is: NONE
19:24:09 [2025-08-03T17:24:09.383Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:09 [2025-08-03T17:24:09.404Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@74eb905; decorates hudson.Launcher$LocalLauncher@95131f6 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:09 [2025-08-03T17:24:09.404Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
19:24:09 [2025-08-03T17:24:09.410Z] Fetching changes from the remote Git repository
19:24:09 [2025-08-03T17:24:09.414Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
19:24:09 [2025-08-03T17:24:09.420Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
19:24:09 [2025-08-03T17:24:09.420Z]  > /usr/bin/git --version # timeout=10
19:24:09 [2025-08-03T17:24:09.425Z]  > git --version # 'git version 2.43.0'
19:24:09 [2025-08-03T17:24:09.425Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:09 [2025-08-03T17:24:09.431Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:09 [2025-08-03T17:24:09.800Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:09 [2025-08-03T17:24:09.806Z] Checking out Revision 7e6708d85bcdee486504baaedc34c9e9c1a5be71 (refs/remotes/origin/master)
19:24:09 [2025-08-03T17:24:09.806Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:09 [2025-08-03T17:24:09.811Z]  > /usr/bin/git checkout -f 7e6708d85bcdee486504baaedc34c9e9c1a5be71 # timeout=10
19:24:09 [2025-08-03T17:24:09.822Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:09 [2025-08-03T17:24:09.832Z]  > /usr/bin/git branch -D master # timeout=10
19:24:09 [2025-08-03T17:24:09.840Z]  > /usr/bin/git checkout -b master 7e6708d85bcdee486504baaedc34c9e9c1a5be71 # timeout=10
19:24:09 [2025-08-03T17:24:09.853Z] Commit message: "Update parent POM to version 1.7-build250715"
19:24:09 [2025-08-03T17:24:09.853Z]  > /usr/bin/git rev-list --no-walk 7e6708d85bcdee486504baaedc34c9e9c1a5be71 # timeout=10
19:24:09 [2025-08-03T17:24:09.881Z] [Pipeline] fileExists
19:24:09 [2025-08-03T17:24:09.898Z] [Pipeline] readMavenPom
19:24:09 [2025-08-03T17:24:09.920Z] [Pipeline] sh
19:24:10 [2025-08-03T17:24:10.179Z] + git rev-parse HEAD
19:24:10 [2025-08-03T17:24:10.182Z] [Pipeline] echo
19:24:10 [2025-08-03T17:24:10.182Z] Silverpeas-Assembly: current commit is 7e6708d85bcdee486504baaedc34c9e9c1a5be71 and last build commit is 7e6708d85bcdee486504baaedc34c9e9c1a5be71
19:24:10 [2025-08-03T17:24:10.185Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.200Z] [Pipeline] // dir
19:24:10 [2025-08-03T17:24:10.215Z] [Pipeline] echo
19:24:10 [2025-08-03T17:24:10.216Z] Build skipped due to no changes have been done since the last build
19:24:10 [2025-08-03T17:24:10.216Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.231Z] [Pipeline] // script
19:24:10 [2025-08-03T17:24:10.246Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.260Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.277Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.278Z] [Pipeline] { (Build Silverpeas)
19:24:10 [2025-08-03T17:24:10.312Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.313Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.339Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.340Z] [Pipeline] { (Build Silverpeas-Core)
19:24:10 [2025-08-03T17:24:10.356Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.357Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.358Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.373Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.390Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.390Z] [Pipeline] { (Build Silverpeas-Components)
19:24:10 [2025-08-03T17:24:10.404Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.405Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.407Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.420Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.434Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.435Z] [Pipeline] { (Build Silverpeas-Assembly)
19:24:10 [2025-08-03T17:24:10.447Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.448Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.450Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.462Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.475Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.476Z] [Pipeline] { (Build Silverpeas Setup)
19:24:10 [2025-08-03T17:24:10.487Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.488Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.490Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.501Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.512Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.513Z] [Pipeline] { (Build Silverpeas Distribution)
19:24:10 [2025-08-03T17:24:10.522Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.523Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.525Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.535Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.546Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.547Z] [Pipeline] { (Build Silverpeas-Looks)
19:24:10 [2025-08-03T17:24:10.556Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.557Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.558Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.567Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.577Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.577Z] [Pipeline] { (Publish Silverpeas-Core)
19:24:10 [2025-08-03T17:24:10.586Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.587Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.588Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.597Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.606Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.607Z] [Pipeline] { (Publish Silverpeas-Components)
19:24:10 [2025-08-03T17:24:10.615Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.616Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.618Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.625Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.635Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.636Z] [Pipeline] { (Publish Silverpeas-Assembly)
19:24:10 [2025-08-03T17:24:10.643Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.644Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.646Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.654Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.663Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.664Z] [Pipeline] { (Publish Silverpeas-Setup)
19:24:10 [2025-08-03T17:24:10.672Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.673Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.675Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.682Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.691Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.692Z] [Pipeline] { (Publish Silverpeas-Distribution)
19:24:10 [2025-08-03T17:24:10.699Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.700Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.702Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.709Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.719Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.720Z] [Pipeline] { (Publish Silverpeas-Looks)
19:24:10 [2025-08-03T17:24:10.728Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.729Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.731Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.738Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.748Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.749Z] [Pipeline] { (Publish Community Web Site)
19:24:10 [2025-08-03T17:24:10.756Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:10 [2025-08-03T17:24:10.757Z] [Pipeline] getContext
19:24:10 [2025-08-03T17:24:10.759Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.766Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.773Z] [Pipeline] }
19:24:10 [2025-08-03T17:24:10.780Z] [Pipeline] // stage
19:24:10 [2025-08-03T17:24:10.795Z] [Pipeline] stage
19:24:10 [2025-08-03T17:24:10.796Z] [Pipeline] { (Create YAML build report)
19:24:10 [2025-08-03T17:24:10.819Z] [Pipeline] script
19:24:10 [2025-08-03T17:24:10.823Z] [Pipeline] {
19:24:10 [2025-08-03T17:24:10.841Z] [Pipeline] sh
19:24:11 [2025-08-03T17:24:11.099Z] + mkdir -p target
19:24:11 [2025-08-03T17:24:11.102Z] [Pipeline] sh
19:24:11 [2025-08-03T17:24:11.359Z] + mv build.yaml target/
19:24:11 [2025-08-03T17:24:11.360Z] [Pipeline] }
19:24:11 [2025-08-03T17:24:11.377Z] [Pipeline] // script
19:24:11 [2025-08-03T17:24:11.392Z] [Pipeline] }
19:24:11 [2025-08-03T17:24:11.406Z] [Pipeline] // stage
19:24:11 [2025-08-03T17:24:11.428Z] [Pipeline] stage
19:24:11 [2025-08-03T17:24:11.429Z] [Pipeline] { (Declarative: Post Actions)
19:24:11 [2025-08-03T17:24:11.456Z] [Pipeline] step
19:24:11 [2025-08-03T17:24:11.485Z] [Pipeline] script
19:24:11 [2025-08-03T17:24:11.489Z] [Pipeline] {
19:24:11 [2025-08-03T17:24:11.520Z] [Pipeline] }
19:24:11 [2025-08-03T17:24:11.535Z] [Pipeline] // script
19:24:11 [2025-08-03T17:24:11.555Z] [Pipeline] archiveArtifacts
19:24:11 [2025-08-03T17:24:11.558Z] Archiving artifacts
19:24:11 [2025-08-03T17:24:11.573Z] Enregistrement des empreintes numériques
19:24:11 [2025-08-03T17:24:11.587Z] [Pipeline] sh
19:24:11 [2025-08-03T17:24:11.846Z] + rm -rf target
19:24:11 [2025-08-03T17:24:11.851Z] [Pipeline] }
19:24:11 [2025-08-03T17:24:11.866Z] [Pipeline] // stage
19:24:11 [2025-08-03T17:24:11.881Z] [Pipeline] }
19:24:11 [2025-08-03T17:24:11.896Z] [Pipeline] // withEnv
19:24:11 [2025-08-03T17:24:11.911Z] [Pipeline] }
19:24:11 [2025-08-03T17:24:11.911Z] $ docker stop --time=1 635fc6fc23178287a522c883ae8079f9828b52bec201621146731655f893055a
19:24:13 [2025-08-03T17:24:13.247Z] $ docker rm -f --volumes 635fc6fc23178287a522c883ae8079f9828b52bec201621146731655f893055a
19:24:13 [2025-08-03T17:24:13.302Z] [Pipeline] // withDockerContainer
19:24:13 [2025-08-03T17:24:13.317Z] [Pipeline] }
19:24:13 [2025-08-03T17:24:13.332Z] [Pipeline] // withEnv
19:24:13 [2025-08-03T17:24:13.347Z] [Pipeline] }
19:24:13 [2025-08-03T17:24:13.362Z] [Pipeline] // node
19:24:13 [2025-08-03T17:24:13.379Z] [Pipeline] End of Pipeline
19:24:13 [2025-08-03T17:24:13.453Z] Lancement d'un nouveau build de Silverpeas_Mobile_Master_AutoDeploy #584
19:24:13 [2025-08-03T17:24:13.453Z] Finished: SUCCESS