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/integrations/git-providers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -389,7 +389,7 @@ You will get an error of Permission Denied or Forbidden to a Git Context that yo
389
389
390
390
1. Navigate to Account Settings > Permissions > Teams or Execution Context.
391
391
1. Scroll to Git Contexts.
392
-
1. Here, you can set[permissions]({{site.baseurl}}/docs/administration/access-control/#creating-a-security-policy) similar to other ABAC rules for Teams or Execution Context to Create or Use, Update, and Delete actions.
392
+
1. Here, you can set[permissions]({{site.baseurl}}/docs/administration/account-user-management/access-control/) similar to other ABAC rules for Teams or Execution Context to Create or Use, Update, and Delete actions.
Copy file name to clipboardExpand all lines: _docs/kb/articles/delete-account.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ You want to delete your Codefresh account and all associated data.
17
17
18
18
##Details
19
19
20
-
❕This article is about Codefresh Classic. Information on how to delete an account in Codefresh GitOps[can be foundhere]({{site.baseurl}}/docs/troubleshooting/deleting-account/).
20
+
❕This article is about Codefresh Classic. Information on how to delete an account in Codefresh GitOps[can be foundhere]({{site.baseurl}}/docs/kb/articles/deleting-account/).
21
21
22
22
1. Ensure you have the correct account selected, if you have multiple.
23
23
*_💡 You can change your selected account by clicking on your username in the upper right corner._
Copy file name to clipboardExpand all lines: _docs/kb/articles/deleting-account.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ You want to delete your Codefresh account and all associated data.
17
17
18
18
##Details
19
19
20
-
❕This article is about Codefresh GitOps. Information on how to delete an account in Codefresh Classic[can be found here]({{site.baseurl}}/docs/troubleshooting/delete-account/).
20
+
❕This article is about Codefresh GitOps. Information on how to delete an account in Codefresh Classic[can be found here]({{site.baseurl}}/docs/kb/articles/delete-account/).
21
21
22
22
1. Ensure you have the correct account selected, if you have multiple.
23
23
*_💡 You can change your selected account by clicking on your username in the upper right corner._
Copy file name to clipboardExpand all lines: _docs/kb/articles/failed-to-retrieve-pipeline.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,6 @@ After a pipeline is triggered, it immediately fails with the error `Error: Faile
19
19
20
20
After the trigger, Codefresh was unable to fetch the YAML. This is usually caused by auto-selection being selected for Branch, but no Branch is specified.
21
21
22
-
* If you are triggering this pipeline through a cron job, please[see this article]({{site.baseurl}}/docs/kb/articles/selecting-branch-for-cron-activation.md).
22
+
* If you are triggering this pipeline through a cron job, please[see this article]({{site.baseurl}}/docs/kb/articles/selecting-branch-for-cron-activation/).
23
23
* Ensure that the Git Integration has access to reading the Repository. If access has changed recently, it may no longer have access to the YAML.
24
24
* Ensure that you are able to connect to the Git repository. If there is a connectivity issue, Codefresh will be unable to fetch the YAML.
Copy file name to clipboardExpand all lines: _posts/2020-12-31-january-december-classic.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title:"Pipelines Changelog: January- December 2020"
2
+
title:"Pipelines Changelog: Januaryto December 2020"
3
3
description:"Changelog for Pipelines 2020 (Classic)"
4
4
---
5
5
@@ -81,7 +81,7 @@ description: "Changelog for Pipelines 2020 (Classic)"
81
81
- Run multiple kinds of unit tests using fan-in-fan-out parallel pipeline -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/fan-in-fan-out/)
82
82
83
83
##March 2020
84
-
- Removal of the Codefresh registry-[documentation]({{site.baseurl}}/docs/integrations/docker-registries/cfcr-deprecation/)
84
+
- Removal of the Codefresh registry
85
85
- Helm quick start guide for Helm 3 -[documentation]({{site.baseurl}}/docs/getting-started/helm-quick-start-guide/)
86
86
- Deployment example for Helm 3 -[documentation]({{site.baseurl}}/docs/yaml-examples/examples/helm/)