Integration with CICD pipeline

Integrate Lineaje CLI with CICD pipeline

Lineaje CLI can be integrated with CICD pipeline to generate projects for (typically) production releases. The actual script to invoke CLI from CICD pipeline varies depending on the CICD platform. Projects can be generated from source code as well as from images.

Generating Project either from source code or image could be time consuming depending on how big the source code/image is, in terms of dependencies and total number of components. It is recommended to just trigger the project creation from CICD pipeline and not hold the CICD pipeline till the project generation is completed.

Follow the steps below to learn about CICD integration

Last updated