Skip to content

Commit e51da76

Browse files
authored
DOC:Sequential pipelines doc (#1075)
* Sequential pipelines doc * Sequential pipelines doc
1 parent 4490497 commit e51da76

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
81.1 KB
Loading

docs/user-guide/creating-application/workflow/cd-pipeline.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ This field will be automatically populated with the `Namespace` corresponding to
2727

2828
Click on `Create Pipeline` to create a CD pipeline.
2929

30-
> One can have a single CD pipeline or multiple CD pipelines connected to the same CI Pipeline. Each CD pipeline corresponds to only one environment, or in other words, any single environment of an application can have only one CD pipeline.
31-
So, the images created by the CI pipeline can be deployed into multiple environments through different CD pipelines originating from a single CI pipeline.
32-
If you already have one CD pipeline and want to add more, you can add them by clicking on the `+` sign and then choosing the environment in which you want to deploy your application. Once a new CD Pipeline is created for the environment of your choosing, you can move ahead and configure the CD pipeline as required.
33-
Your CD pipeline can be configured for the pre-deployment stage, the deployment stage, and the post-deployment stage. You can also select the deployment strategy of your choice. You can add your configurations as explained below:
30+
> One can have a single CD pipeline connected to a CI pipeline or sequential CD pipelines for multiple environments connected to a CD pipeline in a sequential manner. Each CD pipeline corresponds to only one environment, or in other words, any single environment of an application can have only one CD pipeline in the pipeline sequence. So, the images created by the CI pipeline can be deployed into multiple environments through sequential CD pipelines originating from a single CI pipeline. If you already have one CD pipeline and want to add more, you can add them by clicking on the + sign on CD pipeline as per required sequence and then choosing the environment in which you want to deploy your application. Once a new CD Pipeline is created for the environment of your choosing, you can move ahead and configure the CD pipeline as required. Your CD pipeline can be configured for the pre-deployment stage, the deployment stage, and the post-deployment stage. You can also select the deployment strategy of your choice. You can add your configurations as explained below:
31+
3432

3533
To configure the advance CD option click on `Advance Options` at the bottom.
3634

@@ -214,3 +212,9 @@ It terminates the old version and releases the new one.
214212

215213
[Does your app has different requirements in different Environments? Also read Environment Overrides](../environment-overrides.md)
216214

215+
## Creating Sequential Pipelines
216+
217+
Devtron now supports attaching multiple deployment pipelines to a single build pipeline, in its workflow editor. This feature lets you deploy an image first to stage, run tests and then deploy the same image to production.
218+
219+
220+
![](../images/sequential-workflow.jpg)

0 commit comments

Comments
 (0)