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

Commitf17e7ee

Browse files
committed
Update pipeline integrations
Also fxed x-ref display text for Codefresh YAML
1 parent217e646 commitf17e7ee

File tree

74 files changed

+192
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+192
-190
lines changed

‎_docs/ci-cd-guides/building-docker-images.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ For more details see [dynamic build tools]({{site.baseurl}}/docs/pipelines/intro
429429

430430
##Related articles
431431
[How Codefresh pipelines work]({{site.baseurl}}/docs/pipelines/introduction-to-codefresh-pipelines/)
432-
[Codefresh YAML]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
432+
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
433433
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
434434
[Build step in pipelines]({{site.baseurl}}/docs/pipelines/steps/build/)
435435

‎_docs/ci-cd-guides/environment-deployments.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ max-width="80%"
680680

681681

682682
##Related articles
683-
[Codefresh YAML]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
683+
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
684684
[Pull requests and branches]({{site.baseurl}}/docs/ci-cd-guides/pull-request-branches/)
685685
[Environment dashboard]({{site.baseurl}}/docs/deployments/kubernetes/environment-dashboard/)
686686

‎_docs/ci-cd-guides/gitops-deployments.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ and load them from the repository.
681681
Once the pipeline is in Git, you should switch the online editor to[load the pipeline from the repository]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#loading-codefreshyml-from-version-control) instead of the inline text.
682682

683683
##Related articles
684-
[Codefresh YAML]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
684+
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
685685
[ArgoCD integration]({{site.baseurl}}/docs/integrations/argocd/)
686686
[Environment dashboard]({{site.baseurl}}/docs/deployments/kubernetes/environment-dashboard/)
687687
[Helm promotions]({{site.baseurl}}/docs/deployments/helm/helm-environment-promotion/)

‎_docs/ci-cd-guides/microservices.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ This is just an example pipeline. You might have another generic pipeline for He
226226
##Related articles
227227
[Creating pipelines]({{site.baseurl}}/docs/pipelines/pipelines/)
228228
[Git triggers in pipelines]({{site.baseurl}}/docs/pipelines/triggers/git-triggers/)
229-
[Codefresh YAML]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
229+
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
230230
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
231231

232232

‎_docs/ci-cd-guides/packaging-compilation.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ another unrelated pipeline.
247247
##Related articles
248248
[Introduction to Codefresh pipelines]({{site.baseurl}}/docs/pipelines/introduction-to-codefresh-pipelines/)
249249
[Creating Codefresh pipelines]({{site.baseurl}}/docs/pipelines/pipelines/)
250-
[Codefresh YAML]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
250+
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
251251
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
252252

253253

‎_docs/ci-cd-guides/preview-environments.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ For more information, see:
336336

337337
##Related articles
338338
[How Codefresh pipelines work]({{site.baseurl}}/docs/pipelines/introduction-to-codefresh-pipelines/)
339-
[Codefresh YAML]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
339+
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
340340
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
341341
[Working with Docker registries]({{site.baseurl}}/docs/integrations/docker-registries/)
342342

‎_docs/ci-cd-guides/pull-request-branches.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ In a similar manner, you can create the triggers for all other branch types in G
342342
Trunk-based development and Git-flow are only some examples of what a Git workflow can look like. Your organization might follow a completely different process. Using the basic building blocks of Codefresh triggers (branch field, PR checkboxes, etc) you should be able to model your own workflow according to your own pipelines.
343343

344344
##Related articles
345-
[Codefresh YAML]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
345+
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
346346
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
347347
[Git triggers in pipelines]({{site.baseurl}}/docs/pipelines/triggers/git-triggers/)
348348
[YAML examples]({{site.baseurl}}/docs/example-catalog/examples/)

‎_docs/deployments/kubernetes/deployment-options-to-kubernetes.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Codefresh offers several options when it comes to Kubernetes deployments:
2929
##Prerequisites
3030

3131
* A K8s cluster in Codefresh (see[Connecting a Kubernetes cluster]({{site.baseurl}}/docs/integrations/kubernetes/#connect-a-kubernetes-cluster/)
32-
* Familiarity with the[Codefresh YAML]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/), basic[pipeline steps]({{site.baseurl}}/docs/pipelines/steps/), and how to describe them
32+
* Familiarity with the[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/), basic[pipeline steps]({{site.baseurl}}/docs/pipelines/steps/), and how to describe them
3333
*[Integrate your Docker registry]({{site.baseurl}}/docs/integrations/docker-registries/) with Codefresh
3434

3535
##Build and push your image

‎_docs/example-catalog/cd-examples/amazon-ecs.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ You can also find the same step in the form of a [Codefresh plugin](https://code
147147

148148
##Related articles
149149
[CI/CD pipeline examples]({{site.baseurl}}/docs/example-catalog/examples/#cd-examples)
150-
[Codefresh YAML]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
150+
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
151151
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
152152
[Creating pipelines]({{site.baseurl}}/docs/pipelines/pipelines/)
153153
[External Registries]({{site.baseurl}}/docs/integration/docker-registries/)

‎_docs/example-catalog/cd-examples/docker-swarm.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The values of `MY_REGISTRY`, `MY_REGISTRY_USER` and `MY_REGISTRY_PASSWORD` depen
214214

215215
##Related articles
216216
[CI/CD pipeline examples]({{site.baseurl}}/docs/example-catalog/examples/#cd-examples)
217-
[Codefresh YAML]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
217+
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
218218
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
219219
[Creating pipelines]({{site.baseurl}}/docs/pipelines/pipelines/)
220220
[How Codefresh pipelines work]({{site.baseurl}}/docs/pipelines/introduction-to-codefresh-pipelines/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp