Skip to content
En échec

Changes

Summary

  1. In the build of the docker image silverbuild, fix the case no changes has been done in the Dockerfile before tagging the project (details)
  2. Update different pipeline to take into account the new Docker image silverbuild 6.4 (details)
  3. Fix a bug in the pipeline for releasing a version of Silverpeas. The (details)
  4. Fix the case the branch isn't master and in the underlying version of (details)
  5. 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)
  6. Disable the build of the Docker image of a testing version of Silverpeas when releasing a version of Silverpeas (details)
  7. 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)
  8. 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)
  9. 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)
Commit e0c0d6d400ab4e394697e4211f13d84e7fdbddbc by Miguel Moquillon
In the build of the docker image silverbuild, fix the case no changes has been done in the Dockerfile before tagging the project
The file was modifiedsrc/releases/docker-build/Jenkinsfile (diff)
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/releases/silverpeas/Jenkinsfile (diff)
The file was modifiedsrc/builds/mobile/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 0dfa9b82e4231ef37c99f5b83e28ad5461ab8485 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)