SuccèsSortie de la console
16:37:09 [2025-04-11T14:37:09.993Z] Démarré par le projet amont "Silverpeas_Release" de numéro de build 68
16:37:09 [2025-04-11T14:37:09.993Z] Causé à l'origine par :
16:37:09 [2025-04-11T14:37:09.993Z] Démarré par l'utilisateur Miguel Moquillon
16:37:09 [2025-04-11T14:37:09.993Z] Running as userbuild
16:37:10 [2025-04-11T14:37:10.405Z] Obtained src/releases/silverpeas-doc/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
16:37:10 [2025-04-11T14:37:10.475Z] [Pipeline] Start of Pipeline
16:37:10 [2025-04-11T14:37:10.712Z] [Pipeline] node
16:37:10 [2025-04-11T14:37:10.715Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Documentation_Publishing
16:37:10 [2025-04-11T14:37:10.716Z] [Pipeline] {
16:37:10 [2025-04-11T14:37:10.729Z] [Pipeline] stage
16:37:10 [2025-04-11T14:37:10.729Z] [Pipeline] { (Declarative: Checkout SCM)
16:37:10 [2025-04-11T14:37:10.739Z] [Pipeline] checkout
16:37:10 [2025-04-11T14:37:10.740Z] Selected Git installation does not exist. Using Default
16:37:10 [2025-04-11T14:37:10.740Z] The recommended git tool is: NONE
16:37:10 [2025-04-11T14:37:10.740Z] No credentials specified
16:37:10 [2025-04-11T14:37:10.741Z] Cloning the remote Git repository
16:37:10 [2025-04-11T14:37:10.741Z] Cloning repository https://github.com/Silverpeas/Jenkins-Pipelines.git
16:37:10 [2025-04-11T14:37:10.741Z] > /usr/bin/git init /var/lib/jenkins/workspace/Silverpeas_Documentation_Publishing # timeout=10
16:37:10 [2025-04-11T14:37:10.751Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
16:37:10 [2025-04-11T14:37:10.751Z] > /usr/bin/git --version # timeout=10
16:37:10 [2025-04-11T14:37:10.757Z] > git --version # 'git version 2.43.0'
16:37:10 [2025-04-11T14:37:10.757Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
16:37:11 [2025-04-11T14:37:11.246Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
16:37:11 [2025-04-11T14:37:11.251Z] > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
16:37:11 [2025-04-11T14:37:11.260Z] Avoid second fetch
16:37:11 [2025-04-11T14:37:11.260Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
16:37:11 [2025-04-11T14:37:11.265Z] Checking out Revision 08023d811205f6aba0cc1af783597b4af757a954 (refs/remotes/origin/master)
16:37:11 [2025-04-11T14:37:11.265Z] > /usr/bin/git config core.sparsecheckout # timeout=10
16:37:11 [2025-04-11T14:37:11.269Z] > /usr/bin/git checkout -f 08023d811205f6aba0cc1af783597b4af757a954 # timeout=10
16:37:11 [2025-04-11T14:37:11.284Z] Commit message: "Fix condition testing in the release pipeline for Silverpeas-Sso. In this same pipeline, give the version of the Docker image to use (6.4 currently). Idem for the auto build pipeline for Silverpeas-Sso."
16:37:11 [2025-04-11T14:37:11.284Z] > /usr/bin/git rev-list --no-walk 3f3b79a1adf659eaa9f68ecb29797a01ba5c9625 # timeout=10
16:37:11 [2025-04-11T14:37:11.302Z] [Pipeline] }
16:37:11 [2025-04-11T14:37:11.306Z] [Pipeline] // stage
16:37:11 [2025-04-11T14:37:11.320Z] [Pipeline] withEnv
16:37:11 [2025-04-11T14:37:11.320Z] [Pipeline] {
16:37:11 [2025-04-11T14:37:11.403Z] [Pipeline] isUnix
16:37:11 [2025-04-11T14:37:11.404Z] [Pipeline] withEnv
16:37:11 [2025-04-11T14:37:11.405Z] [Pipeline] {
16:37:11 [2025-04-11T14:37:11.411Z] [Pipeline] sh
16:37:11 [2025-04-11T14:37:11.666Z] + docker inspect -f . silverpeas/silverbuild:6.4
16:37:11 [2025-04-11T14:37:11.666Z] .
16:37:11 [2025-04-11T14:37:11.667Z] [Pipeline] }
16:37:11 [2025-04-11T14:37:11.673Z] [Pipeline] // withEnv
16:37:11 [2025-04-11T14:37:11.682Z] [Pipeline] withDockerContainer
16:37:11 [2025-04-11T14:37:11.713Z] Jenkins does not seem to be running inside a container
16:37:11 [2025-04-11T14:37:11.720Z] $ 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_Documentation_Publishing -v /var/lib/jenkins/workspace/Silverpeas_Documentation_Publishing:/var/lib/jenkins/workspace/Silverpeas_Documentation_Publishing:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Documentation_Publishing@tmp:/var/lib/jenkins/workspace/Silverpeas_Documentation_Publishing@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 ******** -e ******** -e ******** silverpeas/silverbuild:6.4 cat
16:37:12 [2025-04-11T14:37:12.633Z] $ docker top 97a2a372d8364bd57f4abcf15468601aa34d18b0f450a989b052766d90f99915 -eo pid,comm
16:37:12 [2025-04-11T14:37:12.670Z] [Pipeline] {
16:37:12 [2025-04-11T14:37:12.676Z] [Pipeline] withEnv
16:37:12 [2025-04-11T14:37:12.676Z] [Pipeline] {
16:37:12 [2025-04-11T14:37:12.682Z] [Pipeline] stage
16:37:12 [2025-04-11T14:37:12.682Z] [Pipeline] { (Check version of Silverpeas)
16:37:12 [2025-04-11T14:37:12.714Z] Stage "Check version of Silverpeas" skipped due to when conditional
16:37:12 [2025-04-11T14:37:12.715Z] [Pipeline] getContext
16:37:12 [2025-04-11T14:37:12.716Z] [Pipeline] }
16:37:12 [2025-04-11T14:37:12.722Z] [Pipeline] // stage
16:37:12 [2025-04-11T14:37:12.728Z] [Pipeline] stage
16:37:12 [2025-04-11T14:37:12.729Z] [Pipeline] { (Prepare the publishing)
16:37:12 [2025-04-11T14:37:12.743Z] [Pipeline] copyArtifacts
16:37:12 [2025-04-11T14:37:12.748Z] Copied 1 artifact from "Silverpeas_Release" build number 68
16:37:12 [2025-04-11T14:37:12.749Z] [Pipeline] script
16:37:12 [2025-04-11T14:37:12.755Z] [Pipeline] {
16:37:12 [2025-04-11T14:37:12.762Z] [Pipeline] readYaml
16:37:12 [2025-04-11T14:37:12.767Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named releaseBranch (to a value of type String) which could lead to memory leaks or other issues.
16:37:12 [2025-04-11T14:37:12.767Z] [Pipeline] }
16:37:12 [2025-04-11T14:37:12.771Z] [Pipeline] // script
16:37:12 [2025-04-11T14:37:12.774Z] [Pipeline] sh
16:37:13 [2025-04-11T14:37:13.030Z] + rm -f release.yaml
16:37:13 [2025-04-11T14:37:13.032Z] [Pipeline] }
16:37:13 [2025-04-11T14:37:13.039Z] [Pipeline] // stage
16:37:13 [2025-04-11T14:37:13.047Z] [Pipeline] stage
16:37:13 [2025-04-11T14:37:13.048Z] [Pipeline] { (Publish documentation of Silverpeas Core)
16:37:13 [2025-04-11T14:37:13.068Z] Stage "Publish documentation of Silverpeas Core" skipped due to when conditional
16:37:13 [2025-04-11T14:37:13.070Z] [Pipeline] getContext
16:37:13 [2025-04-11T14:37:13.072Z] [Pipeline] }
16:37:13 [2025-04-11T14:37:13.078Z] [Pipeline] // stage
16:37:13 [2025-04-11T14:37:13.087Z] [Pipeline] stage
16:37:13 [2025-04-11T14:37:13.088Z] [Pipeline] { (Publish documentation of Silverpeas Components)
16:37:13 [2025-04-11T14:37:13.103Z] Stage "Publish documentation of Silverpeas Components" skipped due to when conditional
16:37:13 [2025-04-11T14:37:13.103Z] [Pipeline] getContext
16:37:13 [2025-04-11T14:37:13.104Z] [Pipeline] }
16:37:13 [2025-04-11T14:37:13.108Z] [Pipeline] // stage
16:37:13 [2025-04-11T14:37:13.112Z] [Pipeline] stage
16:37:13 [2025-04-11T14:37:13.113Z] [Pipeline] { (Publish Silverpeas Community Web Site)
16:37:13 [2025-04-11T14:37:13.125Z] [Pipeline] build
16:37:13 [2025-04-11T14:37:13.127Z] Scheduling project: Silverpeas Project Web Site Publisher
16:37:19 [2025-04-11T14:37:19.999Z] Starting building: Silverpeas Project Web Site Publisher #337
16:38:15 [2025-04-11T14:38:15.290Z] Build Silverpeas Project Web Site Publisher 6.4.3 completed: SUCCESS
16:38:15 [2025-04-11T14:38:15.292Z] [Pipeline] }
16:38:15 [2025-04-11T14:38:15.297Z] [Pipeline] // stage
16:38:15 [2025-04-11T14:38:15.302Z] [Pipeline] stage
16:38:15 [2025-04-11T14:38:15.302Z] [Pipeline] { (Declarative: Post Actions)
16:38:15 [2025-04-11T14:38:15.312Z] [Pipeline] step
16:38:15 [2025-04-11T14:38:15.326Z] Sending e-mails to: david.lesimple@silverpeas.org sebastien.vuillet@silverpeas.org aurore.allibe@silverpeas.org miguel.moquillon@silverpeas.org silveryocha@chastagnier.com
16:38:15 [2025-04-11T14:38:15.346Z] [Pipeline] script
16:38:15 [2025-04-11T14:38:15.352Z] [Pipeline] {
16:38:15 [2025-04-11T14:38:15.365Z] [Pipeline] }
16:38:15 [2025-04-11T14:38:15.371Z] [Pipeline] // script
16:38:15 [2025-04-11T14:38:15.382Z] [Pipeline] }
16:38:15 [2025-04-11T14:38:15.389Z] [Pipeline] // stage
16:38:15 [2025-04-11T14:38:15.395Z] [Pipeline] }
16:38:15 [2025-04-11T14:38:15.402Z] [Pipeline] // withEnv
16:38:15 [2025-04-11T14:38:15.408Z] [Pipeline] }
16:38:15 [2025-04-11T14:38:15.409Z] $ docker stop --time=1 97a2a372d8364bd57f4abcf15468601aa34d18b0f450a989b052766d90f99915
16:38:16 [2025-04-11T14:38:16.958Z] $ docker rm -f --volumes 97a2a372d8364bd57f4abcf15468601aa34d18b0f450a989b052766d90f99915
16:38:17 [2025-04-11T14:38:17.001Z] [Pipeline] // withDockerContainer
16:38:17 [2025-04-11T14:38:17.004Z] [Pipeline] }
16:38:17 [2025-04-11T14:38:17.009Z] [Pipeline] // withEnv
16:38:17 [2025-04-11T14:38:17.015Z] [Pipeline] }
16:38:17 [2025-04-11T14:38:17.021Z] [Pipeline] // node
16:38:17 [2025-04-11T14:38:17.027Z] [Pipeline] End of Pipeline
16:38:17 [2025-04-11T14:38:17.080Z] Finished: SUCCESS