|
This is implemented as a POC on branch,
FOLIO-2036
Closed
, of jenkins-pipeline-libs. The PR build process looks for a file called '.pr-custom-deps.json' in the top-level directory of the code repository. This file follows the same format as the json that is fed to the Okapi tenant install endpoint and contains any custom backend modules (currently "SNAPSHOT" versions) that the developer wants to substitute for backend modules that comprise the 'folio-release' set of modules from platform-core or platform-complete for tenant configurations during a PR build in FOLIO Jenkins. That's the only function of the file.
|