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/administration/pipeline-settings.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,12 @@ You need to allow at least one of these options so that users can create new pip
41
41
42
42
Here you can set the defaults for advanced pipeline behavior. The options are:
43
43
44
-
*[Keep or discard]({{site.baseurl}}/docs/docs/codefresh-yaml/steps/approval/#keeping-the-shared-volume-after-an-approval) the volume when a pipeline is entering approval state
45
-
* Whether pipelines in approval state[count or not against concurrency]({{site.baseurl}}/docs/docs/codefresh-yaml/steps/approval/#define-concurrency-limits)
44
+
*[Keep or discard]({{site.baseurl}}/docs/codefresh-yaml/steps/approval/#keeping-the-shared-volume-after-an-approval) the volume when a pipeline is entering approval state
45
+
* Whether pipelines in approval state[count or not against concurrency]({{site.baseurl}}/docs/codefresh-yaml/steps/approval/#define-concurrency-limits)
46
+
* Define the[Service Account]({{site.baseurl}}/docs/integrations/docker-registries/amazon-ec2-container-registry/#setting-up-ecr-integration---service-account) for Amazon ECR integration.
47
+
* Set the defualt registry where all Public Marketplace Step images are pulled from. Registries listed are from the[Docker Registry]({{site.baseurl}}/docs/integrations/docker-registries/) integration page.
48
+
* Example: Public Marketplace Step image is defined to use Docker Hub. If you select a quay.io integration, all Public Marketplace Step images will be pulled from quay.io instead of Docker Hub.
49
+
* Note: This does not affect Freestyle Steps.
46
50
47
51
Note that the first option affects pipeline resources and/or billing in the case of SaaS pricing. It will also affect users of existing pipelines that depend on this behavior. It is best to enable/disable this option only once at the beginning.
Copy file name to clipboardExpand all lines: _docs/whats-new/whats-new.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ toc: true
15
15
- Approval steps now have an extra confirmation -[documentation]({{site.baseurl}}/docs/codefresh-yaml/steps/approval/)
16
16
- Using Bitnami Sealed Secrets with GitOps -[documentation]({{site.baseurl}}/docs/yaml-examples/examples/gitops-secrets/)
17
17
- App proxy is now available for Bitbucket server -[documentation]({{site.baseurl}}/docs/administration/codefresh-runner/#optional-installation-of-the-app-proxy)
18
+
- Public Marketplace Registry -[documentation]({{site.baseurl}}/docs/administration/pipeline-settings/#advanced-pipeline-options)