Skip to content

Commit e3607b8

Browse files
authored
Merge branch 'develop' into feature/be-6277
2 parents 5691e69 + 5126e2d commit e3607b8

File tree

10 files changed

+466
-15
lines changed

10 files changed

+466
-15
lines changed

docs/build/build-process-management/build-manually-or-with-triggers.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,35 @@ If your commit message includes `[skip ci]` or `[ci skip]`, your workflow will b
131131

132132
If your merge request comment includes `[retry]`, your workflow will be retried.
133133

134+
### Auto Cancel Redundant Pipeline
135+
136+
When enabled, this feature automatically cancels any previously running build that matches the same build configuration, build workflow, build trigger and branch if a new run is triggered.
137+
This helps prevent unnecessary resource usage and reduces queue time by skipping outdated pipeline runs.
138+
139+
To enable this feature:
140+
141+
1. Go to the `Build Profiles` and select `Configurations`.
142+
2. Scroll down and activate `Auto Cancel Redundant Pipeline`.
143+
3. Click `Save` changes.
144+
145+
<Screenshot url='https://cdn.appcircle.io/docs/assets/auto-cancel-redundant-pipeline.png' />
146+
147+
The Auto-Cancel Redundant Pipeline mechanism works based on four key parameters:
148+
- Build Configuration
149+
- Build Workflow
150+
- Build Trigger
151+
- Git Branch
152+
153+
If a new build is triggered with the same values for all these parameters, any previously queued or running build is automatically cancelled.
154+
155+
:::warning Manual Builds Bypass Auto Cancel Redundant Pipeline
156+
157+
Builds that are **manually started** do not affect ongoing or queued builds; the auto-cancel mechanism does not apply to manually started builds.
158+
159+
:::
160+
161+
<Screenshot url='https://cdn.appcircle.io/docs/assets/auto-cancel-redundant-pipeline-canceled-builds-v3.png' />
162+
134163
## Further Automatic Build Subjects
135164

136165
### Trigger Priorities

docs/build/build-process-management/configurations.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@ This feature allows for better management of build processes, enabling teams to
113113
This feature is only available for organizations with Enterprise license.
114114
:::
115115

116+
#### ACRP - Auto Cancel Redundant Pipeline
117+
118+
When enabled, this feature automatically cancels any previously running build that matches the same configuration, workflow, branch, and trigger type, if a new run is triggered.
119+
This helps prevent unnecessary resource usage and reduces queue time by skipping outdated pipeline runs.
120+
121+
For further details, see [Auto Cancel Redundant Pipeline](/build/build-process-management/build-manually-or-with-triggers).
122+
116123
### Signing configuration
117124

118125
Both iOS and Android applications need to be digitally signed by their developers in order to be able to be installed on real devices or submitted to app stores.

docs/self-hosted-appcircle/install-server/helm-chart/configuration/advanced-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Helm Advanced Configuration
33
description: Learn how to fully configure the Appcircle server Helm chart
44
tags: [self-hosted, helm, configuration, kubernetes]
5-
sidebar_position: 100
5+
sidebar_position: 110
66
sidebar_label: Advanced Configuration
77
---
88

0 commit comments

Comments
 (0)