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

Commit61214de

Browse files
authored
Fix broken link in codefresh yaml (#639)
Fixed link and added Variables toc entry to Home page
1 parent8f99789 commit61214de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎_data/home-content.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@
152152
-title:Creating pipelines
153153
localurl:/docs/pipelines/pipelines/
154154
-title:Steps in pipelines
155-
localurl:/docs/pipelines/steps/
155+
localurl:/docs/pipelines/steps/
156+
-title:Variables in pipelines
157+
localurl:/docs/pipelines/variables/
156158
-title:Triggers in pipelines
157159
localurl:/docs/pipelines/triggers/
158160
-title:Annotations in pipelines

‎_docs/pipelines/what-is-the-codefresh-yaml.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You must define a step type for each step, unless you are using a `freestyle` st
7070

7171
The step names should be unique within the same pipeline. This mainly affects the visualization of the pipeline when it runs.
7272

73-
Each step produces a resource, which you can[reference](https://github.com/codefresh-contrib/python-flask-sample-app/blob/master/codefresh.yml#L23){:target="\_blank"} in other steps, and are executed in real-time. For example, a`freestyle` step can reference an image that was produced by a`build`({{site.baseurl}}/docs/pipelines/steps/build/) step. This allows you to chain steps together and create highly-customized builds.
73+
Each step produces a resource, which you can[reference](https://github.com/codefresh-contrib/python-flask-sample-app/blob/master/codefresh.yml#L23){:target="\_blank"} in other steps, and are executed in real-time. For example, a`freestyle` step can reference an image that was produced by a[`build`]({{site.baseurl}}/docs/pipelines/steps/build/) step. This allows you to chain steps together and create highly-customized builds.
7474

7575

7676
#####Variables

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp