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)
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/wbe/Jenkinsfile (diff)
The file was modifiedsrc/builds/mobile/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)