|
The purpose of this CI script is to automatically generate a minimal README for the Docker Hub of each back-end module. Provide some Docker-related information, and link back to the module's git README as the primary source of information.
The initial CI script utilises the basic ModuleDescriptor "metadata" section (
FOLIO-2008
Closed
).
See example generated readme for mod-login.
After the deployment of the new default LaunchDescriptor settings to all modules (
FOLIO-2234
Closed
"core" and
FOLIO-2235
Closed
non-core") we can now modify this script to instead utilise the more detailed information extracted from the LaunchDescriptor (see documentation).
Expand the shell script at jenkins-pipeline-libs which uses 'jq' to extract relevant properties.
|