Continuous Integration Settings
The Continuous Integration settings are accessible via Choose Action > Settings > Continuous Integration on any resource detail page. Here you configure how the resource is built — which CI provider to use, what pipeline and build image to run, how to authenticate with external providers, and when to trigger builds automatically.
The settings page is divided into the following sections:
| Section | Description |
|---|---|
| CodeNOW Settings | Platform-level settings such as the maximum number of saved build logs |
| CI Provider & Global Configuration | Select the CI provider and configure which branch is used for CI configuration |
| Continuous Integration Settings | Pipeline configuration stored in .codenow.yaml — build image, environment variables, pipelines, and runtime settings |
| Continuous Integration Keys | Manage API keys used by external CI providers to authenticate CI events |
| Triggers | Automatic build triggers stored in .codenow.triggers.yaml — configure Release and Preview triggers |