Skip to content
En échec

Changes

Summary

  1. For the generation of an izpack distribution of Silverpeas, remove the computation of the next version (details)
  2. Update the mapping between Silverpeas branches and Docker image version to build it (details)
  3. During the generation of the web site of the Silverpeas community, when (details)
  4. Update the URL of the Maven repositories so that it refers the (details)
  5. The build version of silverpeas mobile doesn't follow anymore the one of (details)
  6. With the replacement of Jackrabbit 2 by Jackrabbit Oak, there is no more requirement on jcrAccessControl. (details)
  7. With the replacement of Jackrabbit 2 by Jackrabbit Oak as implementation (details)
  8. For 6.4 with Jackrabbit 2, the docker image to use is now 6.4-JR instead (details)
  9. Fix a bug in the release pipeline of Silverpeas (details)
Commit 832143b593f5555c7dcd4ea80cfc5ecc78bb0ac1 by Miguel Moquillon
For the generation of an izpack distribution of Silverpeas, remove the computation of the next version
Fix syntax in the Jenkinsfile to generate a docker image for jobs in
Jenkins and for dev.
Fix bug syntax in the Jenkinsfile to generate a Docker image of
Silverpeas and to open a PR in the DockerHub github to integrate this
image in the Docker official repositories.
The file was modifiedsrc/releases/docker-prod/Jenkinsfile (diff)
The file was modifiedsrc/releases/izpack/Jenkinsfile (diff)
The file was modifiedsrc/releases/docker-build/Jenkinsfile (diff)
The file was modifiedsrc/releases/docker-dev/Jenkinsfile (diff)
Commit a100ac5c067d40e45edb8da20c772fdf62c53e43 by Miguel Moquillon
Update the mapping between Silverpeas branches and Docker image version to build it
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
Commit cc5e1120737f51ec8d91c4fd3c43a52a99ffc6c9 by Miguel Moquillon
During the generation of the web site of the Silverpeas community, when
getting the Wildfly version from the release report of a stable version
of Silverpeas, remove the '.Final' word from it.
The file was modifiedsrc/builds/project-doc/Jenkinsfile (diff)
Commit 62ec471e1cf0ead776068b22acc5db2e24f44e41 by Miguel Moquillon
Update the URL of the Maven repositories so that it refers the
'silverpeas' repo and not only the 'build' one.
The file was modifiedsrc/tests/install/Jenkinsfile (diff)
The file was modifiedsrc/tests/upgrade/Jenkinsfile (diff)
Commit f5ce6737fdf3d26a06780a69524deda523f9fff3 by Miguel Moquillon
The build version of silverpeas mobile doesn't follow anymore the one of
Silverpeas. Silverpeas mobile has now its own build version lifecycle.
The file was modifiedsrc/builds/mobile/Jenkinsfile (diff)
Commit 37031c313fee3ae2db8e43ba690736103b31de99 by Miguel Moquillon
With the replacement of Jackrabbit 2 by Jackrabbit Oak, there is no more requirement on jcrAccessControl.
The file was modifiedsrc/builds/project/Jenkinsfile (diff)
Commit a9296495c7d8f736b5f8559f2ca7372d4e59940f by Miguel Moquillon
With the replacement of Jackrabbit 2 by Jackrabbit Oak as implementation
of the JCR used by Silverpeas, the branch 'master' has been duplicated
in order to keep track of the two versions of Silverpeas 6.4 in dev: one
with Jackrabbit Oak (master) and the another one with Jackrabbit 2
(master-jackrabbit). These two branches will be kept until the release
of version 6.4. So, the pipelines dedicated in the construction of build
versions as well as to release a version of Silverpeas have been updated
in consequence.

Improve the pipeline to construct a build version of Silverpeas Mobile.
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
The file was modifiedsrc/builds/mobile/Jenkinsfile (diff)
The file was modifiedsrc/releases/project/Jenkinsfile (diff)
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)
Commit 2e4857b998ece8f207b9a84e10009a400a544e3e by Miguel Moquillon
For 6.4 with Jackrabbit 2, the docker image to use is now 6.4-JR instead
of latest. Latest will be for 6.4 with Jackrabbit Oak (the default 6.4)
The file was modifiedsrc/builds/mobile/Jenkinsfile (diff)
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
Commit e0e36317aa0c8bd7bd692e9e4f79139f7222a97c by Miguel Moquillon
Fix a bug in the release pipeline of Silverpeas
The file was modifiedsrc/releases/silverpeas/Jenkinsfile (diff)