Skip to content

Commit f2160ee

Browse files
committed
Update pipeline topics
Added missing screenshots, fixed x-ref after QA
1 parent 0d59dbf commit f2160ee

24 files changed

+128
-137
lines changed

_data/nav.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
- title: CI pipelines
23
url: "/pipelines"
34
pages:
@@ -24,6 +25,10 @@
2425
url: "/deploy"
2526
- title: Approval
2627
url: "/approval"
28+
- title: Conditional execution of steps
29+
url: "/conditional-execution-of-steps"
30+
- title: Post-step operations
31+
url: "/post-step-operations"
2732
- title: Triggers in CI pipelines
2833
url: "/triggers"
2934
sub-pages:
@@ -41,10 +46,6 @@
4146
url: "/jfrog-triggers"
4247
- title: Timer (Cron) triggers
4348
url: "/cron-triggers"
44-
- title: Conditional execution of steps
45-
url: "/conditional-execution-of-steps"
46-
- title: Post-step operations"
47-
url: "/post-step-operations"
4849
- title: Variables in CI pipelines
4950
url: "/variables"
5051
- title: Hooks in CI pipelines
@@ -59,7 +60,7 @@
5960
url: "/debugging-pipelines"
6061
- title: Monitoring CI pipelines
6162
url: "/monitoring-pipelines"
62-
- title: Complex CI pipelines
63+
- title: Advanced workflows
6364
url: "/advanced-workflows"
6465
- title: Running CI pipelines locally
6566
url: "/running-pipelines-locally"

_docs/pipelines/annotations.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Annotations in pipelines"
2+
title: "Annotations in CI pipelines"
33
description: "Mark your builds and projects with extra annotations"
44
group: codefresh-yaml
55
toc: true
@@ -107,8 +107,8 @@ For build annotations click the *Annotations* on the build details:
107107
{% include
108108
image.html
109109
lightbox="true"
110-
file="/images/codefresh-yaml/annotations/view-build-annotations.png"
111-
url="/images/codefresh-yaml/annotations/view-build-annotations.png"
110+
file="/images/pipeline/codefresh-yaml/annotations/view-build-annotations.png"
111+
url="/images/pipeline/codefresh-yaml/annotations/view-build-annotations.png"
112112
alt="Viewing Build annotations"
113113
caption="Viewing Build annotations"
114114
max-width="80%"
@@ -119,8 +119,8 @@ For pipeline annotations click the *Annotations* button in the pipeline list vie
119119
{% include
120120
image.html
121121
lightbox="true"
122-
file="/images/codefresh-yaml/annotations/view-pipeline-annotations.png"
123-
url="/images/codefresh-yaml/annotations/view-pipeline-annotations.png"
122+
file="/images/pipeline/codefresh-yaml/annotations/view-pipeline-annotations.png"
123+
url="/images/pipeline/codefresh-yaml/annotations/view-pipeline-annotations.png"
124124
alt="Viewing Pipeline annotations"
125125
caption="Viewing Pipeline annotations"
126126
max-width="80%"
@@ -131,9 +131,8 @@ For project annotations click the *Annotations* button in the project list view:
131131
{% include
132132
image.html
133133
lightbox="true"
134-
file="/images/codefresh-yaml/annotations/view-project-annotations.png"
135-
file="/images/codefresh-yaml/annotations/view-project-annotations.png"
136-
url="/images/codefresh-yaml/annotations/view-build-annotations.png"
134+
file="/images/pipeline/codefresh-yaml/annotations/view-project-annotations.png"
135+
url="/images/pipeline/codefresh-yaml/annotations/view-build-annotations.png"
137136
alt="Viewing project annotations"
138137
caption="Viewing project annotations"
139138
max-width="80%"
@@ -145,8 +144,8 @@ In all cases you will see a dialog with all existing annotations.
145144
{% include
146145
image.html
147146
lightbox="true"
148-
file="/images/codefresh-yaml/annotations/edit-project-annotations.png"
149-
url="/images/codefresh-yaml/annotations/edit-project-annotations.png"
147+
file="/images/pipeline/codefresh-yaml/annotations/edit-project-annotations.png"
148+
url="/images/pipeline/codefresh-yaml/annotations/edit-project-annotations.png"
150149
alt="Editing annotations"
151150
caption="Editing annotations"
152151
max-width="50%"
@@ -297,6 +296,6 @@ Note that this syntax is optional. You can still define annotations for a build/
297296

298297
## Related articles
299298
[Image annotations]({{site.baseurl}}/docs/docker-registries/metadata-annotations/)
300-
[Post-Step Operations]({{site.baseurl}}/docs/pipelines/post-step-operations/)
301-
[Creating pipelines]({{site.baseurl}}/docs/pipelines/pipelines/)
302-
[Hooks in pipelines]({{site.baseurl}}/docs/pipelines/hooks/)
299+
[Post-step operations]({{site.baseurl}}/docs/pipelines/post-step-operations/)
300+
[Creating CI pipelines]({{site.baseurl}}/docs/pipelines/pipelines/)
301+
[Hooks in CI pipelines]({{site.baseurl}}/docs/pipelines/hooks/)

_docs/pipelines/conditional-execution-of-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Try running the pipeline above and see how it behaves when a variable called `MY
241241
>Notice that if you use this pattern a lot it means that you are trying to create a complex pipeline that is very smart. We suggest you create instead multiple [simple pipelines for the same project]({{site.baseurl}}/docs/ci-cd-guides/pull-request-branches/#trunk-based-development).
242242
243243
## Related articles
244-
[Codefresh YAML]({{site.baseurl}}/docs/codefresh-yaml/what-is-the-codefresh-yaml/
244+
[Codefresh YAML]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
245245
[Variables]({{site.baseurl}}/docs/pipelines/variables/)
246246
[Pull Requests and Branches]({{site.baseurl}}/docs/ci-cd-guides/pull-request-branches/)
247247
[Pipeline/Step hooks]({{site.baseurl}}/docs/pipelines/hooks/)
File renamed without changes.

_docs/pipelines/pipeline-settings.md renamed to _docs/pipelines/configuration/pipeline-settings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Global settings for piplines"
2+
title: "Global settings for CI pipelines"
33
description: "Define global options for pipeline templates, yaml sources and approval behavior"
4-
group: administration
4+
group: pipelines
55
toc: true
66
---
77

@@ -11,8 +11,8 @@ On this page, you can define global parameters for the whole Codefresh account r
1111

1212
{% include image.html
1313
lightbox="true"
14-
file="/images/administration/pipeline-settings/pipeline-settings-ui.png"
15-
url="/images/administration/pipeline-settings/pipeline-settings-ui.png"
14+
file="/images/pipeline/pipeline-settings/pipeline-settings-ui.png"
15+
url="/images/pipeline/pipeline-settings/pipeline-settings-ui.png"
1616
alt="Pipeline settings"
1717
caption="Pipeline settings"
1818
max-width="80%"

_docs/pipelines/secrets-store.md renamed to _docs/pipelines/configuration/secrets-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Secrets in pipelines"
2+
title: "Secrets in CI pipelines"
33
description: "Use Kubernetes secrets in Codefresh"
4-
group: configure-ci-cd-pipeline
4+
group: pipelines
55
toc: true
66
---
77

_docs/pipelines/shared-configuration.md renamed to _docs/pipelines/configuration/shared-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Shared configuration for piplines"
2+
title: "Shared configuration for CI pipelines"
33
description: "How to keep your pipelines DRY"
4-
group: configure-ci-cd-pipeline
4+
group: pipelines
55
toc: true
66
---
77

_docs/pipelines/debugging-pipelines.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Debugging pipelines"
3-
description: "How to pause and inspect pipelines"
4-
group: configure-ci-cd-pipeline
2+
title: "Debugging CI pipelines"
3+
description: "Pause and inspect pipelines"
4+
group: pipelines
55
toc: true
66
---
77

@@ -246,5 +246,5 @@ If you get the message *your linux distribution is not supported* please contact
246246

247247
## Related articles
248248
[Codefresh YAML]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
249-
[Pipeline steps]({{site.baseurl}}/docs/pipelines/steps/)
249+
[Steps in CI pipelines]({{site.baseurl}}/docs/pipelines/steps/)
250250
[Running pipelines locally]({{site.baseurl}}/docs/pipelines/running-pipelines-locally/)

_docs/pipelines/docker-image-metadata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This article explains how to create advanced view of your images and enrich them
1313
{%
1414
include image.html
1515
lightbox="true"
16-
file="/images/codefresh-yaml/docker-image-metadata/metadata.png"
17-
url="/images/codefresh-yaml/docker-image-metadata/metadata.png"
16+
file="/images/pipeline/codefresh-yaml/docker-image-metadata/metadata.png"
17+
url="/images/pipeline/codefresh-yaml/docker-image-metadata/metadata.png"
1818
alt="Codefresh Docker registry metadata"
1919
max-width="65%"
2020
%}
@@ -135,7 +135,7 @@ Image quality has 3 indicators:
135135
* False - this image is not considered a quality image (ex. when tests failed but the image was already built).
136136
* No value (nobody set the annotation) - this image has no quality indicator.
137137

138-
{% include image.html lightbox="true" file="/images/c39a9a2-QUALI.png" url="/images/c39a9a2-QUALI.png" alt="QUALI" max-width="40%" %}
138+
{% include image.html lightbox="true" file="/images/pipeline/docker-image/quality-image-annotation.png" url="/images/pipeline/docker-image/quality-image-annotation.png" caption="Quality image annotation" max-width="40%" %}
139139

140140

141141
## Viewing Image Metadata Annotations

_docs/pipelines/first-pipeline.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)