How to deploy and test "folio-kong" and "folio-keycloak" from branch
Required steps:
Build your custom Keycloak or Kong image using the buildAndPushModule Jenkins pipeline from your feature branch
Note the text after the
:in the resulting image tag (for example,26.6.0-SNAPSHOT.94aa737from732722833398.dkr.ecr.us-west-2.amazonaws.com/folio-keycloak:26.6.0-SNAPSHOT.94aa737)Create a custom branch in platform-lsp (based off the
snapshotbranch)Update the
folio-keycloakorfolio-kongversion inplatform-descriptor.jsonwith the value from step 2.Run createNamespaceFromBranch using your custom
platform-lspbranch — the pipeline will now correctly resolve the image from ECR⚠️ Notes:
The
FOLIO_KEYCLOAK_VERSIONandFOLIO_KONG_VERSIONJenkins job parameters remain deprecated and are not used in the Eureka flow — custom versions must be set via theplatform-lspbranch descriptorCustom images built by
buildAndPushModuleare published to AWS ECR (notfolioci)