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

Commitab136a1

Browse files
authored
Update pipelines.md (#895)
Added note on max pipelines in project
1 parentac12573 commitab136a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎_docs/pipelines/pipelines.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ max-width="60%"
3232
%}
3333

3434
***Projects**: The top-level concept in Codefresh CI/CD. Projects are used to group related CI pipelines. In most cases, a single project will be a single application that itself contains many microservices. You are free to use projects as you see fit. For example, you could create a project for a specific Kubernetes cluster or for a specific team/department.
35+
>**NOTE**: A project can include up to 500 pipelines.
3536
3637
***Pipelines**: Each project can have multiple pipelines. Pipelines that belong to a single project can be managed as a unit. You can also create a new pipeline by copying an existing pipeline. Notice that unlike other CI solutions, a pipeline in Codefresh is**NOT** tied to a specific Git repository. You should try to make your pipelines generic enough so that they can be reused for similar applications even when they exist in different Git repositories (a fairly typical setup for microservices).
3738

@@ -53,6 +54,8 @@ Of course, you can also have a simpler scenario where the trigger, the pipeline
5354

5455
You can create new projects by clicking on*Projects* in the left sidebar and then selecting the*New Project* button on the top right corner. A dialog will appear that will ask you for the project name and optional tags that you can use for[access control]({{site.baseurl}}/docs/administration/account-user-management/access-control/).
5556

57+
>**NOTE**: You can assign up to 500 pipelines to a project.
58+
5659
Once you are inside the project view you can start editing pipelines with a UI environment that works similar to a traditional IDE.
5760

5861
{% include

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp