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

Commit2c0ffe9

Browse files
committed
Minor fixes
1 parent0b714a0 commit2c0ffe9

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

‎_data/nav.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,8 @@
480480
url:"/installation-options"
481481
-title:Architecture
482482
url:"/runtime-architecture"
483+
-title:Runner installation behind firewalls
484+
url:"/behind-the-firewall"
483485
-title:Runner
484486
url:"/codefresh-runner"
485487
-title:On-Premises

‎_docs/installation/behind-the-firewall.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88

99
---
1010

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.
1212
This articles focuses on the Runner installation option and its advantages.
1313

1414
##Running Codefresh in secure environments

‎_docs/quick-start/ci-quickstart/create-ci-pipeline.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:"CI pipeline quick start"
2+
title:"Pipeline quick start"
33
description:"Quick start to set up a continuous integration (CI) pipeline"
44
group:quick-start
55
toc:true
@@ -9,7 +9,7 @@ This quick start guides you through setting up a CI (continuous integration) pip
99

1010
This quick start describes the following tasks:
1111

12-
1.[Create and runCIpipeline](#create-and-run-ci-pipeline)
12+
1.[Create and run pipeline](#create-and-run-ci-pipeline)
1313
1.[Run unit tests on the Docker image](#run-unit-tests-on-the-docker-image)
1414
1.[(Optional) Upload Docker images to Docker Hub](#optional-upload-docker-images-to-docker-hub)
1515

@@ -49,7 +49,7 @@ You can either use the sample application to follow along, or create your own Do
4949

5050

5151

52-
##CI pipeline quick start prerequisites
52+
##Pipeline quick start prerequisites
5353

5454
* Codefresh account
5555
* Free[GitHub account](https://github.com/join){:target="\_blank"}
@@ -78,7 +78,7 @@ max-width="80%"
7878

7979
After a few minutes, you should see the repo in your Git account.
8080

81-
##Create and runCIpipeline
81+
##Create and run pipeline
8282

8383
We'll start by focusing on the first part of the CI pipeline, creating a Docker image.
8484

@@ -143,7 +143,7 @@ Make sure you have completed all the [prerequsites](#quick-start-prerequisites)
143143
1. To apply the changes, click**Save**.
144144
1. Continue with[Create a project for CI pipeline](#create-a-project-for-ci-pipeline)
145145

146-
###Create a project forCIpipeline
146+
###Create a project for pipeline
147147

148148
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.
149149
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
172172
You now have a new project and can create your CI first pipeline within the project.
173173

174174
{: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).
176176

177177
###Create and run CI pipeline
178178
Create a CI pipeline to clone the Git repo and build the Docker image.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp