Skip to content

Commit 6bbf4f0

Browse files
Mentioned Partial Cloning Capability of Devtron (#4142)
1 parent 3f9f5db commit 6bbf4f0

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

docs/user-guide/deploying-application/triggering-ci.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ Once clicked, a list will appear showing various commits made in the repository,
1010

1111
CI Pipelines with automatic trigger enabled are triggered immediately when a new commit is made to the git branch. If the trigger for a build pipeline is set to manual, it will not be automatically triggered and requires a manual trigger.
1212

13+
{% hint style="info" %}
14+
15+
### Partal Cloning Feature [![](https://img.shields.io/badge/ENT-Devtron-blue)](https://devtron.ai/pricing)
16+
17+
CI builds can be time-consuming for large repositories, especially for enterprises. However, Devtron's partial cloning feature significantly increases cloning speed, reducing the time it takes to clone your source code and leading to faster build times.
18+
19+
**Advantages**
20+
* Smaller image sizes
21+
* Reduced resource usage and costs
22+
* Faster software releases
23+
* Improved productivity
24+
25+
Get in touch with us if you are looking for a way to improve the efficiency of your software development process
26+
{% endhint %}
27+
1328
The **Refresh** icon updates the Git Commits section in the CI Pipeline by fetching the latest commits from the repository. Clicking on the refresh icon ensures that you have the most recent commit available.
1429

1530
The **Ignore Cache** option ignores the previous build cache and creates a fresh build. If selected, will take a longer build time than usual.
@@ -32,3 +47,5 @@ To check for any vulnerabilities in the build image, click on `Security`. Please
3247

3348
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/deploying-application/triggering-ci/security-scan-report.jpg)
3449

50+
51+

docs/user-guide/integrations/build-and-deploy-ci-cd.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Devtron CI/CD integration enables software development teams to automate the bui
1414
* Provides deployment metrics like; deployment frequency, lead time, change failure rate, and mean-time recovery.
1515
* Seamless integration with Grafana for continuous application metrics like CPU and memory usage, status code, throughput, and latency on the dashboard.
1616

17+
{% hint style="info" %}
18+
Devtron also gives you the option of partial cloning. It increases the cloning speed of your [code repository](../../../docs/reference/glossary#repo), thus reducing the [build time](../../../docs/reference/glossary#build-pipeline) during the [CI process](../deploying-application/triggering-ci).
19+
{% endhint %}
20+
1721
## Installation
1822

1923
1. On the **Devtron Stack Manager > Discover** page, click the **Build and Deploy (CI/CD)**.

0 commit comments

Comments
 (0)