Comment on page
Workflow Editor
Workflow is a logical sequence of different stages used for continuous integration and continuous deployment of an application.
.gif?alt=media)
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.
Last modified 1yr ago