Skip to content
Builds
No builds

Silverpeas Test Image

Pipeline to construct and to register a Docker image of a stable version of Silverpeas for testing purpose (not for production use).

This pipeline is triggered by another one, say the one releasing a new stable version of Silverpeas. The Docker image will be tagged with the version of Silverpeas, and as latest only for a major or a minor version. For later, a new branch in the SCM will be created in order to pursuit the constructing of Docker images of patch versions of Silverpeas from this branch.

It requires the following parameters:

SILVERPEAS_VERSION
the version of Silverpeas to run for testing purpose
WILDFLY_VERSION
(optional) the version of Wildfly atop of which Silverpeas will run. If not set, then the value in the Dockerfile isn't updated and it is the wildfly version as set in the Dockerfile that will be used.