Skip to content

Commit f6013bc

Browse files
committed
updates
1 parent e7c4566 commit f6013bc

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
>
55
> For Devtron version older than v0.4.0, please refer the [CI Pipeline (legacy)](./ci-pipeline-legacy.md) page.
66
7-
A CI Pipeline can be created in one of the following ways:
7+
A CI Workflow can be created in one of the following ways:
88

9-
* [Continuous Integration](#1-continuous-integration)
10-
* [Linked CI Pipeline](#2.-linked-ci-pipeline)
11-
* [Incoming Webhook](#3.-incoming-webhook)
9+
* [Build and Deploy from Source Code](#1-continuous-integration)
10+
* [Linked Build Pipeline](#2.-linked-ci-pipeline)
11+
* [Deploy Image from External Service](#3.-incoming-webhook)
1212

1313
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/creating-application/workflow-ci-pipeline/workflow-ci.jpg)
1414

1515
Each method has different use-cases that can be tailored according the needs of the organization.
1616

17-
## 1. Continuous Integration
17+
## 1. Build and Deploy from Source Code
1818

19-
Continuous Integration Pipeline allows you to build the container image from a source code repository.
19+
`Build and Deploy from Source Code` workflow allows you to build the container image from a source code repository.
2020

2121
1. From the **Applications** menu, select your application.
2222
2. On the **App Configuration** page, select **Workflow Editor**.
23-
3. Select **+ New Build Pipeline**.
24-
4. Select **Continuous Integration**.
23+
3. Select **+ New Workflow**.
24+
4. Select **Build and Deploy from source code**.
2525
5. Enter the following fields on the **Create build pipeline** screen:
2626

2727
![](../../../.gitbook/assets/ci-pipeline-2.png)
@@ -173,14 +173,14 @@ Select **Create Pipeline**.
173173
>
174174
> **(b)** The total timeout for the execution of the CI pipeline is by default set as 3600 seconds. This default timeout is configurable according to the use case. The timeout can be edited in the configmap of the orchestrator service in the env variable as `env:"DEFAULT_TIMEOUT" envDefault:"3600"`
175175
176-
## 2. Linked CI Pipeline
176+
## 2. Linked Build Pipeline
177177

178-
If one code is shared across multiple applications, `Linked CI Pipeline` can be used, and only one image will be built for multiple applications because if there is only one build, it is not advisable to create multiple CI Pipelines.
178+
If one code is shared across multiple applications, `Linked Build Pipeline` can be used, and only one image will be built for multiple applications because if there is only one build, it is not advisable to create multiple CI Pipelines.
179179

180180
1. From the **Applications** menu, select your application.
181181
2. On the **App Configuration** page, select **Workflow Editor**.
182-
3. Select **+ New Build Pipeline**.
183-
4. Select **Linked CI Pipeline**.
182+
3. Select **+ New Workflow**.
183+
4. Select **Linked Build Pipeline**.
184184
5. Enter the following fields on the **Create linked build pipeline** screen:
185185

186186
![](../../../.gitbook/assets/ca-workflow-linked.png)
@@ -189,12 +189,12 @@ If one code is shared across multiple applications, `Linked CI Pipeline` can be
189189
* Select the source CI pipeline from the application that you selected above.
190190
* Enter a name for the linked CI pipeline.
191191

192-
Select **Create Linked CI Pipeline**.
192+
Click **Create Linked CI Pipeline**.
193193

194194
After creating a linked CI pipeline, you can create a CD pipeline.
195195
Builds cannot be triggered from a linked CI pipeline; they can only be triggered from the source CI pipeline. There will be no images to deploy in the CD pipeline created from the 'linked CI pipeline' at first. To see the images in the CD pipeline of the linked CI pipeline, trigger build in the source CI pipeline. The build images will now be listed in the CD pipeline of the 'linked CI pipeline' whenever you trigger a build in the source CI pipeline.
196196

197-
## 3. Incoming Webhook
197+
## 3. Deploy Image from External Service
198198

199199
The CI pipeline can receive container images from an external source via webhook API.
200200

0 commit comments

Comments
 (0)