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

Commitf35a743

Browse files
added Use YAML from Repository to this doc (#280)
1 parentf15e0cf commitf35a743

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

‎_docs/configure-ci-cd-pipeline/pipelines.md‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title:"Creatingpipelines"
3-
description:"How to definepipelines in Codefresh"
2+
title:"CreatingPipelines"
3+
description:"How to definePipelines in Codefresh"
44
group:configure-ci-cd-pipeline
55
redirect_from:
66
-/docs/pipeline
@@ -49,7 +49,7 @@ With these basic building blocks, you can define many complex workflows. In part
4949
Of course, it also possible to have a simpler scenario where the trigger, the pipeline steps and the source code of the application are all defined for the same GIT repository.
5050

5151

52-
##Creatingnew pipelines
52+
##CreatingNew Pipelines
5353

5454
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/enterprise/access-control/).
5555

@@ -80,7 +80,7 @@ or by copying an existing one from the same project or a completely different pr
8080

8181

8282

83-
###Using theinline pipeline editor
83+
###Using theInline Pipeline Editor
8484

8585
When first creating a pipeline you will see an inline editor that allows you to define the[pipeline yml]({{site.baseurl}}/docs/codefresh-yaml/what-is-the-codefresh-yaml/) right there in the Codefresh UI. This is great when you are starting a new project because it offers you really quick feedback. You can edit the yml steps, run a build, edit again, run a build and so on.
8686

@@ -109,11 +109,11 @@ Notice that in the editor you can expand/collapse individual yaml blocks using t
109109
>You can also see the suggested Codefresh pipeline for any public git repository by using the[analyze option](https://codefresh-io.github.io/cli/analyzer/) of the Codefresh CLI.
110110
111111

112-
##Loading codefresh.yml fromversion control
112+
##Loading codefresh.yml fromVersion Control
113113

114114
Working with the inline editor is very convenient in the beginning, but it makes your pipeline definition only exist within the Codefresh UI and therefore goes against the basic principles of[infrastructure as code](https://en.wikipedia.org/wiki/Infrastructure_as_Code). Once you are happy with how your pipeline works you should commit it to a Git repository (which can be the same one that has the source code of the application or a completely different one).
115115

116-
You can click on the*Inline YAML* header and switch it to*Use YAML from URL*.
116+
You can click on the*Inline YAML* header and switch it to*Use YAML from URL* or*Use YAML from Repository*.
117117

118118
{% include
119119
image.html
@@ -129,7 +129,7 @@ You can then copy and paste a URL to a raw Codefresh YAML file. This will allow
129129

130130
As an example, instead of using`https://github.com/codefresh-contrib/example-voting-app/blob/master/codefresh.yml` you should enter`https://raw.githubusercontent.com/codefresh-contrib/example-voting-app/master/codefresh.yml`
131131

132-
##Pipelinesettings
132+
##PipelineSettings
133133

134134
Once you create your pipeline you can also click on the top tab called*Settings* for some extra parameters.
135135

@@ -198,7 +198,7 @@ caption="Bringing external resources into a pipeline"
198198
max-width="80%"
199199
%}
200200

201-
Currently Codefresh supports the automatic fetching of files or folders from another Git repository. To create an external resource click the*Add Resource* button and choose
201+
Currently Codefresh supports the automatic fetching of files or folders from another Git repository. To create an external resource click the*Add Resource* button and choose:
202202

203203
* The Git repository that contains the files/folder you wish to bring in the pipeline workspace
204204
* The branch from the Git repository that contains the files/folders you wish to bring in the pipeline workspace
@@ -210,14 +210,14 @@ You can define multiple external resources in a single pipeline.
210210

211211
###Runtime
212212

213-
-**Runtime Environment**: (by default this is set toSAAS)
213+
-**Runtime Environment**: (by default this is set toSaaS)
214214
-**Runtime OS**: (by default this is set to Linux)
215215
-**Resources Size**:
216-
- Small (recommended for 1-2 concurrent steps))
216+
- Small (recommended for 1-2 concurrent steps)
217217
- Medium (recommended 3-4 steps)
218218
- Large (recommended 5-6 steps)
219219

220-
##Using Pipelinetemplates
220+
##Using PipelineTemplates
221221

222222
Codefresh also supports the creation of pipeline "templates" which are blueprints for creating new pipelines. To enable the creation of pipelines from templates first visit the global pipeline configuration at[https://g.codefresh.io/account-admin/account-conf/pipeline-settings](https://g.codefresh.io/account-admin/account-conf/pipeline-settings) and toggle the*Enable Pipeline Templates* button.
223223

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp