You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/installation/behind-the-firewall.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ toc: true
8
8
9
9
---
10
10
11
-
As described in[installation options]({{site.baseurl}}/docs/installation/installation-options/) Codefresh offers Runner and GitOps installations.
11
+
As described in[installation options]({{site.baseurl}}/docs/installation/installation-options/), Codefresh offers Runner and GitOps options for hybrid installations.
12
12
This articles focuses on the Runner installation option and its advantages.
After a few minutes, you should see the repo in your Git account.
80
80
81
-
##Create and runCIpipeline
81
+
##Create and run pipeline
82
82
83
83
We'll start by focusing on the first part of the CI pipeline, creating a Docker image.
84
84
@@ -143,7 +143,7 @@ Make sure you have completed all the [prerequsites](#quick-start-prerequisites)
143
143
1. To apply the changes, click**Save**.
144
144
1. Continue with[Create a project for CI pipeline](#create-a-project-for-ci-pipeline)
145
145
146
-
###Create a project forCIpipeline
146
+
###Create a project for pipeline
147
147
148
148
Codefresh pipelines are grouped within projects. Think of a project as a folder or directory that groups related pipelines. For example, all pipleines that package/deploy the different microservices for an application.
149
149
You can define any name for the project, the most common example being the name of the application that the pipelines build and deploy.
@@ -172,7 +172,7 @@ You can define any name for the project, the most common example being the name
172
172
You now have a new project and can create your CI first pipeline within the project.
173
173
174
174
{:start="6"}
175
-
1. Continue with[Create and runtheCI pipeline](#create-and-run-ci-pipeline).
175
+
1. Continue with[Create and run CI pipeline](#create-and-run-ci-pipeline).
176
176
177
177
###Create and run CI pipeline
178
178
Create a CI pipeline to clone the Git repo and build the Docker image.