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

Commit2f0f1f0

Browse files
authored
Fix broken links (#945)
* Fix broken links* Fix broken links* Fix broken links* Broken links* Fix broken links* Update pipeline-caching.mdFixed broken links* Fix broken links
1 parent79243ec commit2f0f1f0

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

‎_docs/example-catalog/ci-examples/git-checkout.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ max-width="50%"
107107
This is the recommended way of creating re-usable pipelines in Codefresh.
108108

109109
##Cloning a repository with Codefresh Runner
110-
If you have the[Codefresh Runner]({{site.baseurl}}/docs/installation/codefresh-runner/) installed, you need to use
110+
If you have the[Codefresh Runner]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/) installed, you need to use
111111
the fully qualified path of the Git repository:
112112

113113
`codefresh.yml`

‎_docs/installation/runner/behind-the-firewall.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redirect_from:
99
toc:true
1010
---
1111

12-
As described in[Codefresh Runner]({{site.baseurl}}/docs/installation/runner/), the Hybrid Runner is required to run Codefresh pipelines.
12+
As described in[Codefresh Runner]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner), the Hybrid Runner is required to run Codefresh pipelines.
1313
This articles focuses on how the Runner works within infrastructure behind firewalls.
1414

1515
##Running Codefresh in secure environments
@@ -126,7 +126,7 @@ steps:
126126
Once you trigger the pipeline, the Codefresh Build Runtimes communicates with your private Git instance and checks out code.
127127

128128
>**NOTE**
129-
Currently there is a limitation on the location of the`codefresh.yml` file. Only the[inline mode]({{site.baseurl}}/docs/pipelines/pipelines/#writing-codefresh-yml-in-the-gui) is supported by default. You will need to install the[App-Proxy]({{site.baseurl}}/docs/installation/codefresh-runner/#app-proxy-installation) to be able to use the YAML from Repository.
129+
Currently there is a limitation on the location of the`codefresh.yml` file. Only the[inline mode]({{site.baseurl}}/docs/pipelines/pipelines/#writing-codefresh-yml-in-the-gui) is supported by default. You will need to install the[App-Proxy]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/#app-proxy-installation) to be able to use the YAML from Repository.
130130

131131
You can also use a[network proxy]({{site.baseurl}}/docs/pipelines/steps/git-clone/#using-git-behind-a-proxy) for the Git clone step.
132132

@@ -136,7 +136,7 @@ You can also use a [network proxy]({{site.baseurl}}/docs/pipelines/steps/git-clo
136136
In the previous section we have seen how a pipeline can check out code from an internal Git repository. We also need to set up a trigger,
137137
so that every time a commit or any other supported event occurs, the Codefresh pipeline is triggered automatically.
138138

139-
If you have installed the[optional app-proxy]({{site.baseurl}}/docs/installation/codefresh-runner/#optional-installation-of-the-app-proxy), adding a trigger can be done exactly like the SAAS version of Codefresh, using only the Codefresh UI.
139+
If you have installed the optional app-proxy, adding a trigger can be done exactly like the SAAS version of Codefresh, using only the Codefresh UI.
140140

141141
If you haven't installed the app-proxy, then adding a Git trigger is a two-step process:
142142

‎_docs/kb/articles/set-shm-size-for-container.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ support-reviewed: 2023-04-18 LG
1212

1313
##Overview
1414

15-
A user wants to have better performance for their containers/builds in their private Kubernetes clusters using the[Codefresh Runner]({{site.baseurl}}/docs/installation/codefresh-runner/)(Hybrid).
15+
A user wants to have better performance for their containers/builds in their private Kubernetes clusters using the[Codefresh Runner]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/)(Hybrid).
1616

1717
##Details
1818

‎_docs/pipelines/steps/approval.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ max-width="90%"
153153
If you do decide to keep the volume after an approval, and you are using the SaaS version of Codefresh, the pipeline will still count as "running" against your pricing plan. If you don't keep the volume, the pipeline is stopped/paused while it is waiting for approval and doesn't count against your pricing plan. We advise you to keep the volume only for pipelines that really need this capability.
154154

155155
>**NOTE**
156-
If you use the[Codefresh Runner]({{site.baseurl}}/docs/installation/behind-the-firewall/) and your[Runner]({{site.baseurl}}/docs/installation/codefresh-runner/) is set up with local volumes, then the volume will only be present if the dind pod is scheduled in the same node once the pipeline resumes. Otherwise the volume will not be reused.
156+
If you use the[Codefresh Runner]({{site.baseurl}}/docs/installation/behind-the-firewall/) and your[Runner]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/) is set up with local volumes, then the volume will only be present if the dind pod is scheduled in the same node once the pipeline resumes. Otherwise the volume will not be reused.
157157

158158
##Controlling the rejection behavior
159159

‎_docs/pipelines/steps/git-clone.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ steps:
190190

191191
##Check out code using the Codefresh Runner
192192

193-
If you are using the[Codefresh runner]({{site.baseurl}}/docs/installation/codefresh-runner/), you need to use
193+
If you are using the[Codefresh runner]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/), you need to use
194194
the fully qualified path of the Git repository:
195195

196196
`codefresh.yml`
@@ -452,7 +452,7 @@ steps:
452452

453453
## Using Git behind a proxy
454454

455-
If you use the [Codefresh Runner]({{site.baseurl}}/docs/installation/codefresh-runner/) and need to use a network proxy in your clone step you need to set the [variables]({{site.baseurl}}/docs/pipelines/variables/) `HTTP_PROXY` and/or `HTTPS_PROXY` in the pipeline
455+
If you use the [Codefresh Runner]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/) and need to use a network proxy in your clone step you need to set the [variables]({{site.baseurl}}/docs/pipelines/variables/) `HTTP_PROXY` and/or `HTTPS_PROXY` in the pipeline
456456
and then activate the property `use_proxy:true` in the clone step. Example:
457457

458458
`codefresh.yml`

‎_posts/2019-12-31-january-december-classic.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ description: "Changelog for Pipelines 2019 (Classic)"
7373
- Custom annotations on projects, pipelines, builds -[documentation]({{site.baseurl}}/docs/pipelines/annotations/)
7474
- Deployments with Pulumi -[documentation]({{site.baseurl}}/docs/example-catalog/cd-examples/pulumi/)
7575
- Deployments with Terraform -[documentation]({{site.baseurl}}/docs/example-catalog/cd-examples/terraform/)
76-
- Codefresh Runner installation -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner/)
76+
- Codefresh Runner installation -[documentation]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/)
7777
- Multiple Dockerhub integrations -[documentation]({{site.baseurl}}/docs/integrations/docker-registries/)
7878

7979
##April 2019

‎_posts/2020-12-31-january-december-classic.md‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: "Changelog for Pipelines 2020 (Classic)"
77
##December 2020
88
- Get Code Coverage Reports with Coveralls -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/coveralls-testing/)
99
- Codefresh will now use the default branch (e.g.`main`) instead of assuming`master`. This applies to GitHub, GitLab, and Bitbucket -[documentation]({{site.baseurl}}/docs/pipelines/steps/git-clone/)
10-
- App-Proxy now supports GitLab -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner/#app-proxy-installation)
10+
- App-Proxy now supports GitLab -[documentation]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/#app-proxy-installation)
1111
- Helm promotion pipelines can be overridden in the GUI -[documentation]({{site.baseurl}}/docs/deployments/helm/helm-environment-promotion/#creating-a-custom-helm-board)
12-
- Internal Registry mirror for the Codefresh runner -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner/#configure-internal-registry-mirror)
12+
- Internal Registry mirror for the Codefresh runner -[documentation]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/#configure-internal-registry-mirror)
1313
- Production and staging deployments guide -[documentation]({{site.baseurl}}/docs/ci-cd-guides/environment-deployments/)
1414
- Escaping YAML in pipelines -[documentation]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/#escaping-strings)
1515
- GitOps dashboard now shows affected services for each release -[documentation]({{site.baseurl}}/docs/ci-cd-guides/gitops-deployments/#working-with-the-gitops-dashboard)
@@ -20,14 +20,14 @@ description: "Changelog for Pipelines 2020 (Classic)"
2020
- Getting Code Coverage Reports with Codecov -[documentation]({{site.baseurl}}/docs/example-catalog/ci-examples/codecov-testing/)
2121
- Integrating SonarQube Analysis into your Pipelines -[documentation]({{site.baseurl}}/docs/testing/sonarqube-integration/)
2222
- GitOps deployments -[documentation]({{site.baseurl}}/docs/ci-cd-guides/gitops-deployments/)
23-
- Global volume mounts in the Codefresh runner -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner/#custom-volume-mounts)
24-
- Global environment variables in the Codefresh runner -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner/#custom-global-environment-variables)
23+
- Global volume mounts in the Codefresh runner -[documentation](https://artifacthub.io/packages/helm/codefresh-runner/cf-runtime#custom-volume-mounts)
24+
- Global environment variables in the Codefresh runner -[documentation](https://artifacthub.io/packages/helm/codefresh-runner/cf-runtime#custom-global-environment-variables)
2525

2626
##October 2020
2727
- Using Google for SSO -[documentation]({{site.baseurl}}/docs/administration/single-sign-on/sso-google/)
2828
- Setting-up Helm Triggers in your Codefresh pipeline with the Codefresh UI -[documentation]({{site.baseurl}}/docs/pipelines/triggers/helm-triggers/)
2929
- Using the GitHub Container registry as Docker registry -[documentation]({{site.baseurl}}/docs/integrations/docker-registries/github-container-registry/)
30-
- Simplified Git operations with the App Proxy for the Codefresh runner -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner/#app-proxy-installation)
30+
- Simplified Git operations with the App Proxy for the Codefresh runner -[documentation]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/#app-proxy-installation)
3131
- Upgrade Codefresh on-prem -[documentation]({{site.baseurl}}/docs/installation/codefresh-on-prem-upgrade/)
3232

3333
##September 2020
@@ -51,7 +51,7 @@ description: "Changelog for Pipelines 2020 (Classic)"
5151
- Check if a variable exists -[documentation]({{site.baseurl}}/docs/pipelines/conditional-execution-of-steps/#execute-steps-according-to-the-presence-of-a-variable)
5252

5353
##June 2020
54-
- New Codefresh Runner installation -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner/)
54+
- New Codefresh Runner installation -[documentation]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/)
5555
- Using multiple Registry integrations with the same domain -[documentation]({{site.baseurl}}/docs/ci-cd-guides/working-with-docker-registries/#working-with-multiple-registries-with-the-same-domain)
5656
- Multiple Dockerhub integrations -[documentation]({{site.baseurl}}/docs/integrations/docker-registries/other-registries/)
5757
- Global Docker registry prefix/repository -[documentation]({{site.baseurl}}/docs/integrations/docker-registries/#using-an-optional-repository-prefix)
@@ -63,7 +63,7 @@ description: "Changelog for Pipelines 2020 (Classic)"
6363
- Masking encrypted variables in logs -[documentation]({{site.baseurl}}/docs/pipelines/variables/#masking-variables-in-logs)
6464
- Restrict Codefresh to specific namespace -[documentation]({{site.baseurl}}/docs/integrations/kubernetes/#restrict-codefresh-access-to-a-specific-namespace)
6565
- Deploy with Kustomize -[documentation]({{site.baseurl}}/docs/example-catalog/cd-examples/deploy-with-kustomize/)
66-
- Installing the Codefresh Runner on a multi AZ GKE cluster -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner/)
66+
- Installing the Codefresh Runner on a multi AZ GKE cluster -[documentation]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/)
6767
- Masking encrypted variables in logs -[documentation]({{site.baseurl}}/docs/pipelines/variables/#masking-variables-in-logs)
6868

6969
##April 2020
@@ -115,7 +115,7 @@ description: "Changelog for Pipelines 2020 (Classic)"
115115
- New UX flow for the signup process
116116
- Updated OneLogin SSO support -[documentation]({{site.baseurl}}/docs/administration/single-sign-on/saml/saml-onelogin/)
117117
- Published Codefresh Platform IPs -[documentation]({{site.baseurl}}/docs/integrations/kubernetes/#prerequisites)
118-
- Installing the Codefresh Runner in AWS -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner/#installing-on-aws)
118+
- Installing the Codefresh Runner in AWS -[documentation]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/#installing-on-aws)
119119
- Amazon ECS/Fargate deployment example -[documentation]({{site.baseurl}}/docs/integrations/amazon-web-services/)
120120

121121
##January 2020
@@ -124,4 +124,4 @@ description: "Changelog for Pipelines 2020 (Classic)"
124124
- Promoting Docker images -[documentation]({{site.baseurl}}/docs/ci-cd-guides/working-with-docker-registries/#promoting-docker-images)
125125
- Using Dockerhub personal access tokens -[documentation]({{site.baseurl}}/docs/integrations/docker-registries/docker-hub/)
126126
- Updated Azure SSO instructions -[documentation]({{site.baseurl}}/docs/administration/single-sign-on/oidc/oidc-azure/)
127-
- Codefresh Runner requirements -[documentation]({{site.baseurl}}/docs/installation/codefresh-runner/)
127+
- Codefresh Runner requirements -[documentation]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/)

‎_posts/2023-09-30-sept-release-notes.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Helm has become the default installation method for the Codefresh Runner. This c
8888

8989
The new Helm installation for the Runner is described in[Chart Configuration](https://artifacthub.io/packages/helm/codefresh-runner/cf-runtime#chart-configuration){:target="\_blank"} on ArtifactHub.
9090

91-
Refer also to[Codefresh Runner installation]({{site.baseurl}}/docs/installation/codefresh-runner/) in the documentation.
91+
Refer also to[Codefresh Runner installation]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/) in the documentation.
9292

9393

9494

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp