Skip to content
Succès

Changes

Summary

  1. Update different pipeline to take into account the new Docker image silverbuild 6.4 (details)
  2. Fix a bug in the pipeline for releasing a version of Silverpeas. The (details)
  3. Fix the case the branch isn't master and in the underlying version of (details)
  4. Add David et Sebastien among the recipients of the email about the build status for the build version construction and the version release of Silverpeas (details)
  5. Disable the build of the Docker image of a testing version of Silverpeas when releasing a version of Silverpeas (details)
  6. Update the pipeline for building a build version of Silverpeas Mobile so that the project isn't build if either Silverpeas hasn't be updated since the last build or there is no change in code (details)
  7. In the pipeline for building a build version of Silverpeas, fix a bug when testing whether the quality analysis has to be executed for Silverpeas-Core (details)
  8. 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 (details)
  9. In the release pipeline of the Silverpeas platform, enabled the build of (details)
  10. In the silverpeas release pipeline, relax the constrain on the QA to allow the release of 6.3.5 (details)
  11. Once 6.3.5 release, restore the constrains on the QA (details)
  12. Take into account of a first build in the pipeline of automatic build of Silverpeas (details)
  13. About Silverpeas Web Browser Edition: (details)
  14. Fix condition testing in the release pipeline for Silverpeas-Sso. In (details)
  15. Update the version of the Docker image used to build Silverpeas-WebBrowserEdition (details)
  16. Use of the withCredentials Jenkins statement to allow the injection of (details)
  17. Update the build pipeline for the WebEdition project (details)
Commit 8b7ca1eec819715f31ebf841e172e5e2ef58c183 by Miguel Moquillon
Update different pipeline to take into account the new Docker image silverbuild 6.4
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
The file was modifiedsrc/builds/mobile/Jenkinsfile (diff)
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
The file was modifiedsrc/builds/wbe/Jenkinsfile (diff)
Commit 33ecb1a11f2f1221e5cee09d6824acf27be1e1f8 by Miguel Moquillon
Fix a bug in the pipeline for releasing a version of Silverpeas. The
isPatchVersion is an environment variable and as such it can be only a
String. But in the pipeline it is interpreted as it was a boolean. Fix
this by checking each time the boolean value as a String.
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit e3796e899bf697460e2656aa3847441f2ecd6740 by Miguel Moquillon
Fix the case the branch isn't master and in the underlying version of
Silverpeas, Jackrabbit support has been removed for Oak.
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit 661fddaaa4270a390212b1fd3adb8ea9719a02e5 by Miguel Moquillon
Add David et Sebastien among the recipients of the email about the build status for the build version construction and the version release of Silverpeas
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit c1d8fec8584dd07aa6a6a302c27f150c158bbca4 by Miguel Moquillon
Disable the build of the Docker image of a testing version of Silverpeas when releasing a version of Silverpeas
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit 85c763f0396e283b912764387b37b96c90b75383 by Miguel Moquillon
Update the pipeline for building a build version of Silverpeas Mobile so that the project isn't build if either Silverpeas hasn't be updated since the last build or there is no change in code
The file was modifiedsrc/builds/mobile/Jenkinsfile (diff)
Commit 65879a9ed71010b3a8413564c2776ecc3ed4f366 by Miguel Moquillon
In the pipeline for building a build version of Silverpeas, fix a bug when testing whether the quality analysis has to be executed for Silverpeas-Core
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
Commit 3179768eb4867e1a8daf9a822f639564a912db59 by Miguel Moquillon
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
The file was modifiedsrc/releases/project/Jenkinsfile (diff)
Commit a21b86feba1363f95e030bf85247d116cfc8258c by Miguel Moquillon
In the release pipeline of the Silverpeas platform, enabled the build of
the docker image of Silverpeas for trial purpose.
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit 3f3b79a1adf659eaa9f68ecb29797a01ba5c9625 by Miguel Moquillon
In the silverpeas release pipeline, relax the constrain on the QA to allow the release of 6.3.5
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit 34428cd2b6903f85fa844b485bff53488b11710e by Miguel Moquillon
Once 6.3.5 release, restore the constrains on the QA
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit 81fa5832ec585eb7bb90483aed0da06faf913778 by Miguel Moquillon
Take into account of a first build in the pipeline of automatic build of Silverpeas
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
Commit e8468bf49647ac63ce0c1464a25fb5c963108a3f by Miguel Moquillon
About Silverpeas Web Browser Edition:
- the build pipeline is simplified by asking to the user the branch on
  which the project has to be built (default valued at 'main')
- the release pipeline is improved to create a stable branch in the case
  the release is done from the main branch.
The file was modifiedsrc/builds/wbe/Jenkinsfile (diff)
The file was modifiedsrc/releases/wbe/Jenkinsfile (diff)
Commit 08023d811205f6aba0cc1af783597b4af757a954 by Miguel Moquillon
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.
The file was modifiedsrc/releases/sso/Jenkinsfile (diff)
The file was modifiedsrc/builds/sso/Jenkinsfile (diff)
Commit d51d4c119b9e301c1eba8d136042197d6032c75f by Miguel Moquillon
Update the version of the Docker image used to build Silverpeas-WebBrowserEdition
The file was modifiedsrc/releases/wbe/Jenkinsfile (diff)
Commit 0bdaa0f2b228a18722cadfb52fcde86654ecae98 by Miguel Moquillon
Use of the withCredentials Jenkins statement to allow the injection of
the credentials of the Git account used to push code change into the
Github repo in the AutoDeploy build of the silverpeas mobile project.
The file was modifiedsrc/builds/mobile/Jenkinsfile (diff)
Commit 1e65aff8523fd6d2bf304c97d4df2e12036153c0 by Miguel Moquillon
Update the build pipeline for the WebEdition project
The file was modifiedsrc/builds/wbe/Jenkinsfile (diff)

Summary

  1. Update Maven to version 3.9.11 and NodeJS to 24 (details)
Commit 20316f0fd4b07a7e5ae1406e7ba9b90dc2cdb2fa by Miguel Moquillon
Update Maven to version 3.9.11 and NodeJS to 24
The file was modifiedDockerfile (diff)