Skip to content

Commit 1c9ee64

Browse files
authored
Merge pull request codefresh-io#485 from codefresh-io/classic-pause-pipelines
Update pipeline settings
2 parents 66b7cbb + 69e4880 commit 1c9ee64

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

_docs/administration/pipeline-settings.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,28 @@ On this page, you can define global parameters for the whole Codefresh account r
1313
lightbox="true"
1414
file="/images/administration/pipeline-settings/pipeline-settings-ui.png"
1515
url="/images/administration/pipeline-settings/pipeline-settings-ui.png"
16-
alt="pipeline-settings"
17-
caption="pipeline-settings"
16+
alt="Pipeline settings"
17+
caption="Pipeline settings"
18+
max-width="80%"
19+
%}
20+
21+
22+
## Pause pipeline executions
23+
24+
Pause builds for pipelines at the account level, for example, during maintenance.
25+
26+
* **Pause build execution** is disabled by default.
27+
* When enabled:
28+
* New pipelines in the account are paused immediately.
29+
* Existing pipelines with running builds are paused only after the builds have completed execution.
30+
* Paused pipelines are set to status Pending, and remain in this status until **Pause build execution** is manually disabled for the account.
31+
32+
{% include image.html
33+
lightbox="true"
34+
file="/images/administration/pipeline-settings/pause-pipeline-enabled.png"
35+
url="/images/administration/pipeline-settings/pause-pipeline-enabled.png"
36+
alt="Pause Build Execution pipeline setting enabled"
37+
caption="Pause Build Execution pipeline setting enabled"
1838
max-width="80%"
1939
%}
2040

_docs/configure-ci-cd-pipeline/monitoring-pipelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The available filters are:
6666
* *Branch* - any of the available branches from the attached Git trigger.
6767
* *Committer* - person that made the commit that triggered the build.
6868
* *Environment* - which [environment]({{site.baseurl}}/docs/deploy-to-kubernetes/environment-dashboard/) was affected.
69-
* *Status* - success, error, in-progress, pending, terminated etc.
69+
* *Status* - success, error, in-progress, pending, terminated etc. A Pending status can also indicate that [pipeline build execution has been paused]({{site.baseurl}}/docs/administration/pipeline-settings/#pause-pipeline-executions) for the account.
7070
* *Trigger type* - what type of trigger was responsible for this build
7171
* *Git event* - in the case of [git triggers]({{site.baseurl}}/docs/configure-ci-cd-pipeline/triggers/git-triggers/) the exact event
7272

@@ -208,6 +208,7 @@ You can also search the logs by clicking at the magnifying glass icon at the top
208208

209209
> Note: The max size each step can log is around 20MB, and 100MB for the whole build. After that, the system will stop logging, but the build execution will continue.
210210
211+
211212
### Reviewing the yaml for the pipeline
212213

213214
From the step details you can also click on the yaml tab to see the yaml segment for that individual step:
22.6 KB
Loading
-28.9 KB
Loading

0 commit comments

Comments
 (0)