Skip to content
Succès

Sortie de la console

19:24:00 [2025-04-06T17:24:00.282Z] Lancé par une alarme périodique
19:24:00 [2025-04-06T17:24:00.283Z] Running as userbuild
19:24:00 [2025-04-06T17:24:00.653Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:01 [2025-04-06T17:24:01.841Z] [Pipeline] Start of Pipeline
19:24:02 [2025-04-06T17:24:02.272Z] [Pipeline] node
19:24:02 [2025-04-06T17:24:02.275Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy
19:24:02 [2025-04-06T17:24:02.278Z] [Pipeline] {
19:24:02 [2025-04-06T17:24:02.299Z] [Pipeline] stage
19:24:02 [2025-04-06T17:24:02.300Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:02 [2025-04-06T17:24:02.312Z] [Pipeline] checkout
19:24:02 [2025-04-06T17:24:02.314Z] Selected Git installation does not exist. Using Default
19:24:02 [2025-04-06T17:24:02.314Z] The recommended git tool is: NONE
19:24:02 [2025-04-06T17:24:02.314Z] No credentials specified
19:24:02 [2025-04-06T17:24:02.314Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/.git # timeout=10
19:24:02 [2025-04-06T17:24:02.319Z] Fetching changes from the remote Git repository
19:24:02 [2025-04-06T17:24:02.323Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:02 [2025-04-06T17:24:02.330Z] Cleaning workspace
19:24:02 [2025-04-06T17:24:02.330Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:02 [2025-04-06T17:24:02.335Z] Resetting working tree
19:24:02 [2025-04-06T17:24:02.335Z]  > /usr/bin/git reset --hard # timeout=10
19:24:02 [2025-04-06T17:24:02.341Z]  > /usr/bin/git clean -fdx # timeout=10
19:24:02 [2025-04-06T17:24:02.347Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:02 [2025-04-06T17:24:02.347Z]  > /usr/bin/git --version # timeout=10
19:24:02 [2025-04-06T17:24:02.351Z]  > git --version # 'git version 2.43.0'
19:24:02 [2025-04-06T17:24:02.351Z]  > /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-04-06T17:24:02.680Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:02 [2025-04-06T17:24:02.686Z] Checking out Revision 08023d811205f6aba0cc1af783597b4af757a954 (refs/remotes/origin/master)
19:24:02 [2025-04-06T17:24:02.687Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:02 [2025-04-06T17:24:02.692Z]  > /usr/bin/git checkout -f 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
19:24:02 [2025-04-06T17:24:02.704Z] Commit message: "Fix condition testing in the release pipeline for Silverpeas-Sso. In this same pipeline, give the version of the Docker image to use (6.4 currently). Idem for the auto build pipeline for Silverpeas-Sso."
19:24:02 [2025-04-06T17:24:02.704Z]  > /usr/bin/git rev-list --no-walk 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
19:24:02 [2025-04-06T17:24:02.725Z] [Pipeline] }
19:24:02 [2025-04-06T17:24:02.731Z] [Pipeline] // stage
19:24:02 [2025-04-06T17:24:02.759Z] [Pipeline] withEnv
19:24:02 [2025-04-06T17:24:02.759Z] [Pipeline] {
19:24:02 [2025-04-06T17:24:02.948Z] [Pipeline] isUnix
19:24:02 [2025-04-06T17:24:02.949Z] [Pipeline] withEnv
19:24:02 [2025-04-06T17:24:02.949Z] [Pipeline] {
19:24:02 [2025-04-06T17:24:02.965Z] [Pipeline] sh
19:24:03 [2025-04-06T17:24:03.222Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:03 [2025-04-06T17:24:03.222Z] .
19:24:03 [2025-04-06T17:24:03.223Z] [Pipeline] }
19:24:03 [2025-04-06T17:24:03.237Z] [Pipeline] // withEnv
19:24:03 [2025-04-06T17:24:03.255Z] [Pipeline] withDockerContainer
19:24:03 [2025-04-06T17:24:03.290Z] Jenkins does not seem to be running inside a container
19:24:03 [2025-04-06T17:24:03.297Z] $ 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-04-06T17:24:03.624Z] $ docker top 2cb212a08a98fd3d88d97f6bea67094b7320f9fb44d3c7fce0ba17c575c99670 -eo pid,comm
19:24:03 [2025-04-06T17:24:03.663Z] [Pipeline] {
19:24:03 [2025-04-06T17:24:03.704Z] [Pipeline] withEnv
19:24:03 [2025-04-06T17:24:03.705Z] [Pipeline] {
19:24:03 [2025-04-06T17:24:03.728Z] [Pipeline] stage
19:24:03 [2025-04-06T17:24:03.729Z] [Pipeline] { (Prepare the job)
19:24:03 [2025-04-06T17:24:03.777Z] [Pipeline] sh
19:24:04 [2025-04-06T17:24:04.035Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/master/pom.xml
19:24:04 [2025-04-06T17:24:04.289Z] [Pipeline] script
19:24:04 [2025-04-06T17:24:04.297Z] [Pipeline] {
19:24:04 [2025-04-06T17:24:04.314Z] [Pipeline] readMavenPom
19:24:04 [2025-04-06T17:24:04.347Z] 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-04-06T17:24:04.349Z] 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-04-06T17:24:04.351Z] 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-04-06T17:24:04.351Z] 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-04-06T17:24:04.351Z] 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-04-06T17:24:04.352Z] [Pipeline] sh
19:24:04 [2025-04-06T17:24:04.611Z] + rm -f pom.xml
19:24:04 [2025-04-06T17:24:04.612Z] [Pipeline] }
19:24:04 [2025-04-06T17:24:04.626Z] [Pipeline] // script
19:24:04 [2025-04-06T17:24:04.643Z] [Pipeline] }
19:24:04 [2025-04-06T17:24:04.656Z] [Pipeline] // stage
19:24:04 [2025-04-06T17:24:04.672Z] [Pipeline] stage
19:24:04 [2025-04-06T17:24:04.673Z] [Pipeline] { (Check POM parent version)
19:24:04 [2025-04-06T17:24:04.749Z] [Pipeline] copyArtifacts
19:24:04 [2025-04-06T17:24:04.756Z] Copied 1 artifact from "Silverpeas_Project_Definition_AutoDeploy" build number 273
19:24:04 [2025-04-06T17:24:04.767Z] [Pipeline] script
19:24:04 [2025-04-06T17:24:04.775Z] [Pipeline] {
19:24:04 [2025-04-06T17:24:04.791Z] [Pipeline] readYaml
19:24:04 [2025-04-06T17:24:04.811Z] [Pipeline] sh
19:24:05 [2025-04-06T17:24:05.071Z] + 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-04-06T17:24:05.072Z] 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-04-06T17:24:05.073Z] 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-04-06T17:24:05.073Z] [Pipeline] sh
19:24:05 [2025-04-06T17:24:05.329Z] + rm -f build.yaml
19:24:05 [2025-04-06T17:24:05.330Z] [Pipeline] }
19:24:05 [2025-04-06T17:24:05.344Z] [Pipeline] // script
19:24:05 [2025-04-06T17:24:05.358Z] [Pipeline] }
19:24:05 [2025-04-06T17:24:05.371Z] [Pipeline] // stage
19:24:05 [2025-04-06T17:24:05.387Z] [Pipeline] stage
19:24:05 [2025-04-06T17:24:05.388Z] [Pipeline] { (Checkout projects and check code changes)
19:24:05 [2025-04-06T17:24:05.419Z] [Pipeline] script
19:24:05 [2025-04-06T17:24:05.424Z] [Pipeline] {
19:24:05 [2025-04-06T17:24:05.531Z] [Pipeline] copyArtifacts
19:24:05 [2025-04-06T17:24:05.536Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 932
19:24:05 [2025-04-06T17:24:05.548Z] [Pipeline] fileExists
19:24:05 [2025-04-06T17:24:05.563Z] [Pipeline] readYaml
19:24:05 [2025-04-06T17:24:05.581Z] 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-04-06T17:24:05.583Z] [Pipeline] dir
19:24:05 [2025-04-06T17:24:05.585Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core
19:24:05 [2025-04-06T17:24:05.585Z] [Pipeline] {
19:24:05 [2025-04-06T17:24:05.603Z] [Pipeline] git
19:24:05 [2025-04-06T17:24:05.608Z] The recommended git tool is: /usr/bin/git
19:24:05 [2025-04-06T17:24:05.610Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:05 [2025-04-06T17:24:05.625Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1de1ee13; decorates hudson.Launcher$LocalLauncher@1ef46beb will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:05 [2025-04-06T17:24:05.625Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
19:24:05 [2025-04-06T17:24:05.632Z] Fetching changes from the remote Git repository
19:24:05 [2025-04-06T17:24:05.635Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
19:24:05 [2025-04-06T17:24:05.642Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
19:24:05 [2025-04-06T17:24:05.642Z]  > /usr/bin/git --version # timeout=10
19:24:05 [2025-04-06T17:24:05.647Z]  > git --version # 'git version 2.43.0'
19:24:05 [2025-04-06T17:24:05.647Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:05 [2025-04-06T17:24:05.653Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:06 [2025-04-06T17:24:06.049Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:06 [2025-04-06T17:24:06.056Z] Checking out Revision 595b5d771cf48c532cd6359361d0503802d3432d (refs/remotes/origin/master)
19:24:06 [2025-04-06T17:24:06.056Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:06 [2025-04-06T17:24:06.061Z]  > /usr/bin/git checkout -f 595b5d771cf48c532cd6359361d0503802d3432d # timeout=10
19:24:06 [2025-04-06T17:24:06.119Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:06 [2025-04-06T17:24:06.131Z]  > /usr/bin/git branch -D master # timeout=10
19:24:06 [2025-04-06T17:24:06.138Z]  > /usr/bin/git checkout -b master 595b5d771cf48c532cd6359361d0503802d3432d # timeout=10
19:24:06 [2025-04-06T17:24:06.189Z] Commit message: "Bug #13477"
19:24:06 [2025-04-06T17:24:06.189Z]  > /usr/bin/git rev-list --no-walk 595b5d771cf48c532cd6359361d0503802d3432d # timeout=10
19:24:06 [2025-04-06T17:24:06.207Z] [Pipeline] fileExists
19:24:06 [2025-04-06T17:24:06.215Z] [Pipeline] readMavenPom
19:24:06 [2025-04-06T17:24:06.240Z] [Pipeline] sh
19:24:06 [2025-04-06T17:24:06.498Z] + git rev-parse HEAD
19:24:06 [2025-04-06T17:24:06.502Z] [Pipeline] echo
19:24:06 [2025-04-06T17:24:06.502Z] Silverpeas-Core: current commit is 595b5d771cf48c532cd6359361d0503802d3432d and last build commit is 595b5d771cf48c532cd6359361d0503802d3432d
19:24:06 [2025-04-06T17:24:06.507Z] [Pipeline] }
19:24:06 [2025-04-06T17:24:06.521Z] [Pipeline] // dir
19:24:06 [2025-04-06T17:24:06.536Z] [Pipeline] echo
19:24:06 [2025-04-06T17:24:06.536Z] Build skipped due to no changes have been done since the last build
19:24:06 [2025-04-06T17:24:06.552Z] [Pipeline] dir
19:24:06 [2025-04-06T17:24:06.552Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components
19:24:06 [2025-04-06T17:24:06.553Z] [Pipeline] {
19:24:06 [2025-04-06T17:24:06.572Z] [Pipeline] git
19:24:06 [2025-04-06T17:24:06.574Z] The recommended git tool is: /usr/bin/git
19:24:06 [2025-04-06T17:24:06.575Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:06 [2025-04-06T17:24:06.591Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3938c91e; decorates hudson.Launcher$LocalLauncher@70040923 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:06 [2025-04-06T17:24:06.592Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components/.git # timeout=10
19:24:06 [2025-04-06T17:24:06.598Z] Fetching changes from the remote Git repository
19:24:06 [2025-04-06T17:24:06.602Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
19:24:06 [2025-04-06T17:24:06.608Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
19:24:06 [2025-04-06T17:24:06.608Z]  > /usr/bin/git --version # timeout=10
19:24:06 [2025-04-06T17:24:06.613Z]  > git --version # 'git version 2.43.0'
19:24:06 [2025-04-06T17:24:06.613Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:06 [2025-04-06T17:24:06.619Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:07 [2025-04-06T17:24:07.211Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:07 [2025-04-06T17:24:07.217Z] Checking out Revision 07335de5e67a8b56d3bb3a1f524a84adce00aaba (refs/remotes/origin/master)
19:24:07 [2025-04-06T17:24:07.217Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:07 [2025-04-06T17:24:07.224Z]  > /usr/bin/git checkout -f 07335de5e67a8b56d3bb3a1f524a84adce00aaba # timeout=10
19:24:07 [2025-04-06T17:24:07.269Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2025-04-06T17:24:07.281Z]  > /usr/bin/git branch -D master # timeout=10
19:24:07 [2025-04-06T17:24:07.288Z]  > /usr/bin/git checkout -b master 07335de5e67a8b56d3bb3a1f524a84adce00aaba # timeout=10
19:24:07 [2025-04-06T17:24:07.332Z] Commit message: "Bug #13477"
19:24:07 [2025-04-06T17:24:07.333Z]  > /usr/bin/git rev-list --no-walk 07335de5e67a8b56d3bb3a1f524a84adce00aaba # timeout=10
19:24:07 [2025-04-06T17:24:07.353Z] [Pipeline] fileExists
19:24:07 [2025-04-06T17:24:07.372Z] [Pipeline] readMavenPom
19:24:07 [2025-04-06T17:24:07.393Z] [Pipeline] sh
19:24:07 [2025-04-06T17:24:07.652Z] + git rev-parse HEAD
19:24:07 [2025-04-06T17:24:07.655Z] [Pipeline] echo
19:24:07 [2025-04-06T17:24:07.656Z] Silverpeas-Components: current commit is 07335de5e67a8b56d3bb3a1f524a84adce00aaba and last build commit is 07335de5e67a8b56d3bb3a1f524a84adce00aaba
19:24:07 [2025-04-06T17:24:07.658Z] [Pipeline] }
19:24:07 [2025-04-06T17:24:07.675Z] [Pipeline] // dir
19:24:07 [2025-04-06T17:24:07.690Z] [Pipeline] echo
19:24:07 [2025-04-06T17:24:07.691Z] Build skipped due to no changes have been done since the last build
19:24:07 [2025-04-06T17:24:07.707Z] [Pipeline] dir
19:24:07 [2025-04-06T17:24:07.707Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks
19:24:07 [2025-04-06T17:24:07.708Z] [Pipeline] {
19:24:07 [2025-04-06T17:24:07.727Z] [Pipeline] git
19:24:07 [2025-04-06T17:24:07.739Z] Selected Git installation does not exist. Using Default
19:24:07 [2025-04-06T17:24:07.739Z] The recommended git tool is: NONE
19:24:07 [2025-04-06T17:24:07.740Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:07 [2025-04-06T17:24:07.753Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6d87a4da; decorates hudson.Launcher$LocalLauncher@75176844 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:07 [2025-04-06T17:24:07.754Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks/.git # timeout=10
19:24:07 [2025-04-06T17:24:07.760Z] Fetching changes from the remote Git repository
19:24:07 [2025-04-06T17:24:07.763Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
19:24:07 [2025-04-06T17:24:07.770Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
19:24:07 [2025-04-06T17:24:07.770Z]  > /usr/bin/git --version # timeout=10
19:24:07 [2025-04-06T17:24:07.774Z]  > git --version # 'git version 2.43.0'
19:24:07 [2025-04-06T17:24:07.775Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:07 [2025-04-06T17:24:07.780Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:08 [2025-04-06T17:24:08.143Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:08 [2025-04-06T17:24:08.150Z] Checking out Revision 0ea75d00659ae52e4c471edd41e52a2c39aff350 (refs/remotes/origin/master)
19:24:08 [2025-04-06T17:24:08.150Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:08 [2025-04-06T17:24:08.154Z]  > /usr/bin/git checkout -f 0ea75d00659ae52e4c471edd41e52a2c39aff350 # timeout=10
19:24:08 [2025-04-06T17:24:08.167Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:08 [2025-04-06T17:24:08.176Z]  > /usr/bin/git branch -D master # timeout=10
19:24:08 [2025-04-06T17:24:08.182Z]  > /usr/bin/git checkout -b master 0ea75d00659ae52e4c471edd41e52a2c39aff350 # timeout=10
19:24:08 [2025-04-06T17:24:08.197Z] Commit message: "Update parent POM to 1.7-build250303"
19:24:08 [2025-04-06T17:24:08.197Z]  > /usr/bin/git rev-list --no-walk 0ea75d00659ae52e4c471edd41e52a2c39aff350 # timeout=10
19:24:08 [2025-04-06T17:24:08.217Z] [Pipeline] fileExists
19:24:08 [2025-04-06T17:24:08.226Z] [Pipeline] readMavenPom
19:24:08 [2025-04-06T17:24:08.239Z] [Pipeline] sh
19:24:08 [2025-04-06T17:24:08.498Z] + git rev-parse HEAD
19:24:08 [2025-04-06T17:24:08.501Z] [Pipeline] echo
19:24:08 [2025-04-06T17:24:08.502Z] Silverpeas-Looks: current commit is 0ea75d00659ae52e4c471edd41e52a2c39aff350 and last build commit is 0ea75d00659ae52e4c471edd41e52a2c39aff350
19:24:08 [2025-04-06T17:24:08.504Z] [Pipeline] }
19:24:08 [2025-04-06T17:24:08.519Z] [Pipeline] // dir
19:24:08 [2025-04-06T17:24:08.535Z] [Pipeline] echo
19:24:08 [2025-04-06T17:24:08.535Z] Build skipped due to no changes have been done since the last build
19:24:08 [2025-04-06T17:24:08.552Z] [Pipeline] dir
19:24:08 [2025-04-06T17:24:08.552Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup
19:24:08 [2025-04-06T17:24:08.553Z] [Pipeline] {
19:24:08 [2025-04-06T17:24:08.574Z] [Pipeline] git
19:24:08 [2025-04-06T17:24:08.576Z] The recommended git tool is: NONE
19:24:08 [2025-04-06T17:24:08.577Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:08 [2025-04-06T17:24:08.587Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1d3dd4b3; decorates hudson.Launcher$LocalLauncher@514eacd7 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:08 [2025-04-06T17:24:08.587Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup/.git # timeout=10
19:24:08 [2025-04-06T17:24:08.594Z] Fetching changes from the remote Git repository
19:24:08 [2025-04-06T17:24:08.598Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
19:24:08 [2025-04-06T17:24:08.606Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
19:24:08 [2025-04-06T17:24:08.606Z]  > /usr/bin/git --version # timeout=10
19:24:08 [2025-04-06T17:24:08.612Z]  > git --version # 'git version 2.43.0'
19:24:08 [2025-04-06T17:24:08.612Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:08 [2025-04-06T17:24:08.619Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:08 [2025-04-06T17:24:08.996Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:09 [2025-04-06T17:24:09.003Z] Checking out Revision 819fef128a1a9e2e93a76755b0c25c4a6325b856 (refs/remotes/origin/master)
19:24:09 [2025-04-06T17:24:09.003Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:09 [2025-04-06T17:24:09.009Z]  > /usr/bin/git checkout -f 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:09 [2025-04-06T17:24:09.018Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:09 [2025-04-06T17:24:09.028Z]  > /usr/bin/git branch -D master # timeout=10
19:24:09 [2025-04-06T17:24:09.036Z]  > /usr/bin/git checkout -b master 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:09 [2025-04-06T17:24:09.053Z] 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-04-06T17:24:09.053Z]  > /usr/bin/git rev-list --no-walk 819fef128a1a9e2e93a76755b0c25c4a6325b856 # timeout=10
19:24:09 [2025-04-06T17:24:09.084Z] [Pipeline] fileExists
19:24:09 [2025-04-06T17:24:09.096Z] [Pipeline] sh
19:24:09 [2025-04-06T17:24:09.356Z] + git rev-parse HEAD
19:24:09 [2025-04-06T17:24:09.359Z] [Pipeline] echo
19:24:09 [2025-04-06T17:24:09.359Z] Silverpeas-Setup: current commit is 819fef128a1a9e2e93a76755b0c25c4a6325b856 and last build commit is 819fef128a1a9e2e93a76755b0c25c4a6325b856
19:24:09 [2025-04-06T17:24:09.361Z] [Pipeline] }
19:24:09 [2025-04-06T17:24:09.377Z] [Pipeline] // dir
19:24:09 [2025-04-06T17:24:09.393Z] [Pipeline] echo
19:24:09 [2025-04-06T17:24:09.393Z] Build skipped due to no changes have been done since the last build
19:24:09 [2025-04-06T17:24:09.410Z] [Pipeline] dir
19:24:09 [2025-04-06T17:24:09.410Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution
19:24:09 [2025-04-06T17:24:09.411Z] [Pipeline] {
19:24:09 [2025-04-06T17:24:09.431Z] [Pipeline] git
19:24:09 [2025-04-06T17:24:09.434Z] The recommended git tool is: NONE
19:24:09 [2025-04-06T17:24:09.434Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:09 [2025-04-06T17:24:09.444Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@26210b8d; decorates hudson.Launcher$LocalLauncher@60be999f will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:09 [2025-04-06T17:24:09.445Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
19:24:09 [2025-04-06T17:24:09.451Z] Fetching changes from the remote Git repository
19:24:09 [2025-04-06T17:24:09.455Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
19:24:09 [2025-04-06T17:24:09.462Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
19:24:09 [2025-04-06T17:24:09.462Z]  > /usr/bin/git --version # timeout=10
19:24:09 [2025-04-06T17:24:09.468Z]  > git --version # 'git version 2.43.0'
19:24:09 [2025-04-06T17:24:09.468Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:09 [2025-04-06T17:24:09.474Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:09 [2025-04-06T17:24:09.842Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:09 [2025-04-06T17:24:09.849Z] Checking out Revision 82673899847afe1bc0d0336c78b923b3132e1a46 (refs/remotes/origin/master)
19:24:09 [2025-04-06T17:24:09.849Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:09 [2025-04-06T17:24:09.854Z]  > /usr/bin/git checkout -f 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:09 [2025-04-06T17:24:09.863Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:09 [2025-04-06T17:24:09.872Z]  > /usr/bin/git branch -D master # timeout=10
19:24:09 [2025-04-06T17:24:09.879Z]  > /usr/bin/git checkout -b master 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:09 [2025-04-06T17:24:09.898Z] 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-04-06T17:24:09.898Z]  > /usr/bin/git rev-list --no-walk 82673899847afe1bc0d0336c78b923b3132e1a46 # timeout=10
19:24:09 [2025-04-06T17:24:09.929Z] [Pipeline] fileExists
19:24:09 [2025-04-06T17:24:09.946Z] [Pipeline] readMavenPom
19:24:09 [2025-04-06T17:24:09.966Z] [Pipeline] sh
19:24:10 [2025-04-06T17:24:10.224Z] + git rev-parse HEAD
19:24:10 [2025-04-06T17:24:10.226Z] [Pipeline] echo
19:24:10 [2025-04-06T17:24:10.227Z] Silverpeas-Distribution: current commit is 82673899847afe1bc0d0336c78b923b3132e1a46 and last build commit is 82673899847afe1bc0d0336c78b923b3132e1a46
19:24:10 [2025-04-06T17:24:10.229Z] [Pipeline] }
19:24:10 [2025-04-06T17:24:10.245Z] [Pipeline] // dir
19:24:10 [2025-04-06T17:24:10.261Z] [Pipeline] echo
19:24:10 [2025-04-06T17:24:10.261Z] Build skipped due to no changes have been done since the last build
19:24:10 [2025-04-06T17:24:10.278Z] [Pipeline] dir
19:24:10 [2025-04-06T17:24:10.279Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly
19:24:10 [2025-04-06T17:24:10.279Z] [Pipeline] {
19:24:10 [2025-04-06T17:24:10.300Z] [Pipeline] git
19:24:10 [2025-04-06T17:24:10.302Z] The recommended git tool is: NONE
19:24:10 [2025-04-06T17:24:10.303Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:10 [2025-04-06T17:24:10.314Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1cff822c; decorates hudson.Launcher$LocalLauncher@570adc87 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:10 [2025-04-06T17:24:10.314Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
19:24:10 [2025-04-06T17:24:10.321Z] Fetching changes from the remote Git repository
19:24:10 [2025-04-06T17:24:10.325Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
19:24:10 [2025-04-06T17:24:10.332Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
19:24:10 [2025-04-06T17:24:10.332Z]  > /usr/bin/git --version # timeout=10
19:24:10 [2025-04-06T17:24:10.337Z]  > git --version # 'git version 2.43.0'
19:24:10 [2025-04-06T17:24:10.338Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:10 [2025-04-06T17:24:10.343Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:10 [2025-04-06T17:24:10.711Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:10 [2025-04-06T17:24:10.718Z] Checking out Revision d72196062965bd6f53e98b8d2598fa382cda2020 (refs/remotes/origin/master)
19:24:10 [2025-04-06T17:24:10.718Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:10 [2025-04-06T17:24:10.723Z]  > /usr/bin/git checkout -f d72196062965bd6f53e98b8d2598fa382cda2020 # timeout=10
19:24:10 [2025-04-06T17:24:10.733Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:10 [2025-04-06T17:24:10.744Z]  > /usr/bin/git branch -D master # timeout=10
19:24:10 [2025-04-06T17:24:10.752Z]  > /usr/bin/git checkout -b master d72196062965bd6f53e98b8d2598fa382cda2020 # timeout=10
19:24:10 [2025-04-06T17:24:10.766Z] Commit message: "Update parent POM to 1.7-build250303"
19:24:10 [2025-04-06T17:24:10.766Z]  > /usr/bin/git rev-list --no-walk d72196062965bd6f53e98b8d2598fa382cda2020 # timeout=10
19:24:10 [2025-04-06T17:24:10.797Z] [Pipeline] fileExists
19:24:10 [2025-04-06T17:24:10.814Z] [Pipeline] readMavenPom
19:24:10 [2025-04-06T17:24:10.831Z] [Pipeline] sh
19:24:11 [2025-04-06T17:24:11.090Z] + git rev-parse HEAD
19:24:11 [2025-04-06T17:24:11.093Z] [Pipeline] echo
19:24:11 [2025-04-06T17:24:11.093Z] Silverpeas-Assembly: current commit is d72196062965bd6f53e98b8d2598fa382cda2020 and last build commit is d72196062965bd6f53e98b8d2598fa382cda2020
19:24:11 [2025-04-06T17:24:11.096Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.114Z] [Pipeline] // dir
19:24:11 [2025-04-06T17:24:11.133Z] [Pipeline] echo
19:24:11 [2025-04-06T17:24:11.134Z] Build skipped due to no changes have been done since the last build
19:24:11 [2025-04-06T17:24:11.134Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.152Z] [Pipeline] // script
19:24:11 [2025-04-06T17:24:11.169Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.184Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.202Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.202Z] [Pipeline] { (Build Silverpeas)
19:24:11 [2025-04-06T17:24:11.312Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.313Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.381Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.382Z] [Pipeline] { (Build Silverpeas-Core)
19:24:11 [2025-04-06T17:24:11.399Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.399Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.401Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.417Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.435Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.436Z] [Pipeline] { (Build Silverpeas-Components)
19:24:11 [2025-04-06T17:24:11.451Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.452Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.454Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.468Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.484Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.485Z] [Pipeline] { (Build Silverpeas-Assembly)
19:24:11 [2025-04-06T17:24:11.499Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.500Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.502Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.514Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.529Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.530Z] [Pipeline] { (Build Silverpeas Setup)
19:24:11 [2025-04-06T17:24:11.542Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.543Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.544Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.556Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.570Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.570Z] [Pipeline] { (Build Silverpeas Distribution)
19:24:11 [2025-04-06T17:24:11.582Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.583Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.584Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.595Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.608Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.609Z] [Pipeline] { (Build Silverpeas-Looks)
19:24:11 [2025-04-06T17:24:11.620Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.620Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.622Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.632Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.644Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.645Z] [Pipeline] { (Publish Silverpeas-Core)
19:24:11 [2025-04-06T17:24:11.655Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.656Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.658Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.667Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.678Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.679Z] [Pipeline] { (Publish Silverpeas-Components)
19:24:11 [2025-04-06T17:24:11.689Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.690Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.691Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.700Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.711Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.711Z] [Pipeline] { (Publish Silverpeas-Assembly)
19:24:11 [2025-04-06T17:24:11.720Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.721Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.724Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.732Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.743Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.743Z] [Pipeline] { (Publish Silverpeas-Setup)
19:24:11 [2025-04-06T17:24:11.752Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.753Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.756Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.764Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.774Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.775Z] [Pipeline] { (Publish Silverpeas-Distribution)
19:24:11 [2025-04-06T17:24:11.784Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.785Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.786Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.794Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.804Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.805Z] [Pipeline] { (Publish Silverpeas-Looks)
19:24:11 [2025-04-06T17:24:11.813Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.814Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.815Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.823Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.833Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.834Z] [Pipeline] { (Publish Community Web Site)
19:24:11 [2025-04-06T17:24:11.842Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:11 [2025-04-06T17:24:11.842Z] [Pipeline] getContext
19:24:11 [2025-04-06T17:24:11.844Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.851Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.859Z] [Pipeline] }
19:24:11 [2025-04-06T17:24:11.866Z] [Pipeline] // stage
19:24:11 [2025-04-06T17:24:11.883Z] [Pipeline] stage
19:24:11 [2025-04-06T17:24:11.884Z] [Pipeline] { (Create YAML build report)
19:24:11 [2025-04-06T17:24:11.914Z] [Pipeline] script
19:24:11 [2025-04-06T17:24:11.918Z] [Pipeline] {
19:24:11 [2025-04-06T17:24:11.939Z] [Pipeline] sh
19:24:12 [2025-04-06T17:24:12.199Z] + mkdir -p target
19:24:12 [2025-04-06T17:24:12.201Z] [Pipeline] sh
19:24:12 [2025-04-06T17:24:12.460Z] + mv build.yaml target/
19:24:12 [2025-04-06T17:24:12.461Z] [Pipeline] }
19:24:12 [2025-04-06T17:24:12.477Z] [Pipeline] // script
19:24:12 [2025-04-06T17:24:12.493Z] [Pipeline] }
19:24:12 [2025-04-06T17:24:12.508Z] [Pipeline] // stage
19:24:12 [2025-04-06T17:24:12.531Z] [Pipeline] stage
19:24:12 [2025-04-06T17:24:12.532Z] [Pipeline] { (Declarative: Post Actions)
19:24:12 [2025-04-06T17:24:12.562Z] [Pipeline] step
19:24:12 [2025-04-06T17:24:12.594Z] [Pipeline] script
19:24:12 [2025-04-06T17:24:12.602Z] [Pipeline] {
19:24:12 [2025-04-06T17:24:12.635Z] [Pipeline] }
19:24:12 [2025-04-06T17:24:12.651Z] [Pipeline] // script
19:24:12 [2025-04-06T17:24:12.671Z] [Pipeline] archiveArtifacts
19:24:12 [2025-04-06T17:24:12.675Z] Archiving artifacts
19:24:12 [2025-04-06T17:24:12.690Z] Enregistrement des empreintes numériques
19:24:12 [2025-04-06T17:24:12.703Z] [Pipeline] sh
19:24:12 [2025-04-06T17:24:12.963Z] + rm -rf target
19:24:12 [2025-04-06T17:24:12.971Z] [Pipeline] }
19:24:12 [2025-04-06T17:24:12.986Z] [Pipeline] // stage
19:24:13 [2025-04-06T17:24:13.002Z] [Pipeline] }
19:24:13 [2025-04-06T17:24:13.017Z] [Pipeline] // withEnv
19:24:13 [2025-04-06T17:24:13.032Z] [Pipeline] }
19:24:13 [2025-04-06T17:24:13.033Z] $ docker stop --time=1 2cb212a08a98fd3d88d97f6bea67094b7320f9fb44d3c7fce0ba17c575c99670
19:24:14 [2025-04-06T17:24:14.286Z] $ docker rm -f --volumes 2cb212a08a98fd3d88d97f6bea67094b7320f9fb44d3c7fce0ba17c575c99670
19:24:14 [2025-04-06T17:24:14.328Z] [Pipeline] // withDockerContainer
19:24:14 [2025-04-06T17:24:14.343Z] [Pipeline] }
19:24:14 [2025-04-06T17:24:14.359Z] [Pipeline] // withEnv
19:24:14 [2025-04-06T17:24:14.374Z] [Pipeline] }
19:24:14 [2025-04-06T17:24:14.392Z] [Pipeline] // node
19:24:14 [2025-04-06T17:24:14.403Z] [Pipeline] End of Pipeline
19:24:14 [2025-04-06T17:24:14.528Z] Lancement d'un nouveau build de Silverpeas_Mobile_Master_AutoDeploy #552
19:24:14 [2025-04-06T17:24:14.528Z] Finished: SUCCESS