Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbab000c

Browse files
author
Anna Baker
authored
Small updates (#157)
* Updates to existing docs* updates to build-status
1 parent04ac8e0 commitbab000c

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

‎_docs/configure-ci-cd-pipeline/build-status.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Clicking the badge takes you into the build view of the pipeline.
3030

3131
##Finding the build badge of your project
3232

33-
In the pipeline view of a project expand the*General settings*. Next to the*badges* section you will find a link to the build badge.
33+
In the pipeline view of a project, select the*Settings* tab and then click*General*. Next to the*badges* section you will find a link to the build badge.
3434

3535
{% include
3636
image.html
@@ -44,7 +44,6 @@ max-width="50%"
4444

4545
Click on it and you will get a new dialog where you can select
4646

47-
* The branch that will be used for monitoring
4847
* The graphical style of the badge (two styles are offered)
4948
* The syntax for the badge
5049

‎_docs/configure-ci-cd-pipeline/pipeline-caching.md‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here is a quick overview of all types of caching used in a Codefresh pipeline:
1515
{: .table .table-bordered .table-hover}
1616
| Caching mechanism| Activation| Used in| Comments|
1717
| --------------| ----------------------------|-------------------------| -------------------------|
18-
| Distributed Docker step caching| Automatic| All pipeline[steps]({{site.baseurl}}/docs/codefresh-yaml/steps/)||
18+
| Distributed Docker step/image caching| Automatic| All pipeline[steps]({{site.baseurl}}/docs/codefresh-yaml/steps/)||
1919
| Distributed Docker layer caching| Automatic| Pipeline[build steps]({{site.baseurl}}/docs/codefresh-yaml/steps/build/)| Mimics local Docker layer cache|
2020
| Caching from previous built image| Automatic| Pipeline build steps| Distributed version of`--cache-from`|
2121
| Docker registry caching| Automatic| Pipeline build steps| Works only for the[integrated Docker registry]({{site.baseurl}}/docs/docker-registries/codefresh-registry/)|
@@ -218,6 +218,8 @@ steps:
218218

219219
If you run this pipeline multiple times you will see multiple entries in the file`sample.txt`.
220220

221+
>Note that if you run concurrent builds too quickly after one another, the Codefresh Volume will refresh[from scratch]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipeline-caching/#issues-with-parallel-builds-and-parallel-pipelines) instead of being cached between builds.
222+
221223
{% include image.html
222224
lightbox="true"
223225
file="/images/pipeline/caching/codefresh-shared-volume.png"
@@ -292,7 +294,7 @@ The diagram above shows the following sequence of events:
292294
##Codefresh cache size and eviction policy
293295

294296
If you use the SAAS version of Codefresh, then you don't have any control of cache policies.
295-
The SAAS version is fully controlled by Codefresh personnel and the cache policies in place might clear cachesmoresooner than you think.
297+
The SAAS version is fully controlled by Codefresh personnel and the cache policies in place might clear caches sooner than you think.
296298

297299
If you run a pipeline very infrequently it is possible to suffer many cache misses. If you also use obscure Docker images you might see them downloaded again and again.
298300

‎_docs/configure-ci-cd-pipeline/shared-configuration.md‎

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ caption="Creating shared configuration snippets"
3131
max-width="50%"
3232
%}
3333

34-
You can createtwo types of shared configuration:
34+
You can createfour types of shared configuration:
3535

36-
* Shared Configuration/ Shared Secret
37-
* yaml/ secret yaml
38-
39-
The shared configuration is for environment variables. The secret variant is the same thing but with encrypted values for sensitive data (such as access tokens).
40-
41-
The shared yaml is for Helm value or any other generic information. The secret yaml encrypts the contents.
36+
***Shared Configuration**: for environment variables
37+
***Shared Secret**: for encrypted environment variables of sensitive data (access tokens, etc.)
38+
***YAML**: for Helm values or any other generic information
39+
***Secret YAML**: for above, but encrypts the contents
4240

4341
You can create as many shared snippets as you want (with unique names).
4442

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp