Skip to content
Succès

Sortie de la console

06:46:00 [2025-04-07T04:46:00.283Z] Lancé par une alarme périodique
06:46:00 [2025-04-07T04:46:00.284Z] Running as userbuild
06:46:00 [2025-04-07T04:46:00.670Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2025-04-07T04:46:01.212Z] [Pipeline] Start of Pipeline (hide)
06:46:01 [2025-04-07T04:46:01.604Z] [Pipeline] node (hide)
06:46:01 [2025-04-07T04:46:01.608Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy
06:46:01 [2025-04-07T04:46:01.610Z] [Pipeline] { (hide)
06:46:01 [2025-04-07T04:46:01.627Z] [Pipeline] stage (hide)
06:46:01 [2025-04-07T04:46:01.628Z] [Pipeline] { (Declarative: Checkout SCM) (hide)
06:46:01 [2025-04-07T04:46:01.640Z] [Pipeline] checkout (hide)
06:46:01 [2025-04-07T04:46:01.642Z] Selected Git installation does not exist. Using Default
06:46:01 [2025-04-07T04:46:01.642Z] The recommended git tool is: NONE
06:46:01 [2025-04-07T04:46:01.642Z] No credentials specified
06:46:01 [2025-04-07T04:46:01.642Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/.git # timeout=10
06:46:01 [2025-04-07T04:46:01.648Z] Fetching changes from the remote Git repository
06:46:01 [2025-04-07T04:46:01.654Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:01 [2025-04-07T04:46:01.662Z] Cleaning workspace
06:46:01 [2025-04-07T04:46:01.662Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:01 [2025-04-07T04:46:01.667Z] Resetting working tree
06:46:01 [2025-04-07T04:46:01.667Z]  > /usr/bin/git reset --hard # timeout=10
06:46:01 [2025-04-07T04:46:01.676Z]  > /usr/bin/git clean -fdx # timeout=10
06:46:01 [2025-04-07T04:46:01.681Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:01 [2025-04-07T04:46:01.681Z]  > /usr/bin/git --version # timeout=10
06:46:01 [2025-04-07T04:46:01.685Z]  > git --version # 'git version 2.43.0'
06:46:01 [2025-04-07T04:46:01.686Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:02 [2025-04-07T04:46:02.008Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:02 [2025-04-07T04:46:02.014Z] Checking out Revision 08023d811205f6aba0cc1af783597b4af757a954 (refs/remotes/origin/master)
06:46:02 [2025-04-07T04:46:02.014Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:02 [2025-04-07T04:46:02.019Z]  > /usr/bin/git checkout -f 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
06:46:02 [2025-04-07T04:46:02.033Z] 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."
06:46:02 [2025-04-07T04:46:02.033Z]  > /usr/bin/git rev-list --no-walk 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
06:46:02 [2025-04-07T04:46:02.058Z] [Pipeline] }
06:46:02 [2025-04-07T04:46:02.067Z] [Pipeline] // stage
06:46:02 [2025-04-07T04:46:02.093Z] [Pipeline] withEnv (hide)
06:46:02 [2025-04-07T04:46:02.094Z] [Pipeline] { (hide)
06:46:02 [2025-04-07T04:46:02.286Z] [Pipeline] isUnix (hide)
06:46:02 [2025-04-07T04:46:02.287Z] [Pipeline] withEnv (hide)
06:46:02 [2025-04-07T04:46:02.288Z] [Pipeline] { (hide)
06:46:02 [2025-04-07T04:46:02.303Z] [Pipeline] sh (hide)
06:46:02 [2025-04-07T04:46:02.559Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:02 [2025-04-07T04:46:02.559Z] .
06:46:02 [2025-04-07T04:46:02.560Z] [Pipeline] }
06:46:02 [2025-04-07T04:46:02.573Z] [Pipeline] // withEnv
06:46:02 [2025-04-07T04:46:02.589Z] [Pipeline] withDockerContainer (hide)
06:46:02 [2025-04-07T04:46:02.623Z] Jenkins does not seem to be running inside a container
06:46:02 [2025-04-07T04:46:02.631Z] $ 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_Stable_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Stable_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:6.4 cat
06:46:02 [2025-04-07T04:46:02.937Z] $ docker top 88c3323facef36898356852036fa1c6eb76ef1f19041508cc0953a3ed2e96554 -eo pid,comm
06:46:02 [2025-04-07T04:46:02.976Z] [Pipeline] { (hide)
06:46:03 [2025-04-07T04:46:03.002Z] [Pipeline] withEnv (hide)
06:46:03 [2025-04-07T04:46:03.003Z] [Pipeline] { (hide)
06:46:03 [2025-04-07T04:46:03.025Z] [Pipeline] stage (hide)
06:46:03 [2025-04-07T04:46:03.026Z] [Pipeline] { (Prepare the job) (hide)
06:46:03 [2025-04-07T04:46:03.074Z] [Pipeline] sh (hide)
06:46:03 [2025-04-07T04:46:03.333Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.4.x/pom.xml
06:46:03 [2025-04-07T04:46:03.585Z] [Pipeline] script (hide)
06:46:03 [2025-04-07T04:46:03.591Z] [Pipeline] { (hide)
06:46:03 [2025-04-07T04:46:03.607Z] [Pipeline] readMavenPom (hide)
06:46:03 [2025-04-07T04:46:03.634Z] 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.
06:46:03 [2025-04-07T04:46:03.636Z] 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.
06:46:03 [2025-04-07T04:46:03.637Z] 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.
06:46:03 [2025-04-07T04:46:03.638Z] 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.
06:46:03 [2025-04-07T04:46:03.638Z] 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.
06:46:03 [2025-04-07T04:46:03.639Z] [Pipeline] sh (hide)
06:46:03 [2025-04-07T04:46:03.897Z] + rm -f pom.xml
06:46:03 [2025-04-07T04:46:03.898Z] [Pipeline] }
06:46:03 [2025-04-07T04:46:03.912Z] [Pipeline] // script
06:46:03 [2025-04-07T04:46:03.928Z] [Pipeline] }
06:46:03 [2025-04-07T04:46:03.940Z] [Pipeline] // stage
06:46:03 [2025-04-07T04:46:03.955Z] [Pipeline] stage (hide)
06:46:03 [2025-04-07T04:46:03.956Z] [Pipeline] { (Check POM parent version) (hide)
06:46:04 [2025-04-07T04:46:04.025Z] Stage "Check POM parent version" skipped due to when conditional
06:46:04 [2025-04-07T04:46:04.026Z] [Pipeline] getContext (hide)
06:46:04 [2025-04-07T04:46:04.035Z] [Pipeline] }
06:46:04 [2025-04-07T04:46:04.046Z] [Pipeline] // stage
06:46:04 [2025-04-07T04:46:04.060Z] [Pipeline] stage (hide)
06:46:04 [2025-04-07T04:46:04.061Z] [Pipeline] { (Checkout projects and check code changes) (hide)
06:46:04 [2025-04-07T04:46:04.090Z] [Pipeline] script (hide)
06:46:04 [2025-04-07T04:46:04.095Z] [Pipeline] { (hide)
06:46:04 [2025-04-07T04:46:04.116Z] [Pipeline] copyArtifacts (hide)
06:46:04 [2025-04-07T04:46:04.122Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 378
06:46:04 [2025-04-07T04:46:04.133Z] [Pipeline] fileExists (hide)
06:46:04 [2025-04-07T04:46:04.150Z] [Pipeline] readYaml (hide)
06:46:04 [2025-04-07T04:46:04.164Z] 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.
06:46:04 [2025-04-07T04:46:04.167Z] [Pipeline] dir (hide)
06:46:04 [2025-04-07T04:46:04.167Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core
06:46:04 [2025-04-07T04:46:04.168Z] [Pipeline] { (hide)
06:46:04 [2025-04-07T04:46:04.186Z] [Pipeline] git (hide)
06:46:04 [2025-04-07T04:46:04.188Z] The recommended git tool is: /usr/bin/git
06:46:04 [2025-04-07T04:46:04.190Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:04 [2025-04-07T04:46:04.200Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@45a2aef4; decorates hudson.Launcher$LocalLauncher@609d9a0a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:04 [2025-04-07T04:46:04.200Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Core/.git # timeout=10
06:46:04 [2025-04-07T04:46:04.206Z] Fetching changes from the remote Git repository
06:46:04 [2025-04-07T04:46:04.209Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
06:46:04 [2025-04-07T04:46:04.215Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
06:46:04 [2025-04-07T04:46:04.215Z]  > /usr/bin/git --version # timeout=10
06:46:04 [2025-04-07T04:46:04.220Z]  > git --version # 'git version 2.43.0'
06:46:04 [2025-04-07T04:46:04.220Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:04 [2025-04-07T04:46:04.226Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:04 [2025-04-07T04:46:04.808Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:04 [2025-04-07T04:46:04.815Z] Checking out Revision 90cad18a9af6924916039139c3800dbb726c3e09 (refs/remotes/origin/6.4.x)
06:46:04 [2025-04-07T04:46:04.815Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:04 [2025-04-07T04:46:04.820Z]  > /usr/bin/git checkout -f 90cad18a9af6924916039139c3800dbb726c3e09 # timeout=10
06:46:04 [2025-04-07T04:46:04.870Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:04 [2025-04-07T04:46:04.882Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:04 [2025-04-07T04:46:04.889Z]  > /usr/bin/git checkout -b 6.4.x 90cad18a9af6924916039139c3800dbb726c3e09 # timeout=10
06:46:04 [2025-04-07T04:46:04.946Z] Commit message: "Bug #13477"
06:46:04 [2025-04-07T04:46:04.946Z]  > /usr/bin/git rev-list --no-walk 90cad18a9af6924916039139c3800dbb726c3e09 # timeout=10
06:46:04 [2025-04-07T04:46:04.966Z] [Pipeline] fileExists (hide)
06:46:04 [2025-04-07T04:46:04.973Z] [Pipeline] readMavenPom (hide)
06:46:04 [2025-04-07T04:46:04.987Z] [Pipeline] sh (hide)
06:46:05 [2025-04-07T04:46:05.245Z] + git rev-parse HEAD
06:46:05 [2025-04-07T04:46:05.248Z] [Pipeline] echo (hide)
06:46:05 [2025-04-07T04:46:05.249Z] Silverpeas-Core: current commit is 90cad18a9af6924916039139c3800dbb726c3e09 and last build commit is 90cad18a9af6924916039139c3800dbb726c3e09
06:46:05 [2025-04-07T04:46:05.251Z] [Pipeline] }
06:46:05 [2025-04-07T04:46:05.267Z] [Pipeline] // dir
06:46:05 [2025-04-07T04:46:05.281Z] [Pipeline] echo (hide)
06:46:05 [2025-04-07T04:46:05.281Z] Build skipped due to no changes have been done since the last build
06:46:05 [2025-04-07T04:46:05.296Z] [Pipeline] dir (hide)
06:46:05 [2025-04-07T04:46:05.297Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components
06:46:05 [2025-04-07T04:46:05.297Z] [Pipeline] { (hide)
06:46:05 [2025-04-07T04:46:05.316Z] [Pipeline] git (hide)
06:46:05 [2025-04-07T04:46:05.318Z] The recommended git tool is: /usr/bin/git
06:46:05 [2025-04-07T04:46:05.318Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:05 [2025-04-07T04:46:05.333Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@208f10bc; decorates hudson.Launcher$LocalLauncher@1ba019d9 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:05 [2025-04-07T04:46:05.334Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/.git # timeout=10
06:46:05 [2025-04-07T04:46:05.340Z] Fetching changes from the remote Git repository
06:46:05 [2025-04-07T04:46:05.343Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
06:46:05 [2025-04-07T04:46:05.350Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
06:46:05 [2025-04-07T04:46:05.350Z]  > /usr/bin/git --version # timeout=10
06:46:05 [2025-04-07T04:46:05.355Z]  > git --version # 'git version 2.43.0'
06:46:05 [2025-04-07T04:46:05.355Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:05 [2025-04-07T04:46:05.361Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:05 [2025-04-07T04:46:05.922Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:05 [2025-04-07T04:46:05.928Z] Checking out Revision 539e2b2fd04c6f8cce167f26ef2ad639e2c63571 (refs/remotes/origin/6.4.x)
06:46:05 [2025-04-07T04:46:05.928Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:05 [2025-04-07T04:46:05.933Z]  > /usr/bin/git checkout -f 539e2b2fd04c6f8cce167f26ef2ad639e2c63571 # timeout=10
06:46:05 [2025-04-07T04:46:05.973Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:05 [2025-04-07T04:46:05.987Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:05 [2025-04-07T04:46:05.993Z]  > /usr/bin/git checkout -b 6.4.x 539e2b2fd04c6f8cce167f26ef2ad639e2c63571 # timeout=10
06:46:06 [2025-04-07T04:46:06.064Z] Commit message: "Bug #13477"
06:46:06 [2025-04-07T04:46:06.065Z]  > /usr/bin/git rev-list --no-walk 539e2b2fd04c6f8cce167f26ef2ad639e2c63571 # timeout=10
06:46:06 [2025-04-07T04:46:06.093Z] [Pipeline] fileExists (hide)
06:46:06 [2025-04-07T04:46:06.109Z] [Pipeline] readMavenPom (hide)
06:46:06 [2025-04-07T04:46:06.130Z] [Pipeline] sh (hide)
06:46:06 [2025-04-07T04:46:06.388Z] + git rev-parse HEAD
06:46:06 [2025-04-07T04:46:06.392Z] [Pipeline] echo (hide)
06:46:06 [2025-04-07T04:46:06.392Z] Silverpeas-Components: current commit is 539e2b2fd04c6f8cce167f26ef2ad639e2c63571 and last build commit is 539e2b2fd04c6f8cce167f26ef2ad639e2c63571
06:46:06 [2025-04-07T04:46:06.394Z] [Pipeline] }
06:46:06 [2025-04-07T04:46:06.409Z] [Pipeline] // dir
06:46:06 [2025-04-07T04:46:06.424Z] [Pipeline] echo (hide)
06:46:06 [2025-04-07T04:46:06.425Z] Build skipped due to no changes have been done since the last build
06:46:06 [2025-04-07T04:46:06.440Z] [Pipeline] dir (hide)
06:46:06 [2025-04-07T04:46:06.441Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks
06:46:06 [2025-04-07T04:46:06.441Z] [Pipeline] { (hide)
06:46:06 [2025-04-07T04:46:06.461Z] [Pipeline] git (hide)
06:46:06 [2025-04-07T04:46:06.463Z] Selected Git installation does not exist. Using Default
06:46:06 [2025-04-07T04:46:06.463Z] The recommended git tool is: NONE
06:46:06 [2025-04-07T04:46:06.464Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:06 [2025-04-07T04:46:06.478Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@58398902; decorates hudson.Launcher$LocalLauncher@5d043517 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:06 [2025-04-07T04:46:06.478Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Looks/.git # timeout=10
06:46:06 [2025-04-07T04:46:06.484Z] Fetching changes from the remote Git repository
06:46:06 [2025-04-07T04:46:06.488Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
06:46:06 [2025-04-07T04:46:06.494Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
06:46:06 [2025-04-07T04:46:06.494Z]  > /usr/bin/git --version # timeout=10
06:46:06 [2025-04-07T04:46:06.499Z]  > git --version # 'git version 2.43.0'
06:46:06 [2025-04-07T04:46:06.499Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:06 [2025-04-07T04:46:06.506Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:06 [2025-04-07T04:46:06.871Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:06 [2025-04-07T04:46:06.877Z] Checking out Revision 3b1f1764ddb2b1d8ced827f13b4bd00a9653fde7 (refs/remotes/origin/6.4.x)
06:46:06 [2025-04-07T04:46:06.877Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:06 [2025-04-07T04:46:06.882Z]  > /usr/bin/git checkout -f 3b1f1764ddb2b1d8ced827f13b4bd00a9653fde7 # timeout=10
06:46:06 [2025-04-07T04:46:06.894Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:06 [2025-04-07T04:46:06.902Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:06 [2025-04-07T04:46:06.908Z]  > /usr/bin/git checkout -b 6.4.x 3b1f1764ddb2b1d8ced827f13b4bd00a9653fde7 # timeout=10
06:46:06 [2025-04-07T04:46:06.921Z] Commit message: "Update parent POM to 1.6.2"
06:46:06 [2025-04-07T04:46:06.921Z]  > /usr/bin/git rev-list --no-walk 3b1f1764ddb2b1d8ced827f13b4bd00a9653fde7 # timeout=10
06:46:06 [2025-04-07T04:46:06.941Z] [Pipeline] fileExists (hide)
06:46:06 [2025-04-07T04:46:06.957Z] [Pipeline] readMavenPom (hide)
06:46:06 [2025-04-07T04:46:06.978Z] [Pipeline] sh (hide)
06:46:07 [2025-04-07T04:46:07.236Z] + git rev-parse HEAD
06:46:07 [2025-04-07T04:46:07.239Z] [Pipeline] echo (hide)
06:46:07 [2025-04-07T04:46:07.240Z] Silverpeas-Looks: current commit is 3b1f1764ddb2b1d8ced827f13b4bd00a9653fde7 and last build commit is 3b1f1764ddb2b1d8ced827f13b4bd00a9653fde7
06:46:07 [2025-04-07T04:46:07.242Z] [Pipeline] }
06:46:07 [2025-04-07T04:46:07.260Z] [Pipeline] // dir
06:46:07 [2025-04-07T04:46:07.276Z] [Pipeline] echo (hide)
06:46:07 [2025-04-07T04:46:07.276Z] Build skipped due to no changes have been done since the last build
06:46:07 [2025-04-07T04:46:07.293Z] [Pipeline] dir (hide)
06:46:07 [2025-04-07T04:46:07.293Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup
06:46:07 [2025-04-07T04:46:07.294Z] [Pipeline] { (hide)
06:46:07 [2025-04-07T04:46:07.314Z] [Pipeline] git (hide)
06:46:07 [2025-04-07T04:46:07.316Z] The recommended git tool is: NONE
06:46:07 [2025-04-07T04:46:07.317Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:07 [2025-04-07T04:46:07.332Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2e750706; decorates hudson.Launcher$LocalLauncher@74807427 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:07 [2025-04-07T04:46:07.333Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Setup/.git # timeout=10
06:46:07 [2025-04-07T04:46:07.339Z] Fetching changes from the remote Git repository
06:46:07 [2025-04-07T04:46:07.342Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
06:46:07 [2025-04-07T04:46:07.349Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
06:46:07 [2025-04-07T04:46:07.349Z]  > /usr/bin/git --version # timeout=10
06:46:07 [2025-04-07T04:46:07.354Z]  > git --version # 'git version 2.43.0'
06:46:07 [2025-04-07T04:46:07.354Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:07 [2025-04-07T04:46:07.361Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:07 [2025-04-07T04:46:07.720Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:07 [2025-04-07T04:46:07.727Z] Checking out Revision 2bd9e5b3d4c9516811f574f4f53ce5e22532133b (refs/remotes/origin/6.4.x)
06:46:07 [2025-04-07T04:46:07.727Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:07 [2025-04-07T04:46:07.732Z]  > /usr/bin/git checkout -f 2bd9e5b3d4c9516811f574f4f53ce5e22532133b # timeout=10
06:46:07 [2025-04-07T04:46:07.743Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:07 [2025-04-07T04:46:07.752Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:07 [2025-04-07T04:46:07.759Z]  > /usr/bin/git checkout -b 6.4.x 2bd9e5b3d4c9516811f574f4f53ce5e22532133b # timeout=10
06:46:07 [2025-04-07T04:46:07.771Z] Commit message: "6.4.2 has been released from build 6.4.2-build241211 (a8d34497f3c1025a04537070f2df01d17aefab21).Prepare for development iteration of next version 6.4.3"
06:46:07 [2025-04-07T04:46:07.771Z]  > /usr/bin/git rev-list --no-walk 2bd9e5b3d4c9516811f574f4f53ce5e22532133b # timeout=10
06:46:07 [2025-04-07T04:46:07.792Z] [Pipeline] fileExists (hide)
06:46:07 [2025-04-07T04:46:07.803Z] [Pipeline] sh (hide)
06:46:08 [2025-04-07T04:46:08.059Z] + git rev-parse HEAD
06:46:08 [2025-04-07T04:46:08.062Z] [Pipeline] echo (hide)
06:46:08 [2025-04-07T04:46:08.063Z] Silverpeas-Setup: current commit is 2bd9e5b3d4c9516811f574f4f53ce5e22532133b and last build commit is 2bd9e5b3d4c9516811f574f4f53ce5e22532133b
06:46:08 [2025-04-07T04:46:08.065Z] [Pipeline] }
06:46:08 [2025-04-07T04:46:08.082Z] [Pipeline] // dir
06:46:08 [2025-04-07T04:46:08.098Z] [Pipeline] echo (hide)
06:46:08 [2025-04-07T04:46:08.098Z] Build skipped due to no changes have been done since the last build
06:46:08 [2025-04-07T04:46:08.116Z] [Pipeline] dir (hide)
06:46:08 [2025-04-07T04:46:08.116Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution
06:46:08 [2025-04-07T04:46:08.117Z] [Pipeline] { (hide)
06:46:08 [2025-04-07T04:46:08.138Z] [Pipeline] git (hide)
06:46:08 [2025-04-07T04:46:08.140Z] The recommended git tool is: NONE
06:46:08 [2025-04-07T04:46:08.141Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:08 [2025-04-07T04:46:08.150Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@53ec61e9; decorates hudson.Launcher$LocalLauncher@15d35f49 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:08 [2025-04-07T04:46:08.150Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
06:46:08 [2025-04-07T04:46:08.156Z] Fetching changes from the remote Git repository
06:46:08 [2025-04-07T04:46:08.160Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
06:46:08 [2025-04-07T04:46:08.166Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
06:46:08 [2025-04-07T04:46:08.166Z]  > /usr/bin/git --version # timeout=10
06:46:08 [2025-04-07T04:46:08.170Z]  > git --version # 'git version 2.43.0'
06:46:08 [2025-04-07T04:46:08.171Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:08 [2025-04-07T04:46:08.176Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:08 [2025-04-07T04:46:08.539Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:08 [2025-04-07T04:46:08.546Z] Checking out Revision 90e9347286664c1f250640839a01b6491f0c0a8d (refs/remotes/origin/6.4.x)
06:46:08 [2025-04-07T04:46:08.546Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:08 [2025-04-07T04:46:08.552Z]  > /usr/bin/git checkout -f 90e9347286664c1f250640839a01b6491f0c0a8d # timeout=10
06:46:08 [2025-04-07T04:46:08.563Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:08 [2025-04-07T04:46:08.570Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:08 [2025-04-07T04:46:08.577Z]  > /usr/bin/git checkout -b 6.4.x 90e9347286664c1f250640839a01b6491f0c0a8d # timeout=10
06:46:08 [2025-04-07T04:46:08.590Z] Commit message: "6.4.2 has been released from build 6.4.2-build241211 (31ec9eff47661a3e19a2854eecd7d6cdf6f96f45).Prepare for development iteration of next version 6.4.3"
06:46:08 [2025-04-07T04:46:08.590Z]  > /usr/bin/git rev-list --no-walk 90e9347286664c1f250640839a01b6491f0c0a8d # timeout=10
06:46:08 [2025-04-07T04:46:08.621Z] [Pipeline] fileExists (hide)
06:46:08 [2025-04-07T04:46:08.639Z] [Pipeline] readMavenPom (hide)
06:46:08 [2025-04-07T04:46:08.660Z] [Pipeline] sh (hide)
06:46:08 [2025-04-07T04:46:08.918Z] + git rev-parse HEAD
06:46:08 [2025-04-07T04:46:08.921Z] [Pipeline] echo (hide)
06:46:08 [2025-04-07T04:46:08.922Z] Silverpeas-Distribution: current commit is 90e9347286664c1f250640839a01b6491f0c0a8d and last build commit is 90e9347286664c1f250640839a01b6491f0c0a8d
06:46:08 [2025-04-07T04:46:08.924Z] [Pipeline] }
06:46:08 [2025-04-07T04:46:08.942Z] [Pipeline] // dir
06:46:08 [2025-04-07T04:46:08.959Z] [Pipeline] echo (hide)
06:46:08 [2025-04-07T04:46:08.960Z] Build skipped due to no changes have been done since the last build
06:46:08 [2025-04-07T04:46:08.978Z] [Pipeline] dir (hide)
06:46:08 [2025-04-07T04:46:08.978Z] Running in /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly
06:46:08 [2025-04-07T04:46:08.979Z] [Pipeline] { (hide)
06:46:09 [2025-04-07T04:46:09.001Z] [Pipeline] git (hide)
06:46:09 [2025-04-07T04:46:09.003Z] The recommended git tool is: NONE
06:46:09 [2025-04-07T04:46:09.004Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:09 [2025-04-07T04:46:09.013Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@c79fc16; decorates hudson.Launcher$LocalLauncher@352e7f7e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:09 [2025-04-07T04:46:09.014Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
06:46:09 [2025-04-07T04:46:09.020Z] Fetching changes from the remote Git repository
06:46:09 [2025-04-07T04:46:09.022Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
06:46:09 [2025-04-07T04:46:09.030Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
06:46:09 [2025-04-07T04:46:09.030Z]  > /usr/bin/git --version # timeout=10
06:46:09 [2025-04-07T04:46:09.035Z]  > git --version # 'git version 2.43.0'
06:46:09 [2025-04-07T04:46:09.035Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:09 [2025-04-07T04:46:09.040Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:09 [2025-04-07T04:46:09.420Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:09 [2025-04-07T04:46:09.427Z] Checking out Revision 0d793f451ae2822fa89a779eed487790159a3a27 (refs/remotes/origin/6.4.x)
06:46:09 [2025-04-07T04:46:09.427Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:09 [2025-04-07T04:46:09.432Z]  > /usr/bin/git checkout -f 0d793f451ae2822fa89a779eed487790159a3a27 # timeout=10
06:46:09 [2025-04-07T04:46:09.442Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:09 [2025-04-07T04:46:09.453Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:09 [2025-04-07T04:46:09.460Z]  > /usr/bin/git checkout -b 6.4.x 0d793f451ae2822fa89a779eed487790159a3a27 # timeout=10
06:46:09 [2025-04-07T04:46:09.474Z] Commit message: "Update parent POM to 1.6.2"
06:46:09 [2025-04-07T04:46:09.474Z]  > /usr/bin/git rev-list --no-walk 0d793f451ae2822fa89a779eed487790159a3a27 # timeout=10
06:46:09 [2025-04-07T04:46:09.497Z] [Pipeline] fileExists (hide)
06:46:09 [2025-04-07T04:46:09.507Z] [Pipeline] readMavenPom (hide)
06:46:09 [2025-04-07T04:46:09.521Z] [Pipeline] sh (hide)
06:46:09 [2025-04-07T04:46:09.779Z] + git rev-parse HEAD
06:46:09 [2025-04-07T04:46:09.782Z] [Pipeline] echo (hide)
06:46:09 [2025-04-07T04:46:09.783Z] Silverpeas-Assembly: current commit is 0d793f451ae2822fa89a779eed487790159a3a27 and last build commit is 0d793f451ae2822fa89a779eed487790159a3a27
06:46:09 [2025-04-07T04:46:09.785Z] [Pipeline] }
06:46:09 [2025-04-07T04:46:09.803Z] [Pipeline] // dir
06:46:09 [2025-04-07T04:46:09.821Z] [Pipeline] echo (hide)
06:46:09 [2025-04-07T04:46:09.821Z] Build skipped due to no changes have been done since the last build
06:46:09 [2025-04-07T04:46:09.822Z] [Pipeline] }
06:46:09 [2025-04-07T04:46:09.839Z] [Pipeline] // script
06:46:09 [2025-04-07T04:46:09.857Z] [Pipeline] }
06:46:09 [2025-04-07T04:46:09.872Z] [Pipeline] // stage
06:46:09 [2025-04-07T04:46:09.892Z] [Pipeline] stage (hide)
06:46:09 [2025-04-07T04:46:09.893Z] [Pipeline] { (Build Silverpeas) (hide)
06:46:09 [2025-04-07T04:46:09.927Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:09 [2025-04-07T04:46:09.928Z] [Pipeline] getContext (hide)
06:46:09 [2025-04-07T04:46:09.950Z] [Pipeline] stage (hide)
06:46:09 [2025-04-07T04:46:09.951Z] [Pipeline] { (Build Silverpeas-Core) (hide)
06:46:09 [2025-04-07T04:46:09.970Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:09 [2025-04-07T04:46:09.971Z] [Pipeline] getContext (hide)
06:46:09 [2025-04-07T04:46:09.972Z] [Pipeline] }
06:46:09 [2025-04-07T04:46:09.989Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.007Z] [Pipeline] stage (hide)
06:46:10 [2025-04-07T04:46:10.008Z] [Pipeline] { (Build Silverpeas-Components) (hide)
06:46:10 [2025-04-07T04:46:10.022Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-04-07T04:46:10.023Z] [Pipeline] getContext (hide)
06:46:10 [2025-04-07T04:46:10.025Z] [Pipeline] }
06:46:10 [2025-04-07T04:46:10.039Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.054Z] [Pipeline] stage (hide)
06:46:10 [2025-04-07T04:46:10.055Z] [Pipeline] { (Build Silverpeas-Assembly) (hide)
06:46:10 [2025-04-07T04:46:10.068Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-04-07T04:46:10.069Z] [Pipeline] getContext (hide)
06:46:10 [2025-04-07T04:46:10.070Z] [Pipeline] }
06:46:10 [2025-04-07T04:46:10.082Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.096Z] [Pipeline] stage (hide)
06:46:10 [2025-04-07T04:46:10.097Z] [Pipeline] { (Build Silverpeas Setup) (hide)
06:46:10 [2025-04-07T04:46:10.109Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-04-07T04:46:10.110Z] [Pipeline] getContext (hide)
06:46:10 [2025-04-07T04:46:10.111Z] [Pipeline] }
06:46:10 [2025-04-07T04:46:10.122Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.135Z] [Pipeline] stage (hide)
06:46:10 [2025-04-07T04:46:10.136Z] [Pipeline] { (Build Silverpeas Distribution) (hide)
06:46:10 [2025-04-07T04:46:10.147Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-04-07T04:46:10.148Z] [Pipeline] getContext (hide)
06:46:10 [2025-04-07T04:46:10.149Z] [Pipeline] }
06:46:10 [2025-04-07T04:46:10.159Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.171Z] [Pipeline] stage (hide)
06:46:10 [2025-04-07T04:46:10.172Z] [Pipeline] { (Build Silverpeas-Looks) (hide)
06:46:10 [2025-04-07T04:46:10.182Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-04-07T04:46:10.183Z] [Pipeline] getContext (hide)
06:46:10 [2025-04-07T04:46:10.184Z] [Pipeline] }
06:46:10 [2025-04-07T04:46:10.194Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.205Z] [Pipeline] stage (hide)
06:46:10 [2025-04-07T04:46:10.206Z] [Pipeline] { (Publish Silverpeas-Core) (hide)
06:46:10 [2025-04-07T04:46:10.216Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-04-07T04:46:10.217Z] [Pipeline] getContext (hide)
06:46:10 [2025-04-07T04:46:10.218Z] [Pipeline] }
06:46:10 [2025-04-07T04:46:10.227Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.237Z] [Pipeline] stage (hide)
06:46:10 [2025-04-07T04:46:10.238Z] [Pipeline] { (Publish Silverpeas-Components) (hide)
06:46:10 [2025-04-07T04:46:10.247Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-04-07T04:46:10.248Z] [Pipeline] getContext (hide)
06:46:10 [2025-04-07T04:46:10.249Z] [Pipeline] }
06:46:10 [2025-04-07T04:46:10.258Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.268Z] [Pipeline] stage (hide)
06:46:10 [2025-04-07T04:46:10.268Z] [Pipeline] { (Publish Silverpeas-Assembly) (hide)
06:46:10 [2025-04-07T04:46:10.277Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-04-07T04:46:10.278Z] [Pipeline] getContext (hide)
06:46:10 [2025-04-07T04:46:10.280Z] [Pipeline] }
06:46:10 [2025-04-07T04:46:10.288Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.323Z] [Pipeline] stage (hide)
06:46:10 [2025-04-07T04:46:10.324Z] [Pipeline] { (Publish Silverpeas-Setup) (hide)
06:46:10 [2025-04-07T04:46:10.334Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-04-07T04:46:10.335Z] [Pipeline] getContext (hide)
06:46:10 [2025-04-07T04:46:10.337Z] [Pipeline] }
06:46:10 [2025-04-07T04:46:10.346Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.357Z] [Pipeline] stage (hide)
06:46:10 [2025-04-07T04:46:10.358Z] [Pipeline] { (Publish Silverpeas-Distribution) (hide)
06:46:10 [2025-04-07T04:46:10.367Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-04-07T04:46:10.368Z] [Pipeline] getContext (hide)
06:46:10 [2025-04-07T04:46:10.371Z] [Pipeline] }
06:46:10 [2025-04-07T04:46:10.380Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.390Z] [Pipeline] stage (hide)
06:46:10 [2025-04-07T04:46:10.391Z] [Pipeline] { (Publish Silverpeas-Looks) (hide)
06:46:10 [2025-04-07T04:46:10.400Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-04-07T04:46:10.401Z] [Pipeline] getContext (hide)
06:46:10 [2025-04-07T04:46:10.403Z] [Pipeline] }
06:46:10 [2025-04-07T04:46:10.412Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.422Z] [Pipeline] stage (hide)
06:46:10 [2025-04-07T04:46:10.423Z] [Pipeline] { (Publish Community Web Site) (hide)
06:46:10 [2025-04-07T04:46:10.431Z] Stage "Build Silverpeas" skipped due to when conditional
06:46:10 [2025-04-07T04:46:10.432Z] [Pipeline] getContext (hide)
06:46:10 [2025-04-07T04:46:10.434Z] [Pipeline] }
06:46:10 [2025-04-07T04:46:10.442Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.450Z] [Pipeline] }
06:46:10 [2025-04-07T04:46:10.459Z] [Pipeline] // stage
06:46:10 [2025-04-07T04:46:10.491Z] [Pipeline] stage (hide)
06:46:10 [2025-04-07T04:46:10.492Z] [Pipeline] { (Create YAML build report) (hide)
06:46:10 [2025-04-07T04:46:10.523Z] [Pipeline] script (hide)
06:46:10 [2025-04-07T04:46:10.529Z] [Pipeline] { (hide)
06:46:10 [2025-04-07T04:46:10.547Z] [Pipeline] sh (hide)
06:46:10 [2025-04-07T04:46:10.807Z] + mkdir -p target
06:46:10 [2025-04-07T04:46:10.809Z] [Pipeline] sh (hide)
06:46:11 [2025-04-07T04:46:11.067Z] + mv build.yaml target/
06:46:11 [2025-04-07T04:46:11.068Z] [Pipeline] }
06:46:11 [2025-04-07T04:46:11.088Z] [Pipeline] // script
06:46:11 [2025-04-07T04:46:11.105Z] [Pipeline] }
06:46:11 [2025-04-07T04:46:11.122Z] [Pipeline] // stage
06:46:11 [2025-04-07T04:46:11.149Z] [Pipeline] stage (hide)
06:46:11 [2025-04-07T04:46:11.150Z] [Pipeline] { (Declarative: Post Actions) (hide)
06:46:11 [2025-04-07T04:46:11.181Z] [Pipeline] step (hide)
06:46:11 [2025-04-07T04:46:11.212Z] [Pipeline] script (hide)
06:46:11 [2025-04-07T04:46:11.219Z] [Pipeline] { (hide)
06:46:11 [2025-04-07T04:46:11.255Z] [Pipeline] }
06:46:11 [2025-04-07T04:46:11.272Z] [Pipeline] // script
06:46:11 [2025-04-07T04:46:11.294Z] [Pipeline] archiveArtifacts (hide)
06:46:11 [2025-04-07T04:46:11.297Z] Archiving artifacts
06:46:11 [2025-04-07T04:46:11.314Z] Enregistrement des empreintes numériques
06:46:11 [2025-04-07T04:46:11.327Z] [Pipeline] sh (hide)
06:46:11 [2025-04-07T04:46:11.587Z] + rm -rf target
06:46:11 [2025-04-07T04:46:11.594Z] [Pipeline] }
06:46:11 [2025-04-07T04:46:11.611Z] [Pipeline] // stage
06:46:11 [2025-04-07T04:46:11.629Z] [Pipeline] }
06:46:11 [2025-04-07T04:46:11.646Z] [Pipeline] // withEnv
06:46:11 [2025-04-07T04:46:11.663Z] [Pipeline] }
06:46:11 [2025-04-07T04:46:11.664Z] $ docker stop --time=1 88c3323facef36898356852036fa1c6eb76ef1f19041508cc0953a3ed2e96554
06:46:12 [2025-04-07T04:46:12.906Z] $ docker rm -f --volumes 88c3323facef36898356852036fa1c6eb76ef1f19041508cc0953a3ed2e96554
06:46:12 [2025-04-07T04:46:12.947Z] [Pipeline] // withDockerContainer
06:46:12 [2025-04-07T04:46:12.955Z] [Pipeline] }
06:46:12 [2025-04-07T04:46:12.964Z] [Pipeline] // withEnv
06:46:12 [2025-04-07T04:46:12.971Z] [Pipeline] }
06:46:12 [2025-04-07T04:46:12.979Z] [Pipeline] // node
06:46:12 [2025-04-07T04:46:12.996Z] [Pipeline] End of Pipeline
06:46:13 [2025-04-07T04:46:13.058Z] Lancement d'un nouveau build de Silverpeas_Mobile_Stable_AutoDeploy #280
06:46:13 [2025-04-07T04:46:13.059Z] Finished: SUCCESS