You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/configure-ci-cd-pipeline/build-status.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Clicking the badge takes you into the build view of the pipeline.
30
30
31
31
##Finding the build badge of your project
32
32
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.
34
34
35
35
{% include
36
36
image.html
@@ -44,7 +44,6 @@ max-width="50%"
44
44
45
45
Click on it and you will get a new dialog where you can select
46
46
47
-
* The branch that will be used for monitoring
48
47
* The graphical style of the badge (two styles are offered)
| Caching from previous built image| Automatic| Pipeline build steps| Distributed version of`--cache-from`|
21
21
| 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:
218
218
219
219
If you run this pipeline multiple times you will see multiple entries in the file`sample.txt`.
220
220
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.
@@ -292,7 +294,7 @@ The diagram above shows the following sequence of events:
292
294
##Codefresh cache size and eviction policy
293
295
294
296
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.
296
298
297
299
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.
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
42
40
43
41
You can create as many shared snippets as you want (with unique names).