Custom Code Project Deployment
Once code review is completed and pull requests are merged into the main, staging, or development branch, the Bitbucket CI pipeline generates a build artifact containing custom code. This section provides the steps to deploy this custom code project to a Conga Advantage Platform development, test, or staging environment using custom code APIs.
- Once you have confirmed the code is ready to deploy on the production environment, raise a ticket to the Conga CloudOps team. In the ticket, provide the package name and version that you intend to deploy.
- After you import updated CustomCode, the changes become available for execution within 2 minutes. This is the time the platform needs to clear the existing in-memory assembly and load the newly imported one. During this window, the platform continues running the previously deployed version.
Prerequisites
A Bitbucket repository is configured. For more details, see Configuring Repository.
Ensure your custom code follows Conga's Custom Code Guidelines. For details, refer to the Custom Code Guidelines.
