Skip to main content

CodeNOW CI (Tekton)

CodeNOW CI is the default, first-class CI provider. It is based on Tekton and is installed and configured automatically during provisioning of your CodeNOW account.

Key Features

  • Ready out of the box — includes default pipelines for all supported technology stacks, so your resources are ready to build immediately after creation
  • Custom pipelines — you can create your own custom pipelines to extend or replace the default build process
  • Fully managed — the CI infrastructure is maintained by the platform, no additional setup required

Default Pipelines

Each supported technology stack comes with a pre-configured pipeline that handles the standard build lifecycle (compile, test, package, publish). The pipeline is defined in the .codenow.yaml file and can be customized via Continuous Integration Settings.

info

CodeNOW CI does not require a CI key — authentication is handled automatically by the platform.