Skip to content
Succès

Sortie de la console

01:21:00 [2025-03-21T00:21:00.732Z] Lancé par une alarme périodique
01:21:00 [2025-03-21T00:21:00.732Z] Running as userbuild
01:21:01 [2025-03-21T00:21:01.267Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2025-03-21T00:21:02.091Z] [Pipeline] Start of Pipeline
01:21:02 [2025-03-21T00:21:02.639Z] [Pipeline] node
01:21:02 [2025-03-21T00:21:02.645Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:02 [2025-03-21T00:21:02.648Z] [Pipeline] {
01:21:02 [2025-03-21T00:21:02.670Z] [Pipeline] stage
01:21:02 [2025-03-21T00:21:02.671Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:02 [2025-03-21T00:21:02.685Z] [Pipeline] checkout
01:21:02 [2025-03-21T00:21:02.687Z] Selected Git installation does not exist. Using Default
01:21:02 [2025-03-21T00:21:02.687Z] The recommended git tool is: NONE
01:21:02 [2025-03-21T00:21:02.687Z] No credentials specified
01:21:02 [2025-03-21T00:21:02.688Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:02 [2025-03-21T00:21:02.693Z] Fetching changes from the remote Git repository
01:21:02 [2025-03-21T00:21:02.698Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:02 [2025-03-21T00:21:02.704Z] Cleaning workspace
01:21:02 [2025-03-21T00:21:02.704Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:02 [2025-03-21T00:21:02.709Z] Resetting working tree
01:21:02 [2025-03-21T00:21:02.709Z]  > /usr/bin/git reset --hard # timeout=10
01:21:02 [2025-03-21T00:21:02.724Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:02 [2025-03-21T00:21:02.735Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:02 [2025-03-21T00:21:02.735Z]  > /usr/bin/git --version # timeout=10
01:21:02 [2025-03-21T00:21:02.740Z]  > git --version # 'git version 2.43.0'
01:21:02 [2025-03-21T00:21:02.740Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:03 [2025-03-21T00:21:03.082Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:03 [2025-03-21T00:21:03.088Z] Checking out Revision 08023d811205f6aba0cc1af783597b4af757a954 (refs/remotes/origin/master)
01:21:03 [2025-03-21T00:21:03.089Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:03 [2025-03-21T00:21:03.094Z]  > /usr/bin/git checkout -f 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
01:21:03 [2025-03-21T00:21:03.105Z] 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."
01:21:03 [2025-03-21T00:21:03.105Z]  > /usr/bin/git rev-list --no-walk 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
01:21:03 [2025-03-21T00:21:03.128Z] [Pipeline] }
01:21:03 [2025-03-21T00:21:03.139Z] [Pipeline] // stage
01:21:03 [2025-03-21T00:21:03.173Z] [Pipeline] withEnv
01:21:03 [2025-03-21T00:21:03.174Z] [Pipeline] {
01:21:03 [2025-03-21T00:21:03.445Z] [Pipeline] isUnix
01:21:03 [2025-03-21T00:21:03.447Z] [Pipeline] withEnv
01:21:03 [2025-03-21T00:21:03.448Z] [Pipeline] {
01:21:03 [2025-03-21T00:21:03.466Z] [Pipeline] sh
01:21:03 [2025-03-21T00:21:03.725Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:03 [2025-03-21T00:21:03.725Z] .
01:21:03 [2025-03-21T00:21:03.727Z] [Pipeline] }
01:21:03 [2025-03-21T00:21:03.737Z] [Pipeline] // withEnv
01:21:03 [2025-03-21T00:21:03.754Z] [Pipeline] withDockerContainer
01:21:03 [2025-03-21T00:21:03.791Z] Jenkins does not seem to be running inside a container
01:21:03 [2025-03-21T00:21:03.798Z] $ 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_6.3.x_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_6.3.x_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.3.3 cat
01:21:04 [2025-03-21T00:21:04.147Z] $ docker top ee18045838c7416f2569a8395398406baeb5329ccb6ee345a0a3d3857d4a5fa1 -eo pid,comm
01:21:04 [2025-03-21T00:21:04.186Z] [Pipeline] {
01:21:04 [2025-03-21T00:21:04.229Z] [Pipeline] withEnv
01:21:04 [2025-03-21T00:21:04.230Z] [Pipeline] {
01:21:04 [2025-03-21T00:21:04.261Z] [Pipeline] stage
01:21:04 [2025-03-21T00:21:04.262Z] [Pipeline] { (Prepare the job)
01:21:04 [2025-03-21T00:21:04.319Z] [Pipeline] sh
01:21:04 [2025-03-21T00:21:04.578Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:04 [2025-03-21T00:21:04.832Z] [Pipeline] script
01:21:04 [2025-03-21T00:21:04.841Z] [Pipeline] {
01:21:04 [2025-03-21T00:21:04.859Z] [Pipeline] readMavenPom
01:21:04 [2025-03-21T00:21:04.887Z] 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.
01:21:04 [2025-03-21T00:21:04.890Z] 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.
01:21:04 [2025-03-21T00:21:04.892Z] 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.
01:21:04 [2025-03-21T00:21:04.892Z] 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.
01:21:04 [2025-03-21T00:21:04.892Z] 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.
01:21:04 [2025-03-21T00:21:04.894Z] [Pipeline] sh
01:21:05 [2025-03-21T00:21:05.153Z] + rm -f pom.xml
01:21:05 [2025-03-21T00:21:05.154Z] [Pipeline] }
01:21:05 [2025-03-21T00:21:05.168Z] [Pipeline] // script
01:21:05 [2025-03-21T00:21:05.186Z] [Pipeline] }
01:21:05 [2025-03-21T00:21:05.200Z] [Pipeline] // stage
01:21:05 [2025-03-21T00:21:05.216Z] [Pipeline] stage
01:21:05 [2025-03-21T00:21:05.217Z] [Pipeline] { (Check POM parent version)
01:21:05 [2025-03-21T00:21:05.306Z] Stage "Check POM parent version" skipped due to when conditional
01:21:05 [2025-03-21T00:21:05.308Z] [Pipeline] getContext
01:21:05 [2025-03-21T00:21:05.322Z] [Pipeline] }
01:21:05 [2025-03-21T00:21:05.333Z] [Pipeline] // stage
01:21:05 [2025-03-21T00:21:05.346Z] [Pipeline] stage
01:21:05 [2025-03-21T00:21:05.347Z] [Pipeline] { (Checkout projects and check code changes)
01:21:05 [2025-03-21T00:21:05.375Z] [Pipeline] script
01:21:05 [2025-03-21T00:21:05.381Z] [Pipeline] {
01:21:05 [2025-03-21T00:21:05.404Z] [Pipeline] copyArtifacts
01:21:05 [2025-03-21T00:21:05.411Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 226
01:21:05 [2025-03-21T00:21:05.422Z] [Pipeline] fileExists
01:21:05 [2025-03-21T00:21:05.441Z] [Pipeline] readYaml
01:21:05 [2025-03-21T00:21:05.455Z] 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.
01:21:05 [2025-03-21T00:21:05.459Z] [Pipeline] dir
01:21:05 [2025-03-21T00:21:05.459Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:05 [2025-03-21T00:21:05.460Z] [Pipeline] {
01:21:05 [2025-03-21T00:21:05.480Z] [Pipeline] git
01:21:05 [2025-03-21T00:21:05.482Z] The recommended git tool is: /usr/bin/git
01:21:05 [2025-03-21T00:21:05.484Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2025-03-21T00:21:05.499Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@14d08288; decorates hudson.Launcher$LocalLauncher@385d9a31 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2025-03-21T00:21:05.500Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core/.git # timeout=10
01:21:05 [2025-03-21T00:21:05.505Z] Fetching changes from the remote Git repository
01:21:05 [2025-03-21T00:21:05.507Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:05 [2025-03-21T00:21:05.512Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:05 [2025-03-21T00:21:05.512Z]  > /usr/bin/git --version # timeout=10
01:21:05 [2025-03-21T00:21:05.517Z]  > git --version # 'git version 2.43.0'
01:21:05 [2025-03-21T00:21:05.517Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2025-03-21T00:21:05.522Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2025-03-21T00:21:06.415Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2025-03-21T00:21:06.422Z] Checking out Revision 9fb6738bb65ceb23c810eabc6c663b383bffea1c (refs/remotes/origin/6.3.x)
01:21:06 [2025-03-21T00:21:06.422Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2025-03-21T00:21:06.428Z]  > /usr/bin/git checkout -f 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2025-03-21T00:21:06.480Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2025-03-21T00:21:06.493Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2025-03-21T00:21:06.501Z]  > /usr/bin/git checkout -b 6.3.x 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2025-03-21T00:21:06.587Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (eb4bb924dcf549c2db0cee56992e75cd32ef4033).Prepare for development iteration of next version 6.3.7"
01:21:06 [2025-03-21T00:21:06.587Z]  > /usr/bin/git rev-list --no-walk 9fb6738bb65ceb23c810eabc6c663b383bffea1c # timeout=10
01:21:06 [2025-03-21T00:21:06.610Z] [Pipeline] fileExists
01:21:06 [2025-03-21T00:21:06.624Z] [Pipeline] readMavenPom
01:21:06 [2025-03-21T00:21:06.644Z] [Pipeline] sh
01:21:06 [2025-03-21T00:21:06.903Z] + git rev-parse HEAD
01:21:06 [2025-03-21T00:21:06.908Z] [Pipeline] echo
01:21:06 [2025-03-21T00:21:06.909Z] Silverpeas-Core: current commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c and last build commit is 9fb6738bb65ceb23c810eabc6c663b383bffea1c
01:21:06 [2025-03-21T00:21:06.913Z] [Pipeline] }
01:21:06 [2025-03-21T00:21:06.928Z] [Pipeline] // dir
01:21:06 [2025-03-21T00:21:06.944Z] [Pipeline] echo
01:21:06 [2025-03-21T00:21:06.945Z] Build skipped due to no changes have been done since the last build
01:21:06 [2025-03-21T00:21:06.962Z] [Pipeline] dir
01:21:06 [2025-03-21T00:21:06.962Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:06 [2025-03-21T00:21:06.963Z] [Pipeline] {
01:21:06 [2025-03-21T00:21:06.984Z] [Pipeline] git
01:21:06 [2025-03-21T00:21:06.987Z] The recommended git tool is: /usr/bin/git
01:21:06 [2025-03-21T00:21:06.987Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2025-03-21T00:21:06.997Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6c3c5946; decorates hudson.Launcher$LocalLauncher@eb65faf will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2025-03-21T00:21:06.998Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:07 [2025-03-21T00:21:07.005Z] Fetching changes from the remote Git repository
01:21:07 [2025-03-21T00:21:07.008Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:07 [2025-03-21T00:21:07.015Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:07 [2025-03-21T00:21:07.015Z]  > /usr/bin/git --version # timeout=10
01:21:07 [2025-03-21T00:21:07.019Z]  > git --version # 'git version 2.43.0'
01:21:07 [2025-03-21T00:21:07.020Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2025-03-21T00:21:07.025Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2025-03-21T00:21:07.788Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2025-03-21T00:21:07.795Z] Checking out Revision 2e339ea5606ddc118da7037b1eb7c9519fe357e6 (refs/remotes/origin/6.3.x)
01:21:07 [2025-03-21T00:21:07.795Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2025-03-21T00:21:07.801Z]  > /usr/bin/git checkout -f 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2025-03-21T00:21:07.829Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2025-03-21T00:21:07.842Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2025-03-21T00:21:07.850Z]  > /usr/bin/git checkout -b 6.3.x 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2025-03-21T00:21:07.891Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (f1c18f5b16ecf085b04a36a636aa4aa26ec5d773).Prepare for development iteration of next version 6.3.7"
01:21:07 [2025-03-21T00:21:07.891Z]  > /usr/bin/git rev-list --no-walk 2e339ea5606ddc118da7037b1eb7c9519fe357e6 # timeout=10
01:21:07 [2025-03-21T00:21:07.919Z] [Pipeline] fileExists
01:21:07 [2025-03-21T00:21:07.936Z] [Pipeline] readMavenPom
01:21:07 [2025-03-21T00:21:07.958Z] [Pipeline] sh
01:21:08 [2025-03-21T00:21:08.218Z] + git rev-parse HEAD
01:21:08 [2025-03-21T00:21:08.222Z] [Pipeline] echo
01:21:08 [2025-03-21T00:21:08.222Z] Silverpeas-Components: current commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6 and last build commit is 2e339ea5606ddc118da7037b1eb7c9519fe357e6
01:21:08 [2025-03-21T00:21:08.225Z] [Pipeline] }
01:21:08 [2025-03-21T00:21:08.240Z] [Pipeline] // dir
01:21:08 [2025-03-21T00:21:08.256Z] [Pipeline] echo
01:21:08 [2025-03-21T00:21:08.257Z] Build skipped due to no changes have been done since the last build
01:21:08 [2025-03-21T00:21:08.273Z] [Pipeline] dir
01:21:08 [2025-03-21T00:21:08.274Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:08 [2025-03-21T00:21:08.274Z] [Pipeline] {
01:21:08 [2025-03-21T00:21:08.295Z] [Pipeline] git
01:21:08 [2025-03-21T00:21:08.298Z] Selected Git installation does not exist. Using Default
01:21:08 [2025-03-21T00:21:08.298Z] The recommended git tool is: NONE
01:21:08 [2025-03-21T00:21:08.299Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2025-03-21T00:21:08.311Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@37a059ff; decorates hudson.Launcher$LocalLauncher@6999cf64 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2025-03-21T00:21:08.312Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:08 [2025-03-21T00:21:08.319Z] Fetching changes from the remote Git repository
01:21:08 [2025-03-21T00:21:08.323Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:08 [2025-03-21T00:21:08.329Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:08 [2025-03-21T00:21:08.329Z]  > /usr/bin/git --version # timeout=10
01:21:08 [2025-03-21T00:21:08.334Z]  > git --version # 'git version 2.43.0'
01:21:08 [2025-03-21T00:21:08.334Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2025-03-21T00:21:08.342Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2025-03-21T00:21:08.899Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2025-03-21T00:21:08.907Z] Checking out Revision 40b53bbb48033ea9a13da94de7788d58de030746 (refs/remotes/origin/6.3.x)
01:21:08 [2025-03-21T00:21:08.907Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2025-03-21T00:21:08.913Z]  > /usr/bin/git checkout -f 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2025-03-21T00:21:08.922Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2025-03-21T00:21:08.932Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2025-03-21T00:21:08.939Z]  > /usr/bin/git checkout -b 6.3.x 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2025-03-21T00:21:08.958Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (586ebdd23e10f812e41a52cbf1a3a7f4a81fe924).Prepare for development iteration of next version 6.3.7"
01:21:08 [2025-03-21T00:21:08.959Z]  > /usr/bin/git rev-list --no-walk 40b53bbb48033ea9a13da94de7788d58de030746 # timeout=10
01:21:08 [2025-03-21T00:21:08.991Z] [Pipeline] fileExists
01:21:09 [2025-03-21T00:21:09.009Z] [Pipeline] readMavenPom
01:21:09 [2025-03-21T00:21:09.032Z] [Pipeline] sh
01:21:09 [2025-03-21T00:21:09.291Z] + git rev-parse HEAD
01:21:09 [2025-03-21T00:21:09.295Z] [Pipeline] echo
01:21:09 [2025-03-21T00:21:09.296Z] Silverpeas-Looks: current commit is 40b53bbb48033ea9a13da94de7788d58de030746 and last build commit is 40b53bbb48033ea9a13da94de7788d58de030746
01:21:09 [2025-03-21T00:21:09.299Z] [Pipeline] }
01:21:09 [2025-03-21T00:21:09.315Z] [Pipeline] // dir
01:21:09 [2025-03-21T00:21:09.332Z] [Pipeline] echo
01:21:09 [2025-03-21T00:21:09.332Z] Build skipped due to no changes have been done since the last build
01:21:09 [2025-03-21T00:21:09.350Z] [Pipeline] dir
01:21:09 [2025-03-21T00:21:09.350Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:09 [2025-03-21T00:21:09.351Z] [Pipeline] {
01:21:09 [2025-03-21T00:21:09.373Z] [Pipeline] git
01:21:09 [2025-03-21T00:21:09.375Z] The recommended git tool is: NONE
01:21:09 [2025-03-21T00:21:09.377Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2025-03-21T00:21:09.386Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@127bd7b1; decorates hudson.Launcher$LocalLauncher@726981f3 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2025-03-21T00:21:09.387Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:09 [2025-03-21T00:21:09.394Z] Fetching changes from the remote Git repository
01:21:09 [2025-03-21T00:21:09.398Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:09 [2025-03-21T00:21:09.404Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:09 [2025-03-21T00:21:09.404Z]  > /usr/bin/git --version # timeout=10
01:21:09 [2025-03-21T00:21:09.409Z]  > git --version # 'git version 2.43.0'
01:21:09 [2025-03-21T00:21:09.409Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2025-03-21T00:21:09.416Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2025-03-21T00:21:09.958Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2025-03-21T00:21:09.964Z] Checking out Revision 5e69485e90fd4de185b584ffb550cecf2d6b6d76 (refs/remotes/origin/6.3.x)
01:21:09 [2025-03-21T00:21:09.964Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2025-03-21T00:21:09.970Z]  > /usr/bin/git checkout -f 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:09 [2025-03-21T00:21:09.978Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2025-03-21T00:21:09.988Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2025-03-21T00:21:09.996Z]  > /usr/bin/git checkout -b 6.3.x 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:10 [2025-03-21T00:21:10.011Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (146430cd63566b3be410c8dd534faa57033583b3).Prepare for development iteration of next version 6.3.7"
01:21:10 [2025-03-21T00:21:10.012Z]  > /usr/bin/git rev-list --no-walk 5e69485e90fd4de185b584ffb550cecf2d6b6d76 # timeout=10
01:21:10 [2025-03-21T00:21:10.034Z] [Pipeline] fileExists
01:21:10 [2025-03-21T00:21:10.047Z] [Pipeline] sh
01:21:10 [2025-03-21T00:21:10.303Z] + git rev-parse HEAD
01:21:10 [2025-03-21T00:21:10.307Z] [Pipeline] echo
01:21:10 [2025-03-21T00:21:10.308Z] Silverpeas-Setup: current commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76 and last build commit is 5e69485e90fd4de185b584ffb550cecf2d6b6d76
01:21:10 [2025-03-21T00:21:10.310Z] [Pipeline] }
01:21:10 [2025-03-21T00:21:10.332Z] [Pipeline] // dir
01:21:10 [2025-03-21T00:21:10.349Z] [Pipeline] echo
01:21:10 [2025-03-21T00:21:10.350Z] Build skipped due to no changes have been done since the last build
01:21:10 [2025-03-21T00:21:10.368Z] [Pipeline] dir
01:21:10 [2025-03-21T00:21:10.369Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:10 [2025-03-21T00:21:10.369Z] [Pipeline] {
01:21:10 [2025-03-21T00:21:10.392Z] [Pipeline] git
01:21:10 [2025-03-21T00:21:10.394Z] The recommended git tool is: NONE
01:21:10 [2025-03-21T00:21:10.395Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:10 [2025-03-21T00:21:10.416Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@e9f544b; decorates hudson.Launcher$LocalLauncher@39aa6ade will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:10 [2025-03-21T00:21:10.417Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:10 [2025-03-21T00:21:10.423Z] Fetching changes from the remote Git repository
01:21:10 [2025-03-21T00:21:10.427Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:10 [2025-03-21T00:21:10.433Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:10 [2025-03-21T00:21:10.433Z]  > /usr/bin/git --version # timeout=10
01:21:10 [2025-03-21T00:21:10.439Z]  > git --version # 'git version 2.43.0'
01:21:10 [2025-03-21T00:21:10.439Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:10 [2025-03-21T00:21:10.445Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:10 [2025-03-21T00:21:10.822Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:10 [2025-03-21T00:21:10.829Z] Checking out Revision b89d99591ab26c256b63c753a8e883fc10d1f027 (refs/remotes/origin/6.3.x)
01:21:10 [2025-03-21T00:21:10.829Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:10 [2025-03-21T00:21:10.834Z]  > /usr/bin/git checkout -f b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2025-03-21T00:21:10.844Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:10 [2025-03-21T00:21:10.853Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:10 [2025-03-21T00:21:10.860Z]  > /usr/bin/git checkout -b 6.3.x b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2025-03-21T00:21:10.871Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (10719018413e414cfa70c0f64a945a72670797f4).Prepare for development iteration of next version 6.3.7"
01:21:10 [2025-03-21T00:21:10.871Z]  > /usr/bin/git rev-list --no-walk b89d99591ab26c256b63c753a8e883fc10d1f027 # timeout=10
01:21:10 [2025-03-21T00:21:10.894Z] [Pipeline] fileExists
01:21:10 [2025-03-21T00:21:10.911Z] [Pipeline] readMavenPom
01:21:10 [2025-03-21T00:21:10.932Z] [Pipeline] sh
01:21:11 [2025-03-21T00:21:11.191Z] + git rev-parse HEAD
01:21:11 [2025-03-21T00:21:11.195Z] [Pipeline] echo
01:21:11 [2025-03-21T00:21:11.196Z] Silverpeas-Distribution: current commit is b89d99591ab26c256b63c753a8e883fc10d1f027 and last build commit is b89d99591ab26c256b63c753a8e883fc10d1f027
01:21:11 [2025-03-21T00:21:11.198Z] [Pipeline] }
01:21:11 [2025-03-21T00:21:11.216Z] [Pipeline] // dir
01:21:11 [2025-03-21T00:21:11.233Z] [Pipeline] echo
01:21:11 [2025-03-21T00:21:11.234Z] Build skipped due to no changes have been done since the last build
01:21:11 [2025-03-21T00:21:11.253Z] [Pipeline] dir
01:21:11 [2025-03-21T00:21:11.253Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:11 [2025-03-21T00:21:11.254Z] [Pipeline] {
01:21:11 [2025-03-21T00:21:11.277Z] [Pipeline] git
01:21:11 [2025-03-21T00:21:11.279Z] The recommended git tool is: NONE
01:21:11 [2025-03-21T00:21:11.280Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:11 [2025-03-21T00:21:11.289Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6900c8a6; decorates hudson.Launcher$LocalLauncher@1070c1ea will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:11 [2025-03-21T00:21:11.290Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:11 [2025-03-21T00:21:11.296Z] Fetching changes from the remote Git repository
01:21:11 [2025-03-21T00:21:11.300Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:11 [2025-03-21T00:21:11.306Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:11 [2025-03-21T00:21:11.306Z]  > /usr/bin/git --version # timeout=10
01:21:11 [2025-03-21T00:21:11.311Z]  > git --version # 'git version 2.43.0'
01:21:11 [2025-03-21T00:21:11.311Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:11 [2025-03-21T00:21:11.316Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:11 [2025-03-21T00:21:11.858Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:11 [2025-03-21T00:21:11.864Z] Checking out Revision 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 (refs/remotes/origin/6.3.x)
01:21:11 [2025-03-21T00:21:11.864Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:11 [2025-03-21T00:21:11.869Z]  > /usr/bin/git checkout -f 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:11 [2025-03-21T00:21:11.877Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:11 [2025-03-21T00:21:11.887Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:11 [2025-03-21T00:21:11.893Z]  > /usr/bin/git checkout -b 6.3.x 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:11 [2025-03-21T00:21:11.903Z] Commit message: "6.3.6 has been released from build 6.3.6-build241113 (e6cf90efb933ea1d65558af1cade3056ac4b6462).Prepare for development iteration of next version 6.3.7"
01:21:11 [2025-03-21T00:21:11.903Z]  > /usr/bin/git rev-list --no-walk 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 # timeout=10
01:21:11 [2025-03-21T00:21:11.924Z] [Pipeline] fileExists
01:21:11 [2025-03-21T00:21:11.942Z] [Pipeline] readMavenPom
01:21:11 [2025-03-21T00:21:11.966Z] [Pipeline] sh
01:21:12 [2025-03-21T00:21:12.225Z] + git rev-parse HEAD
01:21:12 [2025-03-21T00:21:12.229Z] [Pipeline] echo
01:21:12 [2025-03-21T00:21:12.229Z] Silverpeas-Assembly: current commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779 and last build commit is 1cefa42ceb7c104a44e749eabc9a5c896d2e9779
01:21:12 [2025-03-21T00:21:12.232Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.250Z] [Pipeline] // dir
01:21:12 [2025-03-21T00:21:12.269Z] [Pipeline] echo
01:21:12 [2025-03-21T00:21:12.269Z] Build skipped due to no changes have been done since the last build
01:21:12 [2025-03-21T00:21:12.270Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.288Z] [Pipeline] // script
01:21:12 [2025-03-21T00:21:12.306Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.321Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.341Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.342Z] [Pipeline] { (Build Silverpeas)
01:21:12 [2025-03-21T00:21:12.379Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.380Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.418Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.419Z] [Pipeline] { (Build Silverpeas-Core)
01:21:12 [2025-03-21T00:21:12.437Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.438Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.440Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.458Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.477Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.478Z] [Pipeline] { (Build Silverpeas-Components)
01:21:12 [2025-03-21T00:21:12.493Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.494Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.496Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.510Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.526Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.527Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:12 [2025-03-21T00:21:12.541Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.542Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.544Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.579Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.595Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.596Z] [Pipeline] { (Build Silverpeas Setup)
01:21:12 [2025-03-21T00:21:12.609Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.610Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.612Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.624Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.638Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.638Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:12 [2025-03-21T00:21:12.651Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.652Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.653Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.664Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.677Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.678Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:12 [2025-03-21T00:21:12.688Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.689Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.690Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.713Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.725Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.726Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:12 [2025-03-21T00:21:12.740Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.741Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.742Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.751Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.761Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.762Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:12 [2025-03-21T00:21:12.771Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.771Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.772Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.781Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.791Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.792Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:12 [2025-03-21T00:21:12.800Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.801Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.804Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.812Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.822Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.823Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:12 [2025-03-21T00:21:12.831Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.832Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.834Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.842Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.852Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.853Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:12 [2025-03-21T00:21:12.860Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.861Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.864Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.872Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.882Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.883Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:12 [2025-03-21T00:21:12.891Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.893Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.894Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.902Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.913Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.914Z] [Pipeline] { (Publish Community Web Site)
01:21:12 [2025-03-21T00:21:12.923Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:12 [2025-03-21T00:21:12.924Z] [Pipeline] getContext
01:21:12 [2025-03-21T00:21:12.927Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.935Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.944Z] [Pipeline] }
01:21:12 [2025-03-21T00:21:12.952Z] [Pipeline] // stage
01:21:12 [2025-03-21T00:21:12.970Z] [Pipeline] stage
01:21:12 [2025-03-21T00:21:12.970Z] [Pipeline] { (Create YAML build report)
01:21:13 [2025-03-21T00:21:13.006Z] [Pipeline] script
01:21:13 [2025-03-21T00:21:13.014Z] [Pipeline] {
01:21:13 [2025-03-21T00:21:13.033Z] [Pipeline] sh
01:21:13 [2025-03-21T00:21:13.292Z] + mkdir -p target
01:21:13 [2025-03-21T00:21:13.295Z] [Pipeline] sh
01:21:13 [2025-03-21T00:21:13.554Z] + mv build.yaml target/
01:21:13 [2025-03-21T00:21:13.555Z] [Pipeline] }
01:21:13 [2025-03-21T00:21:13.572Z] [Pipeline] // script
01:21:13 [2025-03-21T00:21:13.590Z] [Pipeline] }
01:21:13 [2025-03-21T00:21:13.606Z] [Pipeline] // stage
01:21:13 [2025-03-21T00:21:13.635Z] [Pipeline] stage
01:21:13 [2025-03-21T00:21:13.636Z] [Pipeline] { (Declarative: Post Actions)
01:21:13 [2025-03-21T00:21:13.670Z] [Pipeline] step
01:21:13 [2025-03-21T00:21:13.705Z] [Pipeline] script
01:21:13 [2025-03-21T00:21:13.714Z] [Pipeline] {
01:21:13 [2025-03-21T00:21:13.751Z] [Pipeline] }
01:21:13 [2025-03-21T00:21:13.768Z] [Pipeline] // script
01:21:13 [2025-03-21T00:21:13.816Z] [Pipeline] archiveArtifacts
01:21:13 [2025-03-21T00:21:13.818Z] Archiving artifacts
01:21:13 [2025-03-21T00:21:13.846Z] Enregistrement des empreintes numériques
01:21:13 [2025-03-21T00:21:13.868Z] [Pipeline] sh
01:21:14 [2025-03-21T00:21:14.130Z] + rm -rf target
01:21:14 [2025-03-21T00:21:14.138Z] [Pipeline] }
01:21:14 [2025-03-21T00:21:14.156Z] [Pipeline] // stage
01:21:14 [2025-03-21T00:21:14.172Z] [Pipeline] }
01:21:14 [2025-03-21T00:21:14.189Z] [Pipeline] // withEnv
01:21:14 [2025-03-21T00:21:14.206Z] [Pipeline] }
01:21:14 [2025-03-21T00:21:14.208Z] $ docker stop --time=1 ee18045838c7416f2569a8395398406baeb5329ccb6ee345a0a3d3857d4a5fa1
01:21:15 [2025-03-21T00:21:15.454Z] $ docker rm -f --volumes ee18045838c7416f2569a8395398406baeb5329ccb6ee345a0a3d3857d4a5fa1
01:21:15 [2025-03-21T00:21:15.499Z] [Pipeline] // withDockerContainer
01:21:15 [2025-03-21T00:21:15.507Z] [Pipeline] }
01:21:15 [2025-03-21T00:21:15.515Z] [Pipeline] // withEnv
01:21:15 [2025-03-21T00:21:15.524Z] [Pipeline] }
01:21:15 [2025-03-21T00:21:15.533Z] [Pipeline] // node
01:21:15 [2025-03-21T00:21:15.549Z] [Pipeline] End of Pipeline
01:21:15 [2025-03-21T00:21:15.620Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #199
01:21:15 [2025-03-21T00:21:15.621Z] Finished: SUCCESS