Skip to content
19:24:00 [2026-09-09T17:24:00.452Z] Lancé par une alarme périodique
19:24:00 [2026-09-09T17:24:00.452Z] Running as userbuild
19:24:01 [2026-09-09T17:24:01.009Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:01 [2026-09-09T17:24:01.642Z] [Pipeline] Start of Pipeline
19:24:02 [2026-09-09T17:24:02.091Z] [Pipeline] node
19:24:02 [2026-09-09T17:24:02.096Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy
19:24:02 [2026-09-09T17:24:02.101Z] [Pipeline] {
19:24:02 [2026-09-09T17:24:02.130Z] [Pipeline] stage
19:24:02 [2026-09-09T17:24:02.131Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:02 [2026-09-09T17:24:02.148Z] [Pipeline] checkout
19:24:02 [2026-09-09T17:24:02.156Z] Selected Git installation does not exist. Using Default
19:24:02 [2026-09-09T17:24:02.156Z] The recommended git tool is: NONE
19:24:02 [2026-09-09T17:24:02.157Z] No credentials specified
19:24:02 [2026-09-09T17:24:02.157Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/.git # timeout=10
19:24:02 [2026-09-09T17:24:02.162Z] Fetching changes from the remote Git repository
19:24:02 [2026-09-09T17:24:02.164Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:02 [2026-09-09T17:24:02.175Z] Cleaning workspace
19:24:02 [2026-09-09T17:24:02.175Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:02 [2026-09-09T17:24:02.180Z] Resetting working tree
19:24:02 [2026-09-09T17:24:02.180Z]  > /usr/bin/git reset --hard # timeout=10
19:24:02 [2026-09-09T17:24:02.189Z]  > /usr/bin/git clean -fdx # timeout=10
19:24:02 [2026-09-09T17:24:02.195Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:02 [2026-09-09T17:24:02.196Z]  > /usr/bin/git --version # timeout=10
19:24:02 [2026-09-09T17:24:02.200Z]  > git --version # 'git version 2.43.0'
19:24:02 [2026-09-09T17:24:02.200Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:02 [2026-09-09T17:24:02.654Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:02 [2026-09-09T17:24:02.660Z] Checking out Revision b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae (refs/remotes/origin/master)
19:24:02 [2026-09-09T17:24:02.660Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:02 [2026-09-09T17:24:02.666Z]  > /usr/bin/git checkout -f b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10
19:24:02 [2026-09-09T17:24:02.680Z] Commit message: "Now by default Java version is 21 in the pipeline for building the project build Docker image"
19:24:02 [2026-09-09T17:24:02.681Z]  > /usr/bin/git rev-list --no-walk b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10
19:24:02 [2026-09-09T17:24:02.703Z] [Pipeline] }
19:24:02 [2026-09-09T17:24:02.712Z] [Pipeline] // stage
19:24:02 [2026-09-09T17:24:02.748Z] [Pipeline] withEnv
19:24:02 [2026-09-09T17:24:02.749Z] [Pipeline] {
19:24:02 [2026-09-09T17:24:02.908Z] [Pipeline] isUnix
19:24:02 [2026-09-09T17:24:02.911Z] [Pipeline] withEnv
19:24:02 [2026-09-09T17:24:02.912Z] [Pipeline] {
19:24:02 [2026-09-09T17:24:02.927Z] [Pipeline] sh
19:24:03 [2026-09-09T17:24:03.185Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:03 [2026-09-09T17:24:03.185Z] .
19:24:03 [2026-09-09T17:24:03.186Z] [Pipeline] }
19:24:03 [2026-09-09T17:24:03.203Z] [Pipeline] // withEnv
19:24:03 [2026-09-09T17:24:03.216Z] [Pipeline] withDockerContainer
19:24:03 [2026-09-09T17:24:03.257Z] Jenkins does not seem to be running inside a container
19:24:03 [2026-09-09T17:24:03.265Z] $ 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/.gradle/gradle.properties:/home/silverbuild/.gradle/gradle.properties -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 [2026-09-09T17:24:03.565Z] $ docker top 6b83930729f2dafa669f20236fefa9004e7e89d999d07b323095a0ff552fc0fb -eo pid,comm
19:24:03 [2026-09-09T17:24:03.607Z] [Pipeline] {
19:24:03 [2026-09-09T17:24:03.654Z] [Pipeline] withEnv
19:24:03 [2026-09-09T17:24:03.655Z] [Pipeline] {
19:24:03 [2026-09-09T17:24:03.681Z] [Pipeline] stage
19:24:03 [2026-09-09T17:24:03.682Z] [Pipeline] { (Prepare the job)
19:24:03 [2026-09-09T17:24:03.733Z] [Pipeline] sh
19:24:03 [2026-09-09T17:24:03.995Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/master/pom.xml
19:24:04 [2026-09-09T17:24:04.912Z] [Pipeline] script
19:24:04 [2026-09-09T17:24:04.919Z] [Pipeline] {
19:24:04 [2026-09-09T17:24:04.932Z] [Pipeline] readMavenPom
19:24:04 [2026-09-09T17:24:04.951Z] 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 [2026-09-09T17:24:04.953Z] 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 [2026-09-09T17:24:04.954Z] 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 [2026-09-09T17:24:04.955Z] 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 [2026-09-09T17:24:04.955Z] 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 [2026-09-09T17:24:04.956Z] [Pipeline] sh
19:24:05 [2026-09-09T17:24:05.214Z] + rm -f pom.xml
19:24:05 [2026-09-09T17:24:05.216Z] [Pipeline] }
19:24:05 [2026-09-09T17:24:05.228Z] [Pipeline] // script
19:24:05 [2026-09-09T17:24:05.240Z] [Pipeline] }
19:24:05 [2026-09-09T17:24:05.248Z] [Pipeline] // stage
19:24:05 [2026-09-09T17:24:05.266Z] [Pipeline] stage
19:24:05 [2026-09-09T17:24:05.267Z] [Pipeline] { (Check POM parent version)
19:24:05 [2026-09-09T17:24:05.355Z] [Pipeline] copyArtifacts
19:24:05 [2026-09-09T17:24:05.372Z] Copied 1 artifact from "Silverpeas_Project_Definition_AutoDeploy" build number 300
19:24:05 [2026-09-09T17:24:05.377Z] [Pipeline] script
19:24:05 [2026-09-09T17:24:05.383Z] [Pipeline] {
19:24:05 [2026-09-09T17:24:05.395Z] [Pipeline] readYaml
19:24:05 [2026-09-09T17:24:05.412Z] [Pipeline] sh
19:24:05 [2026-09-09T17:24:05.672Z] + curl --output /dev/null --silent --head --fail -r 0-0 https://nexus3.silverpeas.org/repository/releases/org/silverpeas/silverpeas-project/2.0/silverpeas-project-2.0.pom
19:24:05 [2026-09-09T17:24:05.674Z] 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 [2026-09-09T17:24:05.674Z] 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 [2026-09-09T17:24:05.676Z] [Pipeline] sh
19:24:05 [2026-09-09T17:24:05.932Z] + rm -f build.yaml
19:24:05 [2026-09-09T17:24:05.933Z] [Pipeline] }
19:24:05 [2026-09-09T17:24:05.946Z] [Pipeline] // script
19:24:05 [2026-09-09T17:24:05.957Z] [Pipeline] }
19:24:05 [2026-09-09T17:24:05.966Z] [Pipeline] // stage
19:24:05 [2026-09-09T17:24:05.981Z] [Pipeline] stage
19:24:05 [2026-09-09T17:24:05.982Z] [Pipeline] { (Checkout projects and check code changes)
19:24:06 [2026-09-09T17:24:06.006Z] [Pipeline] script
19:24:06 [2026-09-09T17:24:06.011Z] [Pipeline] {
19:24:06 [2026-09-09T17:24:06.032Z] [Pipeline] copyArtifacts
19:24:06 [2026-09-09T17:24:06.049Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1147
19:24:06 [2026-09-09T17:24:06.055Z] [Pipeline] fileExists
19:24:06 [2026-09-09T17:24:06.066Z] [Pipeline] readYaml
19:24:06 [2026-09-09T17:24:06.076Z] 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:06 [2026-09-09T17:24:06.080Z] [Pipeline] dir
19:24:06 [2026-09-09T17:24:06.080Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core
19:24:06 [2026-09-09T17:24:06.081Z] [Pipeline] {
19:24:06 [2026-09-09T17:24:06.107Z] [Pipeline] git
19:24:06 [2026-09-09T17:24:06.116Z] The recommended git tool is: /usr/bin/git
19:24:06 [2026-09-09T17:24:06.118Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:06 [2026-09-09T17:24:06.129Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@85a690e; decorates hudson.Launcher$LocalLauncher@527cbf27 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:06 [2026-09-09T17:24:06.130Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Core/.git # timeout=10
19:24:06 [2026-09-09T17:24:06.136Z] Fetching changes from the remote Git repository
19:24:06 [2026-09-09T17:24:06.139Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
19:24:06 [2026-09-09T17:24:06.147Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
19:24:06 [2026-09-09T17:24:06.147Z]  > /usr/bin/git --version # timeout=10
19:24:06 [2026-09-09T17:24:06.153Z]  > git --version # 'git version 2.43.0'
19:24:06 [2026-09-09T17:24:06.153Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:06 [2026-09-09T17:24:06.159Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:06 [2026-09-09T17:24:06.671Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:06 [2026-09-09T17:24:06.678Z] Checking out Revision b88c9accf6d68868ca49c8e42eb142db20828393 (refs/remotes/origin/master)
19:24:06 [2026-09-09T17:24:06.678Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:06 [2026-09-09T17:24:06.684Z]  > /usr/bin/git checkout -f b88c9accf6d68868ca49c8e42eb142db20828393 # timeout=10
19:24:06 [2026-09-09T17:24:06.751Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:06 [2026-09-09T17:24:06.767Z]  > /usr/bin/git branch -D master # timeout=10
19:24:06 [2026-09-09T17:24:06.774Z]  > /usr/bin/git checkout -b master b88c9accf6d68868ca49c8e42eb142db20828393 # timeout=10
19:24:06 [2026-09-09T17:24:06.825Z] Commit message: "Feature #15410 Fix failure of the integration test DelayedNotificationDelegateIT"
19:24:06 [2026-09-09T17:24:06.826Z]  > /usr/bin/git rev-list --no-walk b88c9accf6d68868ca49c8e42eb142db20828393 # timeout=10
19:24:06 [2026-09-09T17:24:06.851Z] [Pipeline] fileExists
19:24:06 [2026-09-09T17:24:06.867Z] [Pipeline] readMavenPom
19:24:06 [2026-09-09T17:24:06.900Z] [Pipeline] sh
19:24:07 [2026-09-09T17:24:07.158Z] + git rev-parse HEAD
19:24:07 [2026-09-09T17:24:07.161Z] [Pipeline] echo
19:24:07 [2026-09-09T17:24:07.162Z] Silverpeas-Core: current commit is b88c9accf6d68868ca49c8e42eb142db20828393 and last build commit is b88c9accf6d68868ca49c8e42eb142db20828393
19:24:07 [2026-09-09T17:24:07.164Z] [Pipeline] }
19:24:07 [2026-09-09T17:24:07.173Z] [Pipeline] // dir
19:24:07 [2026-09-09T17:24:07.183Z] [Pipeline] echo
19:24:07 [2026-09-09T17:24:07.184Z] Build skipped due to no changes have been done since the last build
19:24:07 [2026-09-09T17:24:07.195Z] [Pipeline] dir
19:24:07 [2026-09-09T17:24:07.196Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components
19:24:07 [2026-09-09T17:24:07.197Z] [Pipeline] {
19:24:07 [2026-09-09T17:24:07.212Z] [Pipeline] git
19:24:07 [2026-09-09T17:24:07.227Z] The recommended git tool is: /usr/bin/git
19:24:07 [2026-09-09T17:24:07.228Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:07 [2026-09-09T17:24:07.236Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@310922b; decorates hudson.Launcher$LocalLauncher@54a56ce8 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:07 [2026-09-09T17:24:07.237Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Components/.git # timeout=10
19:24:07 [2026-09-09T17:24:07.242Z] Fetching changes from the remote Git repository
19:24:07 [2026-09-09T17:24:07.244Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
19:24:07 [2026-09-09T17:24:07.252Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
19:24:07 [2026-09-09T17:24:07.252Z]  > /usr/bin/git --version # timeout=10
19:24:07 [2026-09-09T17:24:07.256Z]  > git --version # 'git version 2.43.0'
19:24:07 [2026-09-09T17:24:07.257Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:07 [2026-09-09T17:24:07.264Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:07 [2026-09-09T17:24:07.794Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:07 [2026-09-09T17:24:07.802Z] Checking out Revision facea1cfed75d527b30859fcfba9bc72a6cc3e65 (refs/remotes/origin/master)
19:24:07 [2026-09-09T17:24:07.802Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:07 [2026-09-09T17:24:07.807Z]  > /usr/bin/git checkout -f facea1cfed75d527b30859fcfba9bc72a6cc3e65 # timeout=10
19:24:07 [2026-09-09T17:24:07.867Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:07 [2026-09-09T17:24:07.882Z]  > /usr/bin/git branch -D master # timeout=10
19:24:07 [2026-09-09T17:24:07.890Z]  > /usr/bin/git checkout -b master facea1cfed75d527b30859fcfba9bc72a6cc3e65 # timeout=10
19:24:07 [2026-09-09T17:24:07.952Z] Commit message: "Feature #15410 Update the templates used in the user notifications to specify the correct size of the embedded contribution's thumbnail."
19:24:07 [2026-09-09T17:24:07.952Z]  > /usr/bin/git rev-list --no-walk facea1cfed75d527b30859fcfba9bc72a6cc3e65 # timeout=10
19:24:07 [2026-09-09T17:24:07.972Z] [Pipeline] fileExists
19:24:07 [2026-09-09T17:24:07.981Z] [Pipeline] readMavenPom
19:24:07 [2026-09-09T17:24:07.997Z] [Pipeline] sh
19:24:08 [2026-09-09T17:24:08.256Z] + git rev-parse HEAD
19:24:08 [2026-09-09T17:24:08.260Z] [Pipeline] echo
19:24:08 [2026-09-09T17:24:08.261Z] Silverpeas-Components: current commit is facea1cfed75d527b30859fcfba9bc72a6cc3e65 and last build commit is facea1cfed75d527b30859fcfba9bc72a6cc3e65
19:24:08 [2026-09-09T17:24:08.263Z] [Pipeline] }
19:24:08 [2026-09-09T17:24:08.270Z] [Pipeline] // dir
19:24:08 [2026-09-09T17:24:08.284Z] [Pipeline] echo
19:24:08 [2026-09-09T17:24:08.285Z] Build skipped due to no changes have been done since the last build
19:24:08 [2026-09-09T17:24:08.301Z] [Pipeline] dir
19:24:08 [2026-09-09T17:24:08.301Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks
19:24:08 [2026-09-09T17:24:08.302Z] [Pipeline] {
19:24:08 [2026-09-09T17:24:08.324Z] [Pipeline] git
19:24:08 [2026-09-09T17:24:08.338Z] Selected Git installation does not exist. Using Default
19:24:08 [2026-09-09T17:24:08.338Z] The recommended git tool is: NONE
19:24:08 [2026-09-09T17:24:08.339Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:08 [2026-09-09T17:24:08.353Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6016d446; decorates hudson.Launcher$LocalLauncher@4acd41df will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:08 [2026-09-09T17:24:08.354Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Looks/.git # timeout=10
19:24:08 [2026-09-09T17:24:08.360Z] Fetching changes from the remote Git repository
19:24:08 [2026-09-09T17:24:08.362Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
19:24:08 [2026-09-09T17:24:08.368Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
19:24:08 [2026-09-09T17:24:08.368Z]  > /usr/bin/git --version # timeout=10
19:24:08 [2026-09-09T17:24:08.373Z]  > git --version # 'git version 2.43.0'
19:24:08 [2026-09-09T17:24:08.373Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:08 [2026-09-09T17:24:08.380Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:08 [2026-09-09T17:24:08.859Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:08 [2026-09-09T17:24:08.865Z] Checking out Revision 2af94364967e82de1e8d70f466e8367b04421688 (refs/remotes/origin/master)
19:24:08 [2026-09-09T17:24:08.865Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:08 [2026-09-09T17:24:08.871Z]  > /usr/bin/git checkout -f 2af94364967e82de1e8d70f466e8367b04421688 # timeout=10
19:24:08 [2026-09-09T17:24:08.884Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:08 [2026-09-09T17:24:08.892Z]  > /usr/bin/git branch -D master # timeout=10
19:24:08 [2026-09-09T17:24:08.899Z]  > /usr/bin/git checkout -b master 2af94364967e82de1e8d70f466e8367b04421688 # timeout=10
19:24:08 [2026-09-09T17:24:08.915Z] Commit message: "Update parent POM to version 2.0-build260821"
19:24:08 [2026-09-09T17:24:08.916Z]  > /usr/bin/git rev-list --no-walk 2af94364967e82de1e8d70f466e8367b04421688 # timeout=10
19:24:08 [2026-09-09T17:24:08.937Z] [Pipeline] fileExists
19:24:08 [2026-09-09T17:24:08.945Z] [Pipeline] readMavenPom
19:24:08 [2026-09-09T17:24:08.957Z] [Pipeline] sh
19:24:09 [2026-09-09T17:24:09.216Z] + git rev-parse HEAD
19:24:09 [2026-09-09T17:24:09.221Z] [Pipeline] echo
19:24:09 [2026-09-09T17:24:09.221Z] Silverpeas-Looks: current commit is 2af94364967e82de1e8d70f466e8367b04421688 and last build commit is 2af94364967e82de1e8d70f466e8367b04421688
19:24:09 [2026-09-09T17:24:09.226Z] [Pipeline] }
19:24:09 [2026-09-09T17:24:09.242Z] [Pipeline] // dir
19:24:09 [2026-09-09T17:24:09.258Z] [Pipeline] echo
19:24:09 [2026-09-09T17:24:09.258Z] Build skipped due to no changes have been done since the last build
19:24:09 [2026-09-09T17:24:09.275Z] [Pipeline] dir
19:24:09 [2026-09-09T17:24:09.276Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup
19:24:09 [2026-09-09T17:24:09.276Z] [Pipeline] {
19:24:09 [2026-09-09T17:24:09.298Z] [Pipeline] git
19:24:09 [2026-09-09T17:24:09.324Z] The recommended git tool is: NONE
19:24:09 [2026-09-09T17:24:09.325Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:09 [2026-09-09T17:24:09.337Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@505c9cc3; decorates hudson.Launcher$LocalLauncher@1cac4461 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:09 [2026-09-09T17:24:09.339Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Setup/.git # timeout=10
19:24:09 [2026-09-09T17:24:09.346Z] Fetching changes from the remote Git repository
19:24:09 [2026-09-09T17:24:09.349Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
19:24:09 [2026-09-09T17:24:09.355Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
19:24:09 [2026-09-09T17:24:09.356Z]  > /usr/bin/git --version # timeout=10
19:24:09 [2026-09-09T17:24:09.361Z]  > git --version # 'git version 2.43.0'
19:24:09 [2026-09-09T17:24:09.361Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:09 [2026-09-09T17:24:09.365Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:09 [2026-09-09T17:24:09.854Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:09 [2026-09-09T17:24:09.860Z] Checking out Revision ed6bdc22b8581b07c1e09d74558a2feb664e126b (refs/remotes/origin/master)
19:24:09 [2026-09-09T17:24:09.860Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:09 [2026-09-09T17:24:09.866Z]  > /usr/bin/git checkout -f ed6bdc22b8581b07c1e09d74558a2feb664e126b # timeout=10
19:24:09 [2026-09-09T17:24:09.877Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:09 [2026-09-09T17:24:09.886Z]  > /usr/bin/git branch -D master # timeout=10
19:24:09 [2026-09-09T17:24:09.896Z]  > /usr/bin/git checkout -b master ed6bdc22b8581b07c1e09d74558a2feb664e126b # timeout=10
19:24:09 [2026-09-09T17:24:09.907Z] Commit message: "Now the project works with Gradle 9.7.1 and Groovy 4. As Groovy 4 doesn't carry anymore groovy.xml, it is required to import it explicitly. Upgrade also some dependencies."
19:24:09 [2026-09-09T17:24:09.908Z]  > /usr/bin/git rev-list --no-walk ed6bdc22b8581b07c1e09d74558a2feb664e126b # timeout=10
19:24:09 [2026-09-09T17:24:09.927Z] [Pipeline] fileExists
19:24:09 [2026-09-09T17:24:09.947Z] [Pipeline] sh
19:24:10 [2026-09-09T17:24:10.207Z] + git rev-parse HEAD
19:24:10 [2026-09-09T17:24:10.212Z] [Pipeline] echo
19:24:10 [2026-09-09T17:24:10.213Z] Silverpeas-Setup: current commit is ed6bdc22b8581b07c1e09d74558a2feb664e126b and last build commit is ed6bdc22b8581b07c1e09d74558a2feb664e126b
19:24:10 [2026-09-09T17:24:10.217Z] [Pipeline] }
19:24:10 [2026-09-09T17:24:10.234Z] [Pipeline] // dir
19:24:10 [2026-09-09T17:24:10.249Z] [Pipeline] echo
19:24:10 [2026-09-09T17:24:10.250Z] Build skipped due to no changes have been done since the last build
19:24:10 [2026-09-09T17:24:10.267Z] [Pipeline] dir
19:24:10 [2026-09-09T17:24:10.267Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution
19:24:10 [2026-09-09T17:24:10.269Z] [Pipeline] {
19:24:10 [2026-09-09T17:24:10.291Z] [Pipeline] git
19:24:10 [2026-09-09T17:24:10.306Z] The recommended git tool is: NONE
19:24:10 [2026-09-09T17:24:10.307Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:10 [2026-09-09T17:24:10.317Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@256099d; decorates hudson.Launcher$LocalLauncher@15445a88 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:10 [2026-09-09T17:24:10.318Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
19:24:10 [2026-09-09T17:24:10.323Z] Fetching changes from the remote Git repository
19:24:10 [2026-09-09T17:24:10.326Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
19:24:10 [2026-09-09T17:24:10.332Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
19:24:10 [2026-09-09T17:24:10.332Z]  > /usr/bin/git --version # timeout=10
19:24:10 [2026-09-09T17:24:10.337Z]  > git --version # 'git version 2.43.0'
19:24:10 [2026-09-09T17:24:10.337Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:10 [2026-09-09T17:24:10.342Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:10 [2026-09-09T17:24:10.881Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:10 [2026-09-09T17:24:10.886Z] Checking out Revision c0a46ddd25bbd81d0e4dbafd3051c0dc5be1ebbc (refs/remotes/origin/master)
19:24:10 [2026-09-09T17:24:10.886Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:10 [2026-09-09T17:24:10.891Z]  > /usr/bin/git checkout -f c0a46ddd25bbd81d0e4dbafd3051c0dc5be1ebbc # timeout=10
19:24:10 [2026-09-09T17:24:10.903Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:10 [2026-09-09T17:24:10.910Z]  > /usr/bin/git branch -D master # timeout=10
19:24:10 [2026-09-09T17:24:10.917Z]  > /usr/bin/git checkout -b master c0a46ddd25bbd81d0e4dbafd3051c0dc5be1ebbc # timeout=10
19:24:10 [2026-09-09T17:24:10.927Z] Commit message: "Update the installer so that it works with Gradle 9.7.1. The Maven settings.xml/settings-security.xml files are again read to get the credentials required to get Silverpeas artefacts from the private repository (which contains the customer specifics)."
19:24:10 [2026-09-09T17:24:10.927Z]  > /usr/bin/git rev-list --no-walk c0a46ddd25bbd81d0e4dbafd3051c0dc5be1ebbc # timeout=10
19:24:10 [2026-09-09T17:24:10.946Z] [Pipeline] fileExists
19:24:10 [2026-09-09T17:24:10.954Z] [Pipeline] readMavenPom
19:24:10 [2026-09-09T17:24:10.965Z] [Pipeline] sh
19:24:11 [2026-09-09T17:24:11.223Z] + git rev-parse HEAD
19:24:11 [2026-09-09T17:24:11.226Z] [Pipeline] echo
19:24:11 [2026-09-09T17:24:11.226Z] Silverpeas-Distribution: current commit is c0a46ddd25bbd81d0e4dbafd3051c0dc5be1ebbc and last build commit is c0a46ddd25bbd81d0e4dbafd3051c0dc5be1ebbc
19:24:11 [2026-09-09T17:24:11.227Z] [Pipeline] }
19:24:11 [2026-09-09T17:24:11.245Z] [Pipeline] // dir
19:24:11 [2026-09-09T17:24:11.261Z] [Pipeline] echo
19:24:11 [2026-09-09T17:24:11.262Z] Build skipped due to no changes have been done since the last build
19:24:11 [2026-09-09T17:24:11.278Z] [Pipeline] dir
19:24:11 [2026-09-09T17:24:11.278Z] Running in /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly
19:24:11 [2026-09-09T17:24:11.279Z] [Pipeline] {
19:24:11 [2026-09-09T17:24:11.304Z] [Pipeline] git
19:24:11 [2026-09-09T17:24:11.320Z] The recommended git tool is: NONE
19:24:11 [2026-09-09T17:24:11.321Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:11 [2026-09-09T17:24:11.331Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@54ffa10d; decorates hudson.Launcher$LocalLauncher@38f2cbaf will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:11 [2026-09-09T17:24:11.332Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Master_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
19:24:11 [2026-09-09T17:24:11.337Z] Fetching changes from the remote Git repository
19:24:11 [2026-09-09T17:24:11.341Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
19:24:11 [2026-09-09T17:24:11.347Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
19:24:11 [2026-09-09T17:24:11.347Z]  > /usr/bin/git --version # timeout=10
19:24:11 [2026-09-09T17:24:11.352Z]  > git --version # 'git version 2.43.0'
19:24:11 [2026-09-09T17:24:11.352Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:11 [2026-09-09T17:24:11.359Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:11 [2026-09-09T17:24:11.915Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:11 [2026-09-09T17:24:11.921Z] Checking out Revision 0ff3db7ef2fa887e276200aea5587cde84dd56bd (refs/remotes/origin/master)
19:24:11 [2026-09-09T17:24:11.921Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:11 [2026-09-09T17:24:11.926Z]  > /usr/bin/git checkout -f 0ff3db7ef2fa887e276200aea5587cde84dd56bd # timeout=10
19:24:11 [2026-09-09T17:24:11.935Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:11 [2026-09-09T17:24:11.946Z]  > /usr/bin/git branch -D master # timeout=10
19:24:11 [2026-09-09T17:24:11.953Z]  > /usr/bin/git checkout -b master 0ff3db7ef2fa887e276200aea5587cde84dd56bd # timeout=10
19:24:11 [2026-09-09T17:24:11.968Z] Commit message: "Update parent POM to version 2.0-build260821"
19:24:11 [2026-09-09T17:24:11.968Z]  > /usr/bin/git rev-list --no-walk 0ff3db7ef2fa887e276200aea5587cde84dd56bd # timeout=10
19:24:11 [2026-09-09T17:24:11.989Z] [Pipeline] fileExists
19:24:11 [2026-09-09T17:24:11.998Z] [Pipeline] readMavenPom
19:24:12 [2026-09-09T17:24:12.023Z] [Pipeline] sh
19:24:12 [2026-09-09T17:24:12.283Z] + git rev-parse HEAD
19:24:12 [2026-09-09T17:24:12.286Z] [Pipeline] echo
19:24:12 [2026-09-09T17:24:12.287Z] Silverpeas-Assembly: current commit is 0ff3db7ef2fa887e276200aea5587cde84dd56bd and last build commit is 0ff3db7ef2fa887e276200aea5587cde84dd56bd
19:24:12 [2026-09-09T17:24:12.289Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.317Z] [Pipeline] // dir
19:24:12 [2026-09-09T17:24:12.327Z] [Pipeline] echo
19:24:12 [2026-09-09T17:24:12.328Z] Build skipped due to no changes have been done since the last build
19:24:12 [2026-09-09T17:24:12.328Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.342Z] [Pipeline] // script
19:24:12 [2026-09-09T17:24:12.356Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.363Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.374Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.375Z] [Pipeline] { (Build Silverpeas)
19:24:12 [2026-09-09T17:24:12.416Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.417Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.445Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.446Z] [Pipeline] { (Build Silverpeas-Core)
19:24:12 [2026-09-09T17:24:12.474Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.475Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.478Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.495Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.511Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.512Z] [Pipeline] { (Build Silverpeas-Components)
19:24:12 [2026-09-09T17:24:12.525Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.526Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.528Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.540Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.555Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.556Z] [Pipeline] { (Build Silverpeas-Assembly)
19:24:12 [2026-09-09T17:24:12.568Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.569Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.571Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.583Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.596Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.597Z] [Pipeline] { (Build Silverpeas Setup)
19:24:12 [2026-09-09T17:24:12.608Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.609Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.611Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.622Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.635Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.636Z] [Pipeline] { (Build Silverpeas Distribution)
19:24:12 [2026-09-09T17:24:12.646Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.647Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.649Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.659Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.673Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.674Z] [Pipeline] { (Build Silverpeas-Looks)
19:24:12 [2026-09-09T17:24:12.684Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.685Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.687Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.697Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.709Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.710Z] [Pipeline] { (Publish Silverpeas-Core)
19:24:12 [2026-09-09T17:24:12.719Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.721Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.724Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.733Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.744Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.745Z] [Pipeline] { (Publish Silverpeas-Components)
19:24:12 [2026-09-09T17:24:12.754Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.756Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.759Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.768Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.780Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.782Z] [Pipeline] { (Publish Silverpeas-Assembly)
19:24:12 [2026-09-09T17:24:12.791Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.792Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.796Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.805Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.817Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.818Z] [Pipeline] { (Publish Silverpeas-Setup)
19:24:12 [2026-09-09T17:24:12.827Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.828Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.831Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.843Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.855Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.856Z] [Pipeline] { (Publish Silverpeas-Distribution)
19:24:12 [2026-09-09T17:24:12.864Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.866Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.868Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.881Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.893Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.894Z] [Pipeline] { (Publish Silverpeas-Looks)
19:24:12 [2026-09-09T17:24:12.902Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.903Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.905Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.913Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.922Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.923Z] [Pipeline] { (Publish Community Web Site)
19:24:12 [2026-09-09T17:24:12.930Z] Stage "Build Silverpeas" skipped due to when conditional
19:24:12 [2026-09-09T17:24:12.931Z] [Pipeline] getContext
19:24:12 [2026-09-09T17:24:12.932Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.940Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.947Z] [Pipeline] }
19:24:12 [2026-09-09T17:24:12.954Z] [Pipeline] // stage
19:24:12 [2026-09-09T17:24:12.969Z] [Pipeline] stage
19:24:12 [2026-09-09T17:24:12.969Z] [Pipeline] { (Create YAML build report)
19:24:12 [2026-09-09T17:24:12.998Z] [Pipeline] script
19:24:13 [2026-09-09T17:24:13.004Z] [Pipeline] {
19:24:13 [2026-09-09T17:24:13.032Z] [Pipeline] sh
19:24:13 [2026-09-09T17:24:13.292Z] + mkdir -p target
19:24:13 [2026-09-09T17:24:13.295Z] [Pipeline] sh
19:24:13 [2026-09-09T17:24:13.552Z] + mv build.yaml target/
19:24:13 [2026-09-09T17:24:13.553Z] [Pipeline] }
19:24:13 [2026-09-09T17:24:13.571Z] [Pipeline] // script
19:24:13 [2026-09-09T17:24:13.587Z] [Pipeline] }
19:24:13 [2026-09-09T17:24:13.607Z] [Pipeline] // stage
19:24:13 [2026-09-09T17:24:13.629Z] [Pipeline] stage
19:24:13 [2026-09-09T17:24:13.630Z] [Pipeline] { (Declarative: Post Actions)
19:24:13 [2026-09-09T17:24:13.661Z] [Pipeline] step
19:24:13 [2026-09-09T17:24:13.694Z] [Pipeline] script
19:24:13 [2026-09-09T17:24:13.701Z] [Pipeline] {
19:24:13 [2026-09-09T17:24:13.724Z] [Pipeline] }
19:24:13 [2026-09-09T17:24:13.739Z] [Pipeline] // script
19:24:13 [2026-09-09T17:24:13.756Z] [Pipeline] archiveArtifacts
19:24:13 [2026-09-09T17:24:13.769Z] Archiving artifacts
19:24:13 [2026-09-09T17:24:13.771Z] Enregistrement des empreintes numériques
19:24:13 [2026-09-09T17:24:13.791Z] [Pipeline] sh
19:24:14 [2026-09-09T17:24:14.055Z] + rm -rf target
19:24:14 [2026-09-09T17:24:14.061Z] [Pipeline] }
19:24:14 [2026-09-09T17:24:14.077Z] [Pipeline] // stage
19:24:14 [2026-09-09T17:24:14.086Z] [Pipeline] }
19:24:14 [2026-09-09T17:24:14.096Z] [Pipeline] // withEnv
19:24:14 [2026-09-09T17:24:14.115Z] [Pipeline] }
19:24:14 [2026-09-09T17:24:14.115Z] $ docker stop --time=1 6b83930729f2dafa669f20236fefa9004e7e89d999d07b323095a0ff552fc0fb
19:24:15 [2026-09-09T17:24:15.367Z] $ docker rm -f --volumes 6b83930729f2dafa669f20236fefa9004e7e89d999d07b323095a0ff552fc0fb
19:24:15 [2026-09-09T17:24:15.408Z] [Pipeline] // withDockerContainer
19:24:15 [2026-09-09T17:24:15.418Z] [Pipeline] }
19:24:15 [2026-09-09T17:24:15.428Z] [Pipeline] // withEnv
19:24:15 [2026-09-09T17:24:15.443Z] [Pipeline] }
19:24:15 [2026-09-09T17:24:15.464Z] [Pipeline] // node
19:24:15 [2026-09-09T17:24:15.477Z] [Pipeline] End of Pipeline
19:24:15 [2026-09-09T17:24:15.557Z] Lancement d'un nouveau build de Silverpeas_Mobile_Master_AutoDeploy #673
19:24:15 [2026-09-09T17:24:15.557Z] Finished: SUCCESS