Skip to main content
Version: 0.6

Pipeline Templates

Pipeline templates define the CI/CD workflow for building and deploying applications. Each template references a GitHub Actions workflow file that Konstruct commits to your application repositories during registration.

Viewing Pipeline Templates

Navigate to Pipeline templates in the sidebar. The list displays all configured templates, including their name, GitHub repository source, and version.

The pipeline templates list page

Creating a Pipeline Template

Click Create template to open the form. Provide the template name, description, GitHub repository URL, branch, path to the workflow, and version.

The create pipeline template form

After creation, the pipeline template appears in the list and becomes selectable when registering application repositories.

Pipeline templates list showing the newly created template
Watch the pipeline template creation flow