Workflow Editor

Workflow is a logical sequence of different stages used for continuous integration and continuous deployment of an application.

Click on New Build Pipeline to create a new workflow

On clicking New Build Pipeline, three options appear as mentioned below:

  • Continuous Integration: Choose this option if you want Devtron to build the image of source code.

  • Linked CI Pipeline: Choose this option if you want to use an image created by an existing CI pipeline in Devtron.

  • Incoming Webhook: Choose this if you want to build your image outside Devtron, it will receive a docker image from an external source via the incoming webhook.

Then, create CI/CD Pipelines for your application.

To know how to create the CI pipeline for your application, click on: Create CI Pipelines

To know how to create the CD pipeline for your application, click on: Create CD Pipelines

Last updated