SuccèsSortie de la console
01:21:00 [2024-11-15T00:21:00.064Z] Lancé par une alarme périodique
01:21:00 [2024-11-15T00:21:00.066Z] Running as userbuild
01:21:00 [2024-11-15T00:21:00.455Z] Obtained src/builds/silverpeas/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:00 [2024-11-15T00:21:00.990Z] [Pipeline] Start of Pipeline
01:21:01 [2024-11-15T00:21:01.364Z] [Pipeline] node
01:21:01 [2024-11-15T00:21:01.368Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy
01:21:01 [2024-11-15T00:21:01.372Z] [Pipeline] {
01:21:01 [2024-11-15T00:21:01.393Z] [Pipeline] stage
01:21:01 [2024-11-15T00:21:01.394Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:01 [2024-11-15T00:21:01.408Z] [Pipeline] checkout
01:21:01 [2024-11-15T00:21:01.411Z] Selected Git installation does not exist. Using Default
01:21:01 [2024-11-15T00:21:01.411Z] The recommended git tool is: NONE
01:21:01 [2024-11-15T00:21:01.411Z] No credentials specified
01:21:01 [2024-11-15T00:21:01.411Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/.git # timeout=10
01:21:01 [2024-11-15T00:21:01.416Z] Fetching changes from the remote Git repository
01:21:01 [2024-11-15T00:21:01.424Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:01 [2024-11-15T00:21:01.430Z] Cleaning workspace
01:21:01 [2024-11-15T00:21:01.430Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:01 [2024-11-15T00:21:01.434Z] Resetting working tree
01:21:01 [2024-11-15T00:21:01.434Z] > /usr/bin/git reset --hard # timeout=10
01:21:01 [2024-11-15T00:21:01.440Z] > /usr/bin/git clean -fdx # timeout=10
01:21:01 [2024-11-15T00:21:01.446Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:01 [2024-11-15T00:21:01.446Z] > /usr/bin/git --version # timeout=10
01:21:01 [2024-11-15T00:21:01.449Z] > git --version # 'git version 2.43.0'
01:21:01 [2024-11-15T00:21:01.449Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:01 [2024-11-15T00:21:01.791Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:01 [2024-11-15T00:21:01.797Z] Checking out Revision 3179768eb4867e1a8daf9a822f639564a912db59 (refs/remotes/origin/master)
01:21:01 [2024-11-15T00:21:01.797Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:01 [2024-11-15T00:21:01.802Z] > /usr/bin/git checkout -f 3179768eb4867e1a8daf9a822f639564a912db59 # timeout=10
01:21:01 [2024-11-15T00:21:01.817Z] Commit message: "In the pipeline to release a version of the Silverpeas Project POM, take into account the jcr access-control dependency isn't anymore declared in the Silverpeas projets dependencies"
01:21:01 [2024-11-15T00:21:01.817Z] > /usr/bin/git rev-list --no-walk 3179768eb4867e1a8daf9a822f639564a912db59 # timeout=10
01:21:01 [2024-11-15T00:21:01.844Z] [Pipeline] }
01:21:01 [2024-11-15T00:21:01.854Z] [Pipeline] // stage
01:21:01 [2024-11-15T00:21:01.877Z] [Pipeline] withEnv
01:21:01 [2024-11-15T00:21:01.877Z] [Pipeline] {
01:21:02 [2024-11-15T00:21:02.061Z] [Pipeline] isUnix
01:21:02 [2024-11-15T00:21:02.062Z] [Pipeline] withEnv
01:21:02 [2024-11-15T00:21:02.062Z] [Pipeline] {
01:21:02 [2024-11-15T00:21:02.078Z] [Pipeline] sh
01:21:02 [2024-11-15T00:21:02.334Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:02 [2024-11-15T00:21:02.334Z] .
01:21:02 [2024-11-15T00:21:02.335Z] [Pipeline] }
01:21:02 [2024-11-15T00:21:02.347Z] [Pipeline] // withEnv
01:21:02 [2024-11-15T00:21:02.362Z] [Pipeline] withDockerContainer
01:21:02 [2024-11-15T00:21:02.396Z] Jenkins does not seem to be running inside a container
01:21:02 [2024-11-15T00:21:02.403Z] $ 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 [2024-11-15T00:21:02.736Z] $ docker top c7a41f0cd0e09d8e9b913e08e1e73ed10b0f54c3161bbf60819d39026c8e9782 -eo pid,comm
01:21:02 [2024-11-15T00:21:02.775Z] [Pipeline] {
01:21:02 [2024-11-15T00:21:02.798Z] [Pipeline] withEnv
01:21:02 [2024-11-15T00:21:02.799Z] [Pipeline] {
01:21:02 [2024-11-15T00:21:02.826Z] [Pipeline] stage
01:21:02 [2024-11-15T00:21:02.826Z] [Pipeline] { (Prepare the job)
01:21:02 [2024-11-15T00:21:02.869Z] [Pipeline] sh
01:21:03 [2024-11-15T00:21:03.126Z] + curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Core/6.3.x/pom.xml
01:21:03 [2024-11-15T00:21:03.379Z] [Pipeline] script
01:21:03 [2024-11-15T00:21:03.384Z] [Pipeline] {
01:21:03 [2024-11-15T00:21:03.401Z] [Pipeline] readMavenPom
01:21:03 [2024-11-15T00:21:03.432Z] [Pipeline] sh
01:21:03 [2024-11-15T00:21:03.690Z] + rm -f pom.xml
01:21:03 [2024-11-15T00:21:03.691Z] [Pipeline] }
01:21:03 [2024-11-15T00:21:03.705Z] [Pipeline] // script
01:21:03 [2024-11-15T00:21:03.721Z] [Pipeline] }
01:21:03 [2024-11-15T00:21:03.734Z] [Pipeline] // stage
01:21:03 [2024-11-15T00:21:03.750Z] [Pipeline] stage
01:21:03 [2024-11-15T00:21:03.750Z] [Pipeline] { (Check POM parent version)
01:21:03 [2024-11-15T00:21:03.818Z] Stage "Check POM parent version" skipped due to when conditional
01:21:03 [2024-11-15T00:21:03.819Z] [Pipeline] getContext
01:21:03 [2024-11-15T00:21:03.832Z] [Pipeline] }
01:21:03 [2024-11-15T00:21:03.845Z] [Pipeline] // stage
01:21:03 [2024-11-15T00:21:03.861Z] [Pipeline] stage
01:21:03 [2024-11-15T00:21:03.862Z] [Pipeline] { (Checkout projects and check code changes)
01:21:03 [2024-11-15T00:21:03.892Z] [Pipeline] script
01:21:03 [2024-11-15T00:21:03.897Z] [Pipeline] {
01:21:03 [2024-11-15T00:21:03.920Z] [Pipeline] copyArtifacts
01:21:03 [2024-11-15T00:21:03.929Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 208
01:21:03 [2024-11-15T00:21:03.938Z] [Pipeline] readYaml
01:21:03 [2024-11-15T00:21:03.958Z] [Pipeline] dir
01:21:03 [2024-11-15T00:21:03.959Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Core
01:21:03 [2024-11-15T00:21:03.959Z] [Pipeline] {
01:21:03 [2024-11-15T00:21:03.977Z] [Pipeline] git
01:21:03 [2024-11-15T00:21:03.980Z] The recommended git tool is: /usr/bin/git
01:21:03 [2024-11-15T00:21:03.982Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:03 [2024-11-15T00:21:03.995Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2f0bdb28; decorates hudson.Launcher$LocalLauncher@4712ea05 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:03 [2024-11-15T00:21:03.996Z] > /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 [2024-11-15T00:21:04.003Z] Fetching changes from the remote Git repository
01:21:04 [2024-11-15T00:21:04.006Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Core # timeout=10
01:21:04 [2024-11-15T00:21:04.013Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Core
01:21:04 [2024-11-15T00:21:04.013Z] > /usr/bin/git --version # timeout=10
01:21:04 [2024-11-15T00:21:04.018Z] > git --version # 'git version 2.43.0'
01:21:04 [2024-11-15T00:21:04.018Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:04 [2024-11-15T00:21:04.025Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Core +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:04 [2024-11-15T00:21:04.635Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:04 [2024-11-15T00:21:04.642Z] Checking out Revision eb4bb924dcf549c2db0cee56992e75cd32ef4033 (refs/remotes/origin/6.3.x)
01:21:04 [2024-11-15T00:21:04.642Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:04 [2024-11-15T00:21:04.648Z] > /usr/bin/git checkout -f eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:04 [2024-11-15T00:21:04.706Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:04 [2024-11-15T00:21:04.726Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:04 [2024-11-15T00:21:04.733Z] > /usr/bin/git checkout -b 6.3.x eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:04 [2024-11-15T00:21:04.821Z] Commit message: "bug #14490: use folder names instead of ids"
01:21:04 [2024-11-15T00:21:04.821Z] > /usr/bin/git rev-list --no-walk eb4bb924dcf549c2db0cee56992e75cd32ef4033 # timeout=10
01:21:04 [2024-11-15T00:21:04.849Z] [Pipeline] fileExists
01:21:04 [2024-11-15T00:21:04.864Z] [Pipeline] readMavenPom
01:21:04 [2024-11-15T00:21:04.886Z] [Pipeline] sh
01:21:05 [2024-11-15T00:21:05.144Z] + git rev-parse HEAD
01:21:05 [2024-11-15T00:21:05.146Z] [Pipeline] echo
01:21:05 [2024-11-15T00:21:05.147Z] Silverpeas-Core: current commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033 and last build commit is eb4bb924dcf549c2db0cee56992e75cd32ef4033
01:21:05 [2024-11-15T00:21:05.148Z] [Pipeline] }
01:21:05 [2024-11-15T00:21:05.162Z] [Pipeline] // dir
01:21:05 [2024-11-15T00:21:05.176Z] [Pipeline] echo
01:21:05 [2024-11-15T00:21:05.176Z] Build skipped due to no changes have been done since the last build
01:21:05 [2024-11-15T00:21:05.191Z] [Pipeline] dir
01:21:05 [2024-11-15T00:21:05.192Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Components
01:21:05 [2024-11-15T00:21:05.192Z] [Pipeline] {
01:21:05 [2024-11-15T00:21:05.211Z] [Pipeline] git
01:21:05 [2024-11-15T00:21:05.213Z] The recommended git tool is: /usr/bin/git
01:21:05 [2024-11-15T00:21:05.214Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:05 [2024-11-15T00:21:05.227Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@33566361; decorates hudson.Launcher$LocalLauncher@2fb93709 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:05 [2024-11-15T00:21:05.228Z] > /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 [2024-11-15T00:21:05.234Z] Fetching changes from the remote Git repository
01:21:05 [2024-11-15T00:21:05.238Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Components # timeout=10
01:21:05 [2024-11-15T00:21:05.244Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Components
01:21:05 [2024-11-15T00:21:05.244Z] > /usr/bin/git --version # timeout=10
01:21:05 [2024-11-15T00:21:05.248Z] > git --version # 'git version 2.43.0'
01:21:05 [2024-11-15T00:21:05.248Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:05 [2024-11-15T00:21:05.253Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Components +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:05 [2024-11-15T00:21:05.837Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:05 [2024-11-15T00:21:05.844Z] Checking out Revision f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 (refs/remotes/origin/6.3.x)
01:21:05 [2024-11-15T00:21:05.844Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:05 [2024-11-15T00:21:05.851Z] > /usr/bin/git checkout -f f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:05 [2024-11-15T00:21:05.887Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:05 [2024-11-15T00:21:05.897Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:05 [2024-11-15T00:21:05.903Z] > /usr/bin/git checkout -b 6.3.x f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:05 [2024-11-15T00:21:05.941Z] 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 [2024-11-15T00:21:05.941Z] > /usr/bin/git rev-list --no-walk f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 # timeout=10
01:21:05 [2024-11-15T00:21:05.960Z] [Pipeline] fileExists
01:21:05 [2024-11-15T00:21:05.967Z] [Pipeline] readMavenPom
01:21:05 [2024-11-15T00:21:05.978Z] [Pipeline] sh
01:21:06 [2024-11-15T00:21:06.236Z] + git rev-parse HEAD
01:21:06 [2024-11-15T00:21:06.239Z] [Pipeline] echo
01:21:06 [2024-11-15T00:21:06.239Z] Silverpeas-Components: current commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773 and last build commit is f1c18f5b16ecf085b04a36a636aa4aa26ec5d773
01:21:06 [2024-11-15T00:21:06.241Z] [Pipeline] }
01:21:06 [2024-11-15T00:21:06.256Z] [Pipeline] // dir
01:21:06 [2024-11-15T00:21:06.271Z] [Pipeline] echo
01:21:06 [2024-11-15T00:21:06.272Z] Build skipped due to no changes have been done since the last build
01:21:06 [2024-11-15T00:21:06.287Z] [Pipeline] dir
01:21:06 [2024-11-15T00:21:06.287Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Looks
01:21:06 [2024-11-15T00:21:06.288Z] [Pipeline] {
01:21:06 [2024-11-15T00:21:06.307Z] [Pipeline] git
01:21:06 [2024-11-15T00:21:06.309Z] Selected Git installation does not exist. Using Default
01:21:06 [2024-11-15T00:21:06.309Z] The recommended git tool is: NONE
01:21:06 [2024-11-15T00:21:06.310Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:06 [2024-11-15T00:21:06.328Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@411f6d5b; decorates hudson.Launcher$LocalLauncher@1e1f13fa will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:06 [2024-11-15T00:21:06.329Z] > /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 [2024-11-15T00:21:06.335Z] Fetching changes from the remote Git repository
01:21:06 [2024-11-15T00:21:06.339Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Looks # timeout=10
01:21:06 [2024-11-15T00:21:06.345Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Looks
01:21:06 [2024-11-15T00:21:06.345Z] > /usr/bin/git --version # timeout=10
01:21:06 [2024-11-15T00:21:06.350Z] > git --version # 'git version 2.43.0'
01:21:06 [2024-11-15T00:21:06.350Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:06 [2024-11-15T00:21:06.356Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Looks +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:06 [2024-11-15T00:21:06.913Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:06 [2024-11-15T00:21:06.920Z] Checking out Revision 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 (refs/remotes/origin/6.3.x)
01:21:06 [2024-11-15T00:21:06.920Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:06 [2024-11-15T00:21:06.925Z] > /usr/bin/git checkout -f 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:06 [2024-11-15T00:21:06.935Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:06 [2024-11-15T00:21:06.943Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:06 [2024-11-15T00:21:06.949Z] > /usr/bin/git checkout -b 6.3.x 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:06 [2024-11-15T00:21:06.967Z] 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 [2024-11-15T00:21:06.967Z] > /usr/bin/git rev-list --no-walk 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 # timeout=10
01:21:06 [2024-11-15T00:21:06.995Z] [Pipeline] fileExists
01:21:07 [2024-11-15T00:21:07.004Z] [Pipeline] readMavenPom
01:21:07 [2024-11-15T00:21:07.016Z] [Pipeline] sh
01:21:07 [2024-11-15T00:21:07.274Z] + git rev-parse HEAD
01:21:07 [2024-11-15T00:21:07.277Z] [Pipeline] echo
01:21:07 [2024-11-15T00:21:07.278Z] Silverpeas-Looks: current commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924 and last build commit is 586ebdd23e10f812e41a52cbf1a3a7f4a81fe924
01:21:07 [2024-11-15T00:21:07.280Z] [Pipeline] }
01:21:07 [2024-11-15T00:21:07.296Z] [Pipeline] // dir
01:21:07 [2024-11-15T00:21:07.311Z] [Pipeline] echo
01:21:07 [2024-11-15T00:21:07.312Z] Build skipped due to no changes have been done since the last build
01:21:07 [2024-11-15T00:21:07.328Z] [Pipeline] dir
01:21:07 [2024-11-15T00:21:07.329Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Setup
01:21:07 [2024-11-15T00:21:07.329Z] [Pipeline] {
01:21:07 [2024-11-15T00:21:07.349Z] [Pipeline] git
01:21:07 [2024-11-15T00:21:07.351Z] The recommended git tool is: NONE
01:21:07 [2024-11-15T00:21:07.352Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:07 [2024-11-15T00:21:07.362Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@3a15ba96; decorates hudson.Launcher$LocalLauncher@234c934d will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:07 [2024-11-15T00:21:07.363Z] > /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 [2024-11-15T00:21:07.369Z] Fetching changes from the remote Git repository
01:21:07 [2024-11-15T00:21:07.372Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Setup # timeout=10
01:21:07 [2024-11-15T00:21:07.378Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Setup
01:21:07 [2024-11-15T00:21:07.378Z] > /usr/bin/git --version # timeout=10
01:21:07 [2024-11-15T00:21:07.383Z] > git --version # 'git version 2.43.0'
01:21:07 [2024-11-15T00:21:07.383Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:07 [2024-11-15T00:21:07.389Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Setup +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:07 [2024-11-15T00:21:07.759Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:07 [2024-11-15T00:21:07.766Z] Checking out Revision 146430cd63566b3be410c8dd534faa57033583b3 (refs/remotes/origin/6.3.x)
01:21:07 [2024-11-15T00:21:07.766Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:07 [2024-11-15T00:21:07.771Z] > /usr/bin/git checkout -f 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:07 [2024-11-15T00:21:07.779Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:07 [2024-11-15T00:21:07.787Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:07 [2024-11-15T00:21:07.794Z] > /usr/bin/git checkout -b 6.3.x 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:07 [2024-11-15T00:21:07.807Z] 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 [2024-11-15T00:21:07.808Z] > /usr/bin/git rev-list --no-walk 146430cd63566b3be410c8dd534faa57033583b3 # timeout=10
01:21:07 [2024-11-15T00:21:07.838Z] [Pipeline] fileExists
01:21:07 [2024-11-15T00:21:07.855Z] [Pipeline] sh
01:21:08 [2024-11-15T00:21:08.113Z] + git rev-parse HEAD
01:21:08 [2024-11-15T00:21:08.116Z] [Pipeline] echo
01:21:08 [2024-11-15T00:21:08.117Z] Silverpeas-Setup: current commit is 146430cd63566b3be410c8dd534faa57033583b3 and last build commit is 146430cd63566b3be410c8dd534faa57033583b3
01:21:08 [2024-11-15T00:21:08.119Z] [Pipeline] }
01:21:08 [2024-11-15T00:21:08.135Z] [Pipeline] // dir
01:21:08 [2024-11-15T00:21:08.151Z] [Pipeline] echo
01:21:08 [2024-11-15T00:21:08.151Z] Build skipped due to no changes have been done since the last build
01:21:08 [2024-11-15T00:21:08.168Z] [Pipeline] dir
01:21:08 [2024-11-15T00:21:08.169Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution
01:21:08 [2024-11-15T00:21:08.169Z] [Pipeline] {
01:21:08 [2024-11-15T00:21:08.190Z] [Pipeline] git
01:21:08 [2024-11-15T00:21:08.193Z] The recommended git tool is: NONE
01:21:08 [2024-11-15T00:21:08.193Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:08 [2024-11-15T00:21:08.202Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@59687b9e; decorates hudson.Launcher$LocalLauncher@2fe582cf will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:08 [2024-11-15T00:21:08.202Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Distribution/.git # timeout=10
01:21:08 [2024-11-15T00:21:08.209Z] Fetching changes from the remote Git repository
01:21:08 [2024-11-15T00:21:08.213Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Distribution # timeout=10
01:21:08 [2024-11-15T00:21:08.219Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Distribution
01:21:08 [2024-11-15T00:21:08.219Z] > /usr/bin/git --version # timeout=10
01:21:08 [2024-11-15T00:21:08.224Z] > git --version # 'git version 2.43.0'
01:21:08 [2024-11-15T00:21:08.224Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:08 [2024-11-15T00:21:08.232Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Distribution +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:08 [2024-11-15T00:21:08.599Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:08 [2024-11-15T00:21:08.605Z] Checking out Revision 10719018413e414cfa70c0f64a945a72670797f4 (refs/remotes/origin/6.3.x)
01:21:08 [2024-11-15T00:21:08.605Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:08 [2024-11-15T00:21:08.610Z] > /usr/bin/git checkout -f 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:08 [2024-11-15T00:21:08.620Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:08 [2024-11-15T00:21:08.628Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:08 [2024-11-15T00:21:08.635Z] > /usr/bin/git checkout -b 6.3.x 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:08 [2024-11-15T00:21:08.645Z] 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 [2024-11-15T00:21:08.645Z] > /usr/bin/git rev-list --no-walk 10719018413e414cfa70c0f64a945a72670797f4 # timeout=10
01:21:08 [2024-11-15T00:21:08.666Z] [Pipeline] fileExists
01:21:08 [2024-11-15T00:21:08.682Z] [Pipeline] readMavenPom
01:21:08 [2024-11-15T00:21:08.702Z] [Pipeline] sh
01:21:08 [2024-11-15T00:21:08.959Z] + git rev-parse HEAD
01:21:08 [2024-11-15T00:21:08.962Z] [Pipeline] echo
01:21:08 [2024-11-15T00:21:08.963Z] Silverpeas-Distribution: current commit is 10719018413e414cfa70c0f64a945a72670797f4 and last build commit is 10719018413e414cfa70c0f64a945a72670797f4
01:21:08 [2024-11-15T00:21:08.965Z] [Pipeline] }
01:21:08 [2024-11-15T00:21:08.981Z] [Pipeline] // dir
01:21:08 [2024-11-15T00:21:08.998Z] [Pipeline] echo
01:21:08 [2024-11-15T00:21:08.998Z] Build skipped due to no changes have been done since the last build
01:21:09 [2024-11-15T00:21:09.015Z] [Pipeline] dir
01:21:09 [2024-11-15T00:21:09.015Z] Running in /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly
01:21:09 [2024-11-15T00:21:09.016Z] [Pipeline] {
01:21:09 [2024-11-15T00:21:09.037Z] [Pipeline] git
01:21:09 [2024-11-15T00:21:09.039Z] The recommended git tool is: NONE
01:21:09 [2024-11-15T00:21:09.040Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:09 [2024-11-15T00:21:09.048Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@786c0ef7; decorates hudson.Launcher$LocalLauncher@12384610 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:09 [2024-11-15T00:21:09.049Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_6.3.x_AutoDeploy/Silverpeas-Assembly/.git # timeout=10
01:21:09 [2024-11-15T00:21:09.055Z] Fetching changes from the remote Git repository
01:21:09 [2024-11-15T00:21:09.057Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Silverpeas-Assembly # timeout=10
01:21:09 [2024-11-15T00:21:09.062Z] Fetching upstream changes from https://github.com/Silverpeas/Silverpeas-Assembly
01:21:09 [2024-11-15T00:21:09.062Z] > /usr/bin/git --version # timeout=10
01:21:09 [2024-11-15T00:21:09.067Z] > git --version # 'git version 2.43.0'
01:21:09 [2024-11-15T00:21:09.067Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:09 [2024-11-15T00:21:09.073Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Silverpeas-Assembly +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:09 [2024-11-15T00:21:09.458Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:09 [2024-11-15T00:21:09.464Z] Checking out Revision e6cf90efb933ea1d65558af1cade3056ac4b6462 (refs/remotes/origin/6.3.x)
01:21:09 [2024-11-15T00:21:09.464Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:09 [2024-11-15T00:21:09.470Z] > /usr/bin/git checkout -f e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:09 [2024-11-15T00:21:09.479Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:09 [2024-11-15T00:21:09.489Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:09 [2024-11-15T00:21:09.496Z] > /usr/bin/git checkout -b 6.3.x e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:09 [2024-11-15T00:21:09.508Z] 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 [2024-11-15T00:21:09.509Z] > /usr/bin/git rev-list --no-walk e6cf90efb933ea1d65558af1cade3056ac4b6462 # timeout=10
01:21:09 [2024-11-15T00:21:09.539Z] [Pipeline] fileExists
01:21:09 [2024-11-15T00:21:09.548Z] [Pipeline] readMavenPom
01:21:09 [2024-11-15T00:21:09.569Z] [Pipeline] sh
01:21:09 [2024-11-15T00:21:09.827Z] + git rev-parse HEAD
01:21:09 [2024-11-15T00:21:09.829Z] [Pipeline] echo
01:21:09 [2024-11-15T00:21:09.830Z] Silverpeas-Assembly: current commit is e6cf90efb933ea1d65558af1cade3056ac4b6462 and last build commit is e6cf90efb933ea1d65558af1cade3056ac4b6462
01:21:09 [2024-11-15T00:21:09.832Z] [Pipeline] }
01:21:09 [2024-11-15T00:21:09.845Z] [Pipeline] // dir
01:21:09 [2024-11-15T00:21:09.860Z] [Pipeline] echo
01:21:09 [2024-11-15T00:21:09.860Z] Build skipped due to no changes have been done since the last build
01:21:09 [2024-11-15T00:21:09.860Z] [Pipeline] }
01:21:09 [2024-11-15T00:21:09.877Z] [Pipeline] // script
01:21:09 [2024-11-15T00:21:09.893Z] [Pipeline] }
01:21:09 [2024-11-15T00:21:09.908Z] [Pipeline] // stage
01:21:09 [2024-11-15T00:21:09.927Z] [Pipeline] stage
01:21:09 [2024-11-15T00:21:09.928Z] [Pipeline] { (Build Silverpeas)
01:21:09 [2024-11-15T00:21:09.957Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:09 [2024-11-15T00:21:09.958Z] [Pipeline] getContext
01:21:09 [2024-11-15T00:21:09.980Z] [Pipeline] stage
01:21:09 [2024-11-15T00:21:09.981Z] [Pipeline] { (Build Silverpeas-Core)
01:21:09 [2024-11-15T00:21:09.999Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-15T00:21:10.000Z] [Pipeline] getContext
01:21:10 [2024-11-15T00:21:10.001Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.018Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.037Z] [Pipeline] stage
01:21:10 [2024-11-15T00:21:10.038Z] [Pipeline] { (Build Silverpeas-Components)
01:21:10 [2024-11-15T00:21:10.055Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-15T00:21:10.056Z] [Pipeline] getContext
01:21:10 [2024-11-15T00:21:10.057Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.074Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.092Z] [Pipeline] stage
01:21:10 [2024-11-15T00:21:10.093Z] [Pipeline] { (Build Silverpeas-Assembly)
01:21:10 [2024-11-15T00:21:10.110Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-15T00:21:10.111Z] [Pipeline] getContext
01:21:10 [2024-11-15T00:21:10.113Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.129Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.148Z] [Pipeline] stage
01:21:10 [2024-11-15T00:21:10.149Z] [Pipeline] { (Build Silverpeas Setup)
01:21:10 [2024-11-15T00:21:10.166Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-15T00:21:10.167Z] [Pipeline] getContext
01:21:10 [2024-11-15T00:21:10.168Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.185Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.204Z] [Pipeline] stage
01:21:10 [2024-11-15T00:21:10.205Z] [Pipeline] { (Build Silverpeas Distribution)
01:21:10 [2024-11-15T00:21:10.222Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-15T00:21:10.223Z] [Pipeline] getContext
01:21:10 [2024-11-15T00:21:10.224Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.241Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.260Z] [Pipeline] stage
01:21:10 [2024-11-15T00:21:10.261Z] [Pipeline] { (Build Silverpeas-Looks)
01:21:10 [2024-11-15T00:21:10.278Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-15T00:21:10.279Z] [Pipeline] getContext
01:21:10 [2024-11-15T00:21:10.280Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.297Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.315Z] [Pipeline] stage
01:21:10 [2024-11-15T00:21:10.316Z] [Pipeline] { (Publish Silverpeas-Core)
01:21:10 [2024-11-15T00:21:10.334Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-15T00:21:10.334Z] [Pipeline] getContext
01:21:10 [2024-11-15T00:21:10.336Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.353Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.371Z] [Pipeline] stage
01:21:10 [2024-11-15T00:21:10.372Z] [Pipeline] { (Publish Silverpeas-Components)
01:21:10 [2024-11-15T00:21:10.389Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-15T00:21:10.390Z] [Pipeline] getContext
01:21:10 [2024-11-15T00:21:10.391Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.408Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.427Z] [Pipeline] stage
01:21:10 [2024-11-15T00:21:10.428Z] [Pipeline] { (Publish Silverpeas-Assembly)
01:21:10 [2024-11-15T00:21:10.446Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-15T00:21:10.446Z] [Pipeline] getContext
01:21:10 [2024-11-15T00:21:10.449Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.466Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.484Z] [Pipeline] stage
01:21:10 [2024-11-15T00:21:10.485Z] [Pipeline] { (Publish Silverpeas-Setup)
01:21:10 [2024-11-15T00:21:10.503Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-15T00:21:10.503Z] [Pipeline] getContext
01:21:10 [2024-11-15T00:21:10.505Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.522Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.540Z] [Pipeline] stage
01:21:10 [2024-11-15T00:21:10.541Z] [Pipeline] { (Publish Silverpeas-Distribution)
01:21:10 [2024-11-15T00:21:10.559Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-15T00:21:10.560Z] [Pipeline] getContext
01:21:10 [2024-11-15T00:21:10.562Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.579Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.598Z] [Pipeline] stage
01:21:10 [2024-11-15T00:21:10.598Z] [Pipeline] { (Publish Silverpeas-Looks)
01:21:10 [2024-11-15T00:21:10.616Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-15T00:21:10.617Z] [Pipeline] getContext
01:21:10 [2024-11-15T00:21:10.618Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.635Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.653Z] [Pipeline] stage
01:21:10 [2024-11-15T00:21:10.654Z] [Pipeline] { (Publish Community Web Site)
01:21:10 [2024-11-15T00:21:10.669Z] Stage "Build Silverpeas" skipped due to when conditional
01:21:10 [2024-11-15T00:21:10.670Z] [Pipeline] getContext
01:21:10 [2024-11-15T00:21:10.672Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.688Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.704Z] [Pipeline] }
01:21:10 [2024-11-15T00:21:10.718Z] [Pipeline] // stage
01:21:10 [2024-11-15T00:21:10.734Z] [Pipeline] stage
01:21:10 [2024-11-15T00:21:10.734Z] [Pipeline] { (Create YAML build report)
01:21:10 [2024-11-15T00:21:10.762Z] [Pipeline] script
01:21:10 [2024-11-15T00:21:10.767Z] [Pipeline] {
01:21:10 [2024-11-15T00:21:10.811Z] [Pipeline] sh
01:21:11 [2024-11-15T00:21:11.068Z] + mkdir -p target
01:21:11 [2024-11-15T00:21:11.071Z] [Pipeline] sh
01:21:11 [2024-11-15T00:21:11.328Z] + mv build.yaml target/
01:21:11 [2024-11-15T00:21:11.329Z] [Pipeline] }
01:21:11 [2024-11-15T00:21:11.346Z] [Pipeline] // script
01:21:11 [2024-11-15T00:21:11.363Z] [Pipeline] }
01:21:11 [2024-11-15T00:21:11.379Z] [Pipeline] // stage
01:21:11 [2024-11-15T00:21:11.408Z] [Pipeline] stage
01:21:11 [2024-11-15T00:21:11.409Z] [Pipeline] { (Declarative: Post Actions)
01:21:11 [2024-11-15T00:21:11.454Z] [Pipeline] step
01:21:11 [2024-11-15T00:21:11.484Z] [Pipeline] script
01:21:11 [2024-11-15T00:21:11.491Z] [Pipeline] {
01:21:11 [2024-11-15T00:21:11.526Z] [Pipeline] }
01:21:11 [2024-11-15T00:21:11.543Z] [Pipeline] // script
01:21:11 [2024-11-15T00:21:11.565Z] [Pipeline] archiveArtifacts
01:21:11 [2024-11-15T00:21:11.568Z] Archiving artifacts
01:21:11 [2024-11-15T00:21:11.585Z] Enregistrement des empreintes numériques
01:21:11 [2024-11-15T00:21:11.598Z] [Pipeline] sh
01:21:11 [2024-11-15T00:21:11.857Z] + rm -rf target
01:21:11 [2024-11-15T00:21:11.864Z] [Pipeline] }
01:21:11 [2024-11-15T00:21:11.882Z] [Pipeline] // stage
01:21:11 [2024-11-15T00:21:11.900Z] [Pipeline] }
01:21:11 [2024-11-15T00:21:11.918Z] [Pipeline] // withEnv
01:21:11 [2024-11-15T00:21:11.935Z] [Pipeline] }
01:21:11 [2024-11-15T00:21:11.935Z] $ docker stop --time=1 c7a41f0cd0e09d8e9b913e08e1e73ed10b0f54c3161bbf60819d39026c8e9782
01:21:13 [2024-11-15T00:21:13.198Z] $ docker rm -f --volumes c7a41f0cd0e09d8e9b913e08e1e73ed10b0f54c3161bbf60819d39026c8e9782
01:21:13 [2024-11-15T00:21:13.244Z] [Pipeline] // withDockerContainer
01:21:13 [2024-11-15T00:21:13.261Z] [Pipeline] }
01:21:13 [2024-11-15T00:21:13.279Z] [Pipeline] // withEnv
01:21:13 [2024-11-15T00:21:13.299Z] [Pipeline] }
01:21:13 [2024-11-15T00:21:13.316Z] [Pipeline] // node
01:21:13 [2024-11-15T00:21:13.333Z] [Pipeline] End of Pipeline
01:21:13 [2024-11-15T00:21:13.406Z] Lancement d'un nouveau build de Silverpeas_Mobile_6.3.x_AutoDeploy #181
01:21:13 [2024-11-15T00:21:13.407Z] Finished: SUCCESS