Skip to content

Commit 75aef61

Browse files
authored
Workflow (#412)
* workflow introductry and basic ci part done * ci ptpeline fixes done * cd doc fixed with image and gif * fixed around feedback * unnecessary astricks removed * grammatically error fixed
1 parent ef3bd35 commit 75aef61

File tree

12 files changed

+114
-62
lines changed

12 files changed

+114
-62
lines changed
266 KB
Loading
200 KB
Loading
477 KB
Loading
470 KB
Loading
293 KB
Loading
109 KB
Loading
135 KB
Loading
779 KB
Loading
473 KB
Loading
Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
# Workflow
22

3-
Workflow is a logical sequenece of different stages used for continous integration and continous deployment of an application.
3+
Workflow is a logical sequence of different stages used for continuous integration and continuous deployment of an application.
4+
5+
![](../../../.gitbook/assets/arora1%20%282%29.gif)
6+
7+
Click on `New Build Pipeline` to create a new workflow
48

5-
![](../../../.gitbook/assets/wf1%20%282%29.jpg)
69

7-
Click on `Create Workflow` to create a new workflow
10+
![](../../../.gitbook/assets/ca-workflow-empty.png)
811

9-
![](../../../.gitbook/assets/wf2%20%281%29.jpg)
12+
On clicking `New Build Pipeline`. Three options appear as mentioned below:
13+
14+
* **Continous Integration:** Choose this option if you want Devtron to build the image of source code.
15+
* **Linked CI Pipeline:** Choose this option if you want to use an image created by an existing CI pipeline in Devtron.
16+
* **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.
1017

11-
Enter the name of your workflow and then Click on `Add Workflow` to add a new workflow. Workflow always starts from [Git Material](../git-material.md).
1218

1319
Then, Create CI/CD Pipelines for your application.
1420

1521
To know how to Create the CI Pipeline for your application Click On: [Create CI Pipelines](ci-pipeline.md)
1622

1723
To know how to Create the CD Pipeline for your application Click On: [Create CD Pipelines](cd-pipeline.md)
1824

19-
![](../../../.gitbook/assets/arora1%20%282%29.gif)
25+
2026

0 commit comments

Comments
 (0)