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

Commitc1a1b66

Browse files
committed
Fixes
1 parentc5f2a3b commitc1a1b66

25 files changed

+47
-40
lines changed

‎_data/nav.yml‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@
395395
-title:Single Sign-On
396396
url:/single-sign-on
397397
pages:
398+
-title:Common configuration
399+
url:/team-sync
398400
-title:OpenID Connect
399401
url:/oidc
400402
sub-pages:
@@ -409,7 +411,7 @@
409411
-title:OneLogin
410412
url:/oidc-onelogin
411413
-title:SAML
412-
url:/saml
414+
url:/saml-setup
413415
sub-pages:
414416
-title:JumpCloud
415417
url:/saml-jumpcloud
@@ -421,8 +423,7 @@
421423
url:/saml-pingid
422424
-title:LDAP
423425
url:/ldap
424-
-title:Common configuration
425-
url:/team-sync
426+
426427

427428

428429
-title:Reference

‎_docs/administration/account-user-management/access-control.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can assign multiple tags to each cluster, making it easy to define multiple
114114

115115
>By default, all clusters, with and without tags, are displayed and can be edited by all users (but not deleted). As soon as you add at least one tag to a cluster, the cluster is only accessible to users with the required policy rules (explained in the next sections).
116116
117-
###ConfigureCIpipelines with policy attributes<!---TITLE: add tags to pipelines-->
117+
###Configure pipelines with policy attributes<!---TITLE: add tags to pipelines-->
118118

119119
Similar to Kubernetes clusters, you can also add tags to specific pipelines.
120120

‎_docs/deployments/helm/custom-helm-uploads.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Helm packages are just TAR files. Helm repositories are simple file hierarchies
1212
You can run custom commands and manually upload indexes and packages to a Helm repo.
1313

1414
>This articles shows some non-standard Helm examples.
15-
For the basic use cases, or if you are just getting started with Helm, see our[Helm quick start guide]({{site.baseurl}}/docs/getting-started/helm-quick-start-guide/) and[Using Helm inCIpipelines]({{site.baseurl}}/docs/deployments/helm/using-helm-in-codefresh-pipeline/).
15+
For the basic use cases, or if you are just getting started with Helm, see our[Helm quick start guide]({{site.baseurl}}/docs/getting-started/helm-quick-start-guide/) and[Using Helm in pipelines]({{site.baseurl}}/docs/deployments/helm/using-helm-in-codefresh-pipeline/).
1616

1717
##Package a Helm chart
1818
Below is an example of a freestyle step in a Codefresh pipeline that packages the Helm chart and then extracts the chart name from the command output. It also saves that package name in an environment variable for later use.

‎_docs/installation/installation-options.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To be changed and updated for ProjectOne
99
The Codefresh platform supports two different installation environments, each with different installation options.
1010

1111
* CI/CD installation environment
12-
The CI/CD installation environment is optimized for Continuous Integration/Delivery with Codefresh pipelines.CI pipelines created in Codefresh fetch code from your Git repository, packages/compiles the code, and deploys the final artifact to a target environment.
12+
The CI/CD installation environment is optimized for Continuous Integration/Delivery with Codefresh pipelines.Pipelines created in Codefresh fetch code from your Git repository, packages/compiles the code, and deploys the final artifact to a target environment.
1313

1414
The CI/CD installation environment supports these installation options:
1515
* Hybrid, where the Codefresh CI/CD UI runs in the Codefresh cloud, and the builds run on customer premises

‎_docs/pipelines/advanced-workflows.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title:"Advanced workflows with parallel steps"
33
description:"Create complex workflows in Codefresh with step dependencies"
4-
group:codefresh-yaml
4+
group:pipelines
55
toc:true
66
---
77

‎_docs/pipelines/annotations.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title:"Annotations in CI pipelines"
33
description:"Mark your builds and projects with extra annotations"
4-
group:codefresh-yaml
4+
group:pipelines
55
toc:true
66
---
77

‎_docs/pipelines/condition-expression-syntax.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title:"Condition Expression Syntax"
33
description:"Condition expressions can be included in each step in your codefresh.yml, and must be satisfied for the step to execute."
4-
group:codefresh-yaml
4+
group:pipelines
55
redirect_from:
66
-/docs/condition-expression-syntax/
77
-/docs/codefresh-yaml/expression-condition-syntax/

‎_docs/pipelines/conditional-execution-of-steps.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title:"Conditional execution of steps"
33
description:"Skip specific pipeline steps according to one or more conditions"
44
group:pipelines
5+
sub_group:steps
56
redirect_from:
67
-/docs/conditional-execution-of-steps/
78
toc:true

‎_docs/pipelines/configuration/build-status.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title:"Public logs and status badges"
33
description:"Embedding Status Images and viewing public logs"
44
group:pipelines
5+
sub_group:configuration
56
toc:true
67
redirect_from:
78
-/docs/build-status

‎_docs/pipelines/configuration/pipeline-settings.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
title:"Global settings forCIpipelines"
2+
title:"Global settings for pipelines"
33
description:"Define global options for pipeline templates, yaml sources and approval behavior"
44
group:pipelines
5+
sub_group:configuration
56
toc:true
67
---
78

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp