Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Please keep these aspects in mind when designing your CI/CD architecture around Liquibase Enterprise.
...
Do not use this pipeline if there are dependencies between the long running script and other changes in the pipeline.
If the long running scripts pipeline is sharing a REF database the packager operation should run simultaneously. Ensure that your CI/CD configuration is set so that this is not possible either with a build blocker or some other mechanism.
There needs to be a way for developers to select that they want to use the long running scripts pipeline. This will likely be done via branch naming conventions. For example you could have a long running branch named, eg. branch2, or if the branch name contains the text “pipeline2”.
...
Instructions
Setting up an additional pipeline will involve instructions specific to your implementation and CI/CD tooling, but in general follow these steps:
...