SuccèsSortie de la console
01:21:00 [2025-01-24T00:21:00.243Z] Lancé par une alarme périodique
01:21:00 [2025-01-24T00:21:00.243Z] Running as userbuild
01:21:00 [2025-01-24T00:21:00.684Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2025-01-24T00:21:01.209Z] [Pipeline] Start of Pipeline
01:21:01 [2025-01-24T00:21:01.570Z] [Pipeline] node
01:21:01 [2025-01-24T00:21:01.573Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:01 [2025-01-24T00:21:01.577Z] [Pipeline] {
01:21:01 [2025-01-24T00:21:01.596Z] [Pipeline] stage
01:21:01 [2025-01-24T00:21:01.596Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:01 [2025-01-24T00:21:01.610Z] [Pipeline] checkout
01:21:01 [2025-01-24T00:21:01.612Z] Selected Git installation does not exist. Using Default
01:21:01 [2025-01-24T00:21:01.612Z] The recommended git tool is: NONE
01:21:01 [2025-01-24T00:21:01.613Z] No credentials specified
01:21:01 [2025-01-24T00:21:01.613Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:01 [2025-01-24T00:21:01.618Z] Fetching changes from the remote Git repository
01:21:01 [2025-01-24T00:21:01.620Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:01 [2025-01-24T00:21:01.628Z] Cleaning workspace
01:21:01 [2025-01-24T00:21:01.628Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:01 [2025-01-24T00:21:01.633Z] Resetting working tree
01:21:01 [2025-01-24T00:21:01.633Z] > /usr/bin/git reset --hard # timeout=10
01:21:01 [2025-01-24T00:21:01.642Z] > /usr/bin/git clean -fdx # timeout=10
01:21:01 [2025-01-24T00:21:01.648Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2025-01-24T00:21:01.648Z] > /usr/bin/git --version # timeout=10
01:21:01 [2025-01-24T00:21:01.652Z] > git --version # 'git version 2.43.0'
01:21:01 [2025-01-24T00:21:01.652Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:02 [2025-01-24T00:21:02.001Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:02 [2025-01-24T00:21:02.007Z] Checking out Revision a21b86feba1363f95e030bf85247d116cfc8258c (refs/remotes/origin/master)
01:21:02 [2025-01-24T00:21:02.007Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:02 [2025-01-24T00:21:02.012Z] > /usr/bin/git checkout -f a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:02 [2025-01-24T00:21:02.029Z] Commit message: "In the release pipeline of the Silverpeas platform, enabled the build of the docker image of Silverpeas for trial purpose."
01:21:02 [2025-01-24T00:21:02.029Z] > /usr/bin/git rev-list --no-walk a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:02 [2025-01-24T00:21:02.053Z] [Pipeline] }
01:21:02 [2025-01-24T00:21:02.065Z] [Pipeline] // stage
01:21:02 [2025-01-24T00:21:02.088Z] [Pipeline] withEnv
01:21:02 [2025-01-24T00:21:02.089Z] [Pipeline] {
01:21:02 [2025-01-24T00:21:02.277Z] [Pipeline] isUnix
01:21:02 [2025-01-24T00:21:02.278Z] [Pipeline] withEnv
01:21:02 [2025-01-24T00:21:02.278Z] [Pipeline] {
01:21:02 [2025-01-24T00:21:02.293Z] [Pipeline] sh
01:21:02 [2025-01-24T00:21:02.549Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:02 [2025-01-24T00:21:02.549Z] .
01:21:02 [2025-01-24T00:21:02.550Z] [Pipeline] }
01:21:02 [2025-01-24T00:21:02.563Z] [Pipeline] // withEnv
01:21:02 [2025-01-24T00:21:02.577Z] [Pipeline] withDockerContainer
01:21:02 [2025-01-24T00:21:02.609Z] Jenkins does not seem to be running inside a container
01:21:02 [2025-01-24T00:21:02.616Z] $ 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:02 [2025-01-24T00:21:02.953Z] $ docker top 5fe68099172feb624debb625abcd456975d689dea4f173cce0fc3b7125d5b582 -eo pid,comm
01:21:02 [2025-01-24T00:21:02.993Z] [Pipeline] {
01:21:03 [2025-01-24T00:21:03.013Z] [Pipeline] withEnv
01:21:03 [2025-01-24T00:21:03.014Z] [Pipeline] {
01:21:03 [2025-01-24T00:21:03.042Z] [Pipeline] stage
01:21:03 [2025-01-24T00:21:03.043Z] [Pipeline] { (Prepare the job)
01:21:03 [2025-01-24T00:21:03.095Z] [Pipeline] sh
01:21:03 [2025-01-24T00:21:03.353Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:03 [2025-01-24T00:21:03.606Z] [Pipeline] script
01:21:03 [2025-01-24T00:21:03.610Z] [Pipeline] {
01:21:03 [2025-01-24T00:21:03.626Z] [Pipeline] readMavenPom
01:21:03 [2025-01-24T00:21:03.656Z] [Pipeline] sh
01:21:03 [2025-01-24T00:21:03.911Z] + rm -f pom.xml
01:21:03 [2025-01-24T00:21:03.912Z] [Pipeline] }
01:21:03 [2025-01-24T00:21:03.925Z] [Pipeline] // script
01:21:03 [2025-01-24T00:21:03.941Z] [Pipeline] }
01:21:03 [2025-01-24T00:21:03.953Z] [Pipeline] // stage
01:21:03 [2025-01-24T00:21:03.968Z] [Pipeline] stage
01:21:03 [2025-01-24T00:21:03.968Z] [Pipeline] { (Check POM parent version)
01:21:04 [2025-01-24T00:21:04.031Z] Stage "Check POM parent version" skipped due to when conditional
01:21:04 [2025-01-24T00:21:04.032Z] [Pipeline] getContext
01:21:04 [2025-01-24T00:21:04.041Z] [Pipeline] }
01:21:04 [2025-01-24T00:21:04.052Z] [Pipeline] // stage
01:21:04 [2025-01-24T00:21:04.065Z] [Pipeline] stage
01:21:04 [2025-01-24T00:21:04.066Z] [Pipeline] { (Checkout projects and check code changes)
01:21:04 [2025-01-24T00:21:04.090Z] [Pipeline] script
01:21:04 [2025-01-24T00:21:04.094Z] [Pipeline] {
01:21:04 [2025-01-24T00:21:04.115Z] [Pipeline] copyArtifacts
01:21:04 [2025-01-24T00:21:04.121Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 218
01:21:04 [2025-01-24T00:21:04.132Z] [Pipeline] readYaml
01:21:04 [2025-01-24T00:21:04.151Z] [Pipeline] dir
01:21:04 [2025-01-24T00:21:04.151Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:04 [2025-01-24T00:21:04.152Z] [Pipeline] {
01:21:04 [2025-01-24T00:21:04.169Z] [Pipeline] git
01:21:04 [2025-01-24T00:21:04.171Z] The recommended git tool is: /usr/bin/git
01:21:04 [2025-01-24T00:21:04.173Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:04 [2025-01-24T00:21:04.186Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@64cf50ec; decorates hudson.Launcher$LocalLauncher@472c552d will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:04 [2025-01-24T00:21:04.187Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core/.git # timeout=10
01:21:04 [2025-01-24T00:21:04.193Z] Fetching changes from the remote Git repository
01:21:04 [2025-01-24T00:21:04.197Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2025-01-24T00:21:04.203Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2025-01-24T00:21:04.203Z] > /usr/bin/git --version # timeout=10
01:21:04 [2025-01-24T00:21:04.208Z] > git --version # 'git version 2.43.0'
01:21:04 [2025-01-24T00:21:04.208Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2025-01-24T00:21:04.215Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:04 [2025-01-24T00:21:04.586Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:04 [2025-01-24T00:21:04.593Z] Checking out Revision eb4bb924dcf549c2db0cee56992e75cd32ef4033 (refs/remotes/origin/6.3.x)
01:21:04 [2025-01-24T00:21:04.593Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:04 [2025-01-24T00:21:04.617Z] > /usr/bin/git checkout -f eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:04 [2025-01-24T00:21:04.667Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:04 [2025-01-24T00:21:04.678Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:04 [2025-01-24T00:21:04.688Z] > /usr/bin/git checkout -b 6.3.x eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:04 [2025-01-24T00:21:04.758Z] Commit message: "bug #14490: use folder names instead of ids"
01:21:04 [2025-01-24T00:21:04.758Z] > /usr/bin/git rev-list --no-walk eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:04 [2025-01-24T00:21:04.780Z] [Pipeline] fileExists
01:21:04 [2025-01-24T00:21:04.808Z] [Pipeline] readMavenPom
01:21:04 [2025-01-24T00:21:04.830Z] [Pipeline] sh
01:21:05 [2025-01-24T00:21:05.088Z] + git rev-parse HEAD
01:21:05 [2025-01-24T00:21:05.091Z] [Pipeline] echo
01:21:05 [2025-01-24T00:21:05.092Z] Silverpeas-Core: current commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033 and last build commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033
01:21:05 [2025-01-24T00:21:05.094Z] [Pipeline] }
01:21:05 [2025-01-24T00:21:05.108Z] [Pipeline] // dir
01:21:05 [2025-01-24T00:21:05.121Z] [Pipeline] echo
01:21:05 [2025-01-24T00:21:05.122Z] Build skipped due to no changes have been done since the last build
01:21:05 [2025-01-24T00:21:05.136Z] [Pipeline] dir
01:21:05 [2025-01-24T00:21:05.136Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:05 [2025-01-24T00:21:05.137Z] [Pipeline] {
01:21:05 [2025-01-24T00:21:05.155Z] [Pipeline] git
01:21:05 [2025-01-24T00:21:05.157Z] The recommended git tool is: /usr/bin/git
01:21:05 [2025-01-24T00:21:05.158Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2025-01-24T00:21:05.168Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@d168474; decorates hudson.Launcher$LocalLauncher@7f2f7157 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2025-01-24T00:21:05.169Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components/.git # timeout=10
01:21:05 [2025-01-24T00:21:05.175Z] Fetching changes from the remote Git repository
01:21:05 [2025-01-24T00:21:05.179Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:05 [2025-01-24T00:21:05.187Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:05 [2025-01-24T00:21:05.187Z] > /usr/bin/git --version # timeout=10
01:21:05 [2025-01-24T00:21:05.191Z] > git --version # 'git version 2.43.0'
01:21:05 [2025-01-24T00:21:05.191Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2025-01-24T00:21:05.197Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2025-01-24T00:21:05.684Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2025-01-24T00:21:05.691Z] Checking out Revision f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 (refs/remotes/origin/6.3.x)
01:21:05 [2025-01-24T00:21:05.691Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2025-01-24T00:21:05.696Z] > /usr/bin/git checkout -f f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:05 [2025-01-24T00:21:05.722Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2025-01-24T00:21:05.731Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2025-01-24T00:21:05.738Z] > /usr/bin/git checkout -b 6.3.x f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:05 [2025-01-24T00:21:05.796Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (6fd4cda122f3439acfc933732ee571984880bd67).Prepare for development iteration of next version 6.3.6"
01:21:05 [2025-01-24T00:21:05.796Z] > /usr/bin/git rev-list --no-walk f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:05 [2025-01-24T00:21:05.824Z] [Pipeline] fileExists
01:21:05 [2025-01-24T00:21:05.839Z] [Pipeline] readMavenPom
01:21:05 [2025-01-24T00:21:05.857Z] [Pipeline] sh
01:21:06 [2025-01-24T00:21:06.115Z] + git rev-parse HEAD
01:21:06 [2025-01-24T00:21:06.118Z] [Pipeline] echo
01:21:06 [2025-01-24T00:21:06.119Z] Silverpeas-Components: current commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 and last build commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773
01:21:06 [2025-01-24T00:21:06.121Z] [Pipeline] }
01:21:06 [2025-01-24T00:21:06.134Z] [Pipeline] // dir
01:21:06 [2025-01-24T00:21:06.148Z] [Pipeline] echo
01:21:06 [2025-01-24T00:21:06.149Z] Build skipped due to no changes have been done since the last build
01:21:06 [2025-01-24T00:21:06.163Z] [Pipeline] dir
01:21:06 [2025-01-24T00:21:06.163Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:06 [2025-01-24T00:21:06.164Z] [Pipeline] {
01:21:06 [2025-01-24T00:21:06.182Z] [Pipeline] git
01:21:06 [2025-01-24T00:21:06.183Z] Selected Git installation does not exist. Using Default
01:21:06 [2025-01-24T00:21:06.183Z] The recommended git tool is: NONE
01:21:06 [2025-01-24T00:21:06.184Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2025-01-24T00:21:06.196Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4f128a94; decorates hudson.Launcher$LocalLauncher@67b132ca will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2025-01-24T00:21:06.196Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks/.git # timeout=10
01:21:06 [2025-01-24T00:21:06.203Z] Fetching changes from the remote Git repository
01:21:06 [2025-01-24T00:21:06.204Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:06 [2025-01-24T00:21:06.209Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:06 [2025-01-24T00:21:06.209Z] > /usr/bin/git --version # timeout=10
01:21:06 [2025-01-24T00:21:06.214Z] > git --version # 'git version 2.43.0'
01:21:06 [2025-01-24T00:21:06.214Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2025-01-24T00:21:06.219Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2025-01-24T00:21:06.561Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2025-01-24T00:21:06.567Z] Checking out Revision 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 (refs/remotes/origin/6.3.x)
01:21:06 [2025-01-24T00:21:06.567Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2025-01-24T00:21:06.573Z] > /usr/bin/git checkout -f 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:06 [2025-01-24T00:21:06.586Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2025-01-24T00:21:06.595Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2025-01-24T00:21:06.602Z] > /usr/bin/git checkout -b 6.3.x 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:06 [2025-01-24T00:21:06.618Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (dbccb35a1ebe1bbad757509e5bc6aa19bc27d8d6).Prepare for development iteration of next version 6.3.6"
01:21:06 [2025-01-24T00:21:06.618Z] > /usr/bin/git rev-list --no-walk 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:06 [2025-01-24T00:21:06.647Z] [Pipeline] fileExists
01:21:06 [2025-01-24T00:21:06.663Z] [Pipeline] readMavenPom
01:21:06 [2025-01-24T00:21:06.682Z] [Pipeline] sh
01:21:06 [2025-01-24T00:21:06.940Z] + git rev-parse HEAD
01:21:06 [2025-01-24T00:21:06.943Z] [Pipeline] echo
01:21:06 [2025-01-24T00:21:06.943Z] Silverpeas-Looks: current commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 and last build commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924
01:21:06 [2025-01-24T00:21:06.945Z] [Pipeline] }
01:21:06 [2025-01-24T00:21:06.960Z] [Pipeline] // dir
01:21:06 [2025-01-24T00:21:06.975Z] [Pipeline] echo
01:21:06 [2025-01-24T00:21:06.975Z] Build skipped due to no changes have been done since the last build
01:21:06 [2025-01-24T00:21:06.991Z] [Pipeline] dir
01:21:06 [2025-01-24T00:21:06.991Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:06 [2025-01-24T00:21:06.992Z] [Pipeline] {
01:21:07 [2025-01-24T00:21:07.011Z] [Pipeline] git
01:21:07 [2025-01-24T00:21:07.013Z] The recommended git tool is: NONE
01:21:07 [2025-01-24T00:21:07.013Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2025-01-24T00:21:07.022Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@7429a1ef; decorates hudson.Launcher$LocalLauncher@2b8f87c7 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2025-01-24T00:21:07.023Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup/.git # timeout=10
01:21:07 [2025-01-24T00:21:07.028Z] Fetching changes from the remote Git repository
01:21:07 [2025-01-24T00:21:07.031Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:07 [2025-01-24T00:21:07.037Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:07 [2025-01-24T00:21:07.037Z] > /usr/bin/git --version # timeout=10
01:21:07 [2025-01-24T00:21:07.042Z] > git --version # 'git version 2.43.0'
01:21:07 [2025-01-24T00:21:07.042Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2025-01-24T00:21:07.048Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2025-01-24T00:21:07.430Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2025-01-24T00:21:07.436Z] Checking out Revision 146430cd63566b3be410c8dd534faa57033583b3 (refs/remotes/origin/6.3.x)
01:21:07 [2025-01-24T00:21:07.436Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2025-01-24T00:21:07.442Z] > /usr/bin/git checkout -f 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:07 [2025-01-24T00:21:07.452Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2025-01-24T00:21:07.462Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2025-01-24T00:21:07.469Z] > /usr/bin/git checkout -b 6.3.x 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:07 [2025-01-24T00:21:07.483Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (8bde3aa3b7f02e512760af8c88e4ca3cad5c6bcd).Prepare for development iteration of next version 6.3.6"
01:21:07 [2025-01-24T00:21:07.483Z] > /usr/bin/git rev-list --no-walk 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:07 [2025-01-24T00:21:07.503Z] [Pipeline] fileExists
01:21:07 [2025-01-24T00:21:07.512Z] [Pipeline] sh
01:21:07 [2025-01-24T00:21:07.768Z] + git rev-parse HEAD
01:21:07 [2025-01-24T00:21:07.771Z] [Pipeline] echo
01:21:07 [2025-01-24T00:21:07.771Z] Silverpeas-Setup: current commit is 146430cd63566b3be410c8dd534faa57033583b3 and last build commit is 146430cd63566b3be410c8dd534faa57033583b3
01:21:07 [2025-01-24T00:21:07.773Z] [Pipeline] }
01:21:07 [2025-01-24T00:21:07.788Z] [Pipeline] // dir
01:21:07 [2025-01-24T00:21:07.804Z] [Pipeline] echo
01:21:07 [2025-01-24T00:21:07.804Z] Build skipped due to no changes have been done since the last build
01:21:07 [2025-01-24T00:21:07.820Z] [Pipeline] dir
01:21:07 [2025-01-24T00:21:07.820Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:07 [2025-01-24T00:21:07.821Z] [Pipeline] {
01:21:07 [2025-01-24T00:21:07.841Z] [Pipeline] git
01:21:07 [2025-01-24T00:21:07.843Z] The recommended git tool is: NONE
01:21:07 [2025-01-24T00:21:07.844Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2025-01-24T00:21:07.855Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@69410d56; decorates hudson.Launcher$LocalLauncher@df881dc will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2025-01-24T00:21:07.855Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:07 [2025-01-24T00:21:07.863Z] Fetching changes from the remote Git repository
01:21:07 [2025-01-24T00:21:07.866Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:07 [2025-01-24T00:21:07.872Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:07 [2025-01-24T00:21:07.872Z] > /usr/bin/git --version # timeout=10
01:21:07 [2025-01-24T00:21:07.877Z] > git --version # 'git version 2.43.0'
01:21:07 [2025-01-24T00:21:07.877Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2025-01-24T00:21:07.883Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2025-01-24T00:21:08.238Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2025-01-24T00:21:08.244Z] Checking out Revision 10719018413e414cfa70c0f64a945a72670797f4 (refs/remotes/origin/6.3.x)
01:21:08 [2025-01-24T00:21:08.244Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2025-01-24T00:21:08.250Z] > /usr/bin/git checkout -f 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:08 [2025-01-24T00:21:08.257Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2025-01-24T00:21:08.265Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2025-01-24T00:21:08.272Z] > /usr/bin/git checkout -b 6.3.x 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:08 [2025-01-24T00:21:08.285Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (363c2d4aa3f57abea17ac7143443728743cd1bb2).Prepare for development iteration of next version 6.3.6"
01:21:08 [2025-01-24T00:21:08.285Z] > /usr/bin/git rev-list --no-walk 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:08 [2025-01-24T00:21:08.305Z] [Pipeline] fileExists
01:21:08 [2025-01-24T00:21:08.314Z] [Pipeline] readMavenPom
01:21:08 [2025-01-24T00:21:08.324Z] [Pipeline] sh
01:21:08 [2025-01-24T00:21:08.580Z] + git rev-parse HEAD
01:21:08 [2025-01-24T00:21:08.583Z] [Pipeline] echo
01:21:08 [2025-01-24T00:21:08.583Z] Silverpeas-Distribution: current commit is 10719018413e414cfa70c0f64a945a72670797f4 and last build commit is 10719018413e414cfa70c0f64a945a72670797f4
01:21:08 [2025-01-24T00:21:08.585Z] [Pipeline] }
01:21:08 [2025-01-24T00:21:08.601Z] [Pipeline] // dir
01:21:08 [2025-01-24T00:21:08.617Z] [Pipeline] echo
01:21:08 [2025-01-24T00:21:08.617Z] Build skipped due to no changes have been done since the last build
01:21:08 [2025-01-24T00:21:08.634Z] [Pipeline] dir
01:21:08 [2025-01-24T00:21:08.634Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:08 [2025-01-24T00:21:08.635Z] [Pipeline] {
01:21:08 [2025-01-24T00:21:08.655Z] [Pipeline] git
01:21:08 [2025-01-24T00:21:08.657Z] The recommended git tool is: NONE
01:21:08 [2025-01-24T00:21:08.658Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2025-01-24T00:21:08.669Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3e583c88; decorates hudson.Launcher$LocalLauncher@1b2cc53c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2025-01-24T00:21:08.670Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:08 [2025-01-24T00:21:08.676Z] Fetching changes from the remote Git repository
01:21:08 [2025-01-24T00:21:08.679Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:08 [2025-01-24T00:21:08.685Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:08 [2025-01-24T00:21:08.685Z] > /usr/bin/git --version # timeout=10
01:21:08 [2025-01-24T00:21:08.691Z] > git --version # 'git version 2.43.0'
01:21:08 [2025-01-24T00:21:08.691Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2025-01-24T00:21:08.697Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2025-01-24T00:21:09.077Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2025-01-24T00:21:09.083Z] Checking out Revision e6cf90efb933ea1d65558af1cade3056ac4b6462 (refs/remotes/origin/6.3.x)
01:21:09 [2025-01-24T00:21:09.083Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2025-01-24T00:21:09.088Z] > /usr/bin/git checkout -f e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:09 [2025-01-24T00:21:09.097Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2025-01-24T00:21:09.107Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2025-01-24T00:21:09.113Z] > /usr/bin/git checkout -b 6.3.x e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:09 [2025-01-24T00:21:09.122Z] Commit message: "6.3.5 has been released from build 6.3.5-build240525 (9366866ae390208a34703f1257bd641cb29c4d16).Prepare for development iteration of next version 6.3.6"
01:21:09 [2025-01-24T00:21:09.122Z] > /usr/bin/git rev-list --no-walk e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:09 [2025-01-24T00:21:09.143Z] [Pipeline] fileExists
01:21:09 [2025-01-24T00:21:09.151Z] [Pipeline] readMavenPom
01:21:09 [2025-01-24T00:21:09.172Z] [Pipeline] sh
01:21:09 [2025-01-24T00:21:09.430Z] + git rev-parse HEAD
01:21:09 [2025-01-24T00:21:09.432Z] [Pipeline] echo
01:21:09 [2025-01-24T00:21:09.433Z] Silverpeas-Assembly: current commit is e6cf90efb933ea1d65558af1cade3056ac4b6462 and last build commit is e6cf90efb933ea1d65558af1cade3056ac4b6462
01:21:09 [2025-01-24T00:21:09.435Z] [Pipeline] }
01:21:09 [2025-01-24T00:21:09.453Z] [Pipeline] // dir
01:21:09 [2025-01-24T00:21:09.470Z] [Pipeline] echo
01:21:09 [2025-01-24T00:21:09.471Z] Build skipped due to no changes have been done since the last build
01:21:09 [2025-01-24T00:21:09.471Z] [Pipeline] }
01:21:09 [2025-01-24T00:21:09.487Z] [Pipeline] // script
01:21:09 [2025-01-24T00:21:09.503Z] [Pipeline] }
01:21:09 [2025-01-24T00:21:09.518Z] [Pipeline] // stage
01:21:09 [2025-01-24T00:21:09.535Z] [Pipeline] stage
01:21:09 [2025-01-24T00:21:09.535Z] [Pipeline] { (Build Silverpeas)
01:21:09 [2025-01-24T00:21:09.562Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:09 [2025-01-24T00:21:09.563Z] [Pipeline] getContext
01:21:09 [2025-01-24T00:21:09.584Z] [Pipeline] stage
01:21:09 [2025-01-24T00:21:09.585Z] [Pipeline] { (Build Silverpeas-Core)
01:21:09 [2025-01-24T00:21:09.602Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:09 [2025-01-24T00:21:09.602Z] [Pipeline] getContext
01:21:09 [2025-01-24T00:21:09.604Z] [Pipeline] }
01:21:09 [2025-01-24T00:21:09.620Z] [Pipeline] // stage
01:21:09 [2025-01-24T00:21:09.637Z] [Pipeline] stage
01:21:09 [2025-01-24T00:21:09.638Z] [Pipeline] { (Build Silverpeas-Components)
01:21:09 [2025-01-24T00:21:09.657Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:09 [2025-01-24T00:21:09.658Z] [Pipeline] getContext
01:21:09 [2025-01-24T00:21:09.659Z] [Pipeline] }
01:21:09 [2025-01-24T00:21:09.675Z] [Pipeline] // stage
01:21:09 [2025-01-24T00:21:09.692Z] [Pipeline] stage
01:21:09 [2025-01-24T00:21:09.693Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:09 [2025-01-24T00:21:09.710Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:09 [2025-01-24T00:21:09.711Z] [Pipeline] getContext
01:21:09 [2025-01-24T00:21:09.712Z] [Pipeline] }
01:21:09 [2025-01-24T00:21:09.728Z] [Pipeline] // stage
01:21:09 [2025-01-24T00:21:09.745Z] [Pipeline] stage
01:21:09 [2025-01-24T00:21:09.746Z] [Pipeline] { (Build Silverpeas Setup)
01:21:09 [2025-01-24T00:21:09.761Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:09 [2025-01-24T00:21:09.762Z] [Pipeline] getContext
01:21:09 [2025-01-24T00:21:09.763Z] [Pipeline] }
01:21:09 [2025-01-24T00:21:09.779Z] [Pipeline] // stage
01:21:09 [2025-01-24T00:21:09.796Z] [Pipeline] stage
01:21:09 [2025-01-24T00:21:09.797Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:09 [2025-01-24T00:21:09.812Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:09 [2025-01-24T00:21:09.813Z] [Pipeline] getContext
01:21:09 [2025-01-24T00:21:09.814Z] [Pipeline] }
01:21:09 [2025-01-24T00:21:09.830Z] [Pipeline] // stage
01:21:09 [2025-01-24T00:21:09.848Z] [Pipeline] stage
01:21:09 [2025-01-24T00:21:09.849Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:09 [2025-01-24T00:21:09.864Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:09 [2025-01-24T00:21:09.864Z] [Pipeline] getContext
01:21:09 [2025-01-24T00:21:09.866Z] [Pipeline] }
01:21:09 [2025-01-24T00:21:09.877Z] [Pipeline] // stage
01:21:09 [2025-01-24T00:21:09.894Z] [Pipeline] stage
01:21:09 [2025-01-24T00:21:09.895Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:09 [2025-01-24T00:21:09.912Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:09 [2025-01-24T00:21:09.913Z] [Pipeline] getContext
01:21:09 [2025-01-24T00:21:09.914Z] [Pipeline] }
01:21:09 [2025-01-24T00:21:09.930Z] [Pipeline] // stage
01:21:09 [2025-01-24T00:21:09.948Z] [Pipeline] stage
01:21:09 [2025-01-24T00:21:09.948Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:09 [2025-01-24T00:21:09.965Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:09 [2025-01-24T00:21:09.966Z] [Pipeline] getContext
01:21:09 [2025-01-24T00:21:09.967Z] [Pipeline] }
01:21:09 [2025-01-24T00:21:09.983Z] [Pipeline] // stage
01:21:10 [2025-01-24T00:21:10.001Z] [Pipeline] stage
01:21:10 [2025-01-24T00:21:10.002Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:10 [2025-01-24T00:21:10.018Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-01-24T00:21:10.019Z] [Pipeline] getContext
01:21:10 [2025-01-24T00:21:10.021Z] [Pipeline] }
01:21:10 [2025-01-24T00:21:10.037Z] [Pipeline] // stage
01:21:10 [2025-01-24T00:21:10.055Z] [Pipeline] stage
01:21:10 [2025-01-24T00:21:10.056Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:10 [2025-01-24T00:21:10.073Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-01-24T00:21:10.074Z] [Pipeline] getContext
01:21:10 [2025-01-24T00:21:10.075Z] [Pipeline] }
01:21:10 [2025-01-24T00:21:10.091Z] [Pipeline] // stage
01:21:10 [2025-01-24T00:21:10.109Z] [Pipeline] stage
01:21:10 [2025-01-24T00:21:10.110Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:10 [2025-01-24T00:21:10.127Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-01-24T00:21:10.127Z] [Pipeline] getContext
01:21:10 [2025-01-24T00:21:10.129Z] [Pipeline] }
01:21:10 [2025-01-24T00:21:10.145Z] [Pipeline] // stage
01:21:10 [2025-01-24T00:21:10.163Z] [Pipeline] stage
01:21:10 [2025-01-24T00:21:10.164Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:10 [2025-01-24T00:21:10.181Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-01-24T00:21:10.182Z] [Pipeline] getContext
01:21:10 [2025-01-24T00:21:10.183Z] [Pipeline] }
01:21:10 [2025-01-24T00:21:10.200Z] [Pipeline] // stage
01:21:10 [2025-01-24T00:21:10.217Z] [Pipeline] stage
01:21:10 [2025-01-24T00:21:10.218Z] [Pipeline] { (Publish Community Web Site)
01:21:10 [2025-01-24T00:21:10.235Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2025-01-24T00:21:10.236Z] [Pipeline] getContext
01:21:10 [2025-01-24T00:21:10.237Z] [Pipeline] }
01:21:10 [2025-01-24T00:21:10.254Z] [Pipeline] // stage
01:21:10 [2025-01-24T00:21:10.270Z] [Pipeline] }
01:21:10 [2025-01-24T00:21:10.284Z] [Pipeline] // stage
01:21:10 [2025-01-24T00:21:10.302Z] [Pipeline] stage
01:21:10 [2025-01-24T00:21:10.303Z] [Pipeline] { (Create YAML build report)
01:21:10 [2025-01-24T00:21:10.335Z] [Pipeline] script
01:21:10 [2025-01-24T00:21:10.341Z] [Pipeline] {
01:21:10 [2025-01-24T00:21:10.359Z] [Pipeline] sh
01:21:10 [2025-01-24T00:21:10.616Z] + mkdir -p target
01:21:10 [2025-01-24T00:21:10.619Z] [Pipeline] sh
01:21:10 [2025-01-24T00:21:10.876Z] + mv build.yaml target/
01:21:10 [2025-01-24T00:21:10.877Z] [Pipeline] }
01:21:10 [2025-01-24T00:21:10.894Z] [Pipeline] // script
01:21:10 [2025-01-24T00:21:10.910Z] [Pipeline] }
01:21:10 [2025-01-24T00:21:10.926Z] [Pipeline] // stage
01:21:10 [2025-01-24T00:21:10.949Z] [Pipeline] stage
01:21:10 [2025-01-24T00:21:10.950Z] [Pipeline] { (Declarative: Post Actions)
01:21:10 [2025-01-24T00:21:10.979Z] [Pipeline] step
01:21:11 [2025-01-24T00:21:11.009Z] [Pipeline] script
01:21:11 [2025-01-24T00:21:11.014Z] [Pipeline] {
01:21:11 [2025-01-24T00:21:11.047Z] [Pipeline] }
01:21:11 [2025-01-24T00:21:11.064Z] [Pipeline] // script
01:21:11 [2025-01-24T00:21:11.084Z] [Pipeline] archiveArtifacts
01:21:11 [2025-01-24T00:21:11.087Z] Archiving artifacts
01:21:11 [2025-01-24T00:21:11.104Z] Enregistrement des empreintes numériques
01:21:11 [2025-01-24T00:21:11.117Z] [Pipeline] sh
01:21:11 [2025-01-24T00:21:11.377Z] + rm -rf target
01:21:11 [2025-01-24T00:21:11.384Z] [Pipeline] }
01:21:11 [2025-01-24T00:21:11.400Z] [Pipeline] // stage
01:21:11 [2025-01-24T00:21:11.416Z] [Pipeline] }
01:21:11 [2025-01-24T00:21:11.432Z] [Pipeline] // withEnv
01:21:11 [2025-01-24T00:21:11.448Z] [Pipeline] }
01:21:11 [2025-01-24T00:21:11.449Z] $ docker stop --time=1 5fe68099172feb624debb625abcd456975d689dea4f173cce0fc3b7125d5b582
01:21:12 [2025-01-24T00:21:12.667Z] $ docker rm -f --volumes 5fe68099172feb624debb625abcd456975d689dea4f173cce0fc3b7125d5b582
01:21:12 [2025-01-24T00:21:12.706Z] [Pipeline] // withDockerContainer
01:21:12 [2025-01-24T00:21:12.712Z] [Pipeline] }
01:21:12 [2025-01-24T00:21:12.719Z] [Pipeline] // withEnv
01:21:12 [2025-01-24T00:21:12.734Z] [Pipeline] }
01:21:12 [2025-01-24T00:21:12.750Z] [Pipeline] // node
01:21:12 [2025-01-24T00:21:12.766Z] [Pipeline] End of Pipeline
01:21:12 [2025-01-24T00:21:12.837Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #191
01:21:12 [2025-01-24T00:21:12.838Z] Finished: SUCCESS