Skip to content

Commit 1d3a819

Browse files
authored
Proj one ci pipelines (#277)
* Create pipeline bucket Added bucket pipelines for CI pipelines and renamed "pipelines" in ProjectOne to workflows * Update pipeline topics Xrefs to new bucket * Update after porting * Update pipeline topics Fixed x-refs, formatting, and ported pipeline settings from Classic and moved to Pipeline bucket * Update nav and home yamls Added entries to home and nav yamls for pipeline topics * Update pipeline and git triggers Copied set disk space from Classic to pipeline topic and git triggers * Update category name Changed bucket name to workflows and updated x-refs and nav files accordingly * Update pipeline topics Added missing images and replaced sidebar with new design
1 parent 034ca07 commit 1d3a819

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+11459
-38
lines changed

_data/home-content.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,50 @@
11

22

33

4+
5+
6+
- title: Pipelines
7+
icon: images/home-icons/pipeline.svg
8+
url: ''
9+
links:
10+
- title: Introduction to Pipelines
11+
localurl: /docs/pipelines/introduction-to-codefresh-pipelines/
12+
- title: Creating Pipelines
13+
localurl: /docs/pipelines/pipelines/
14+
- title: Pipeline triggers
15+
localurl: /docs/pipelines/triggers/
16+
- title: Monitoring pipelines
17+
localurl: /docs/pipelines/monitoring-pipelines/
18+
- title: Shared Configuration
19+
localurl: /docs/pipelines/shared-configuration/
20+
- title: Using secrets
21+
localurl: /docs/pipelines/secrets-store/
22+
- title: Pipeline caching
23+
localurl: /docs/pipelines/pipeline-caching/
24+
- title: Running pipelines locally
25+
localurl: /docs/pipelines/running-pipelines-locally/
26+
- title: Debugging pipelines
27+
localurl: /docs/pipelines/debugging-pipelines/
28+
29+
30+
- title: Workflows
31+
icon: images/home-icons/pipeline.svg
32+
url: ''
33+
links:
34+
- title: Creating workflows
35+
localurl: /docs/workflows/create-pipeline
36+
- title: Nested workflows
37+
localurl: /docs/workflows/nested-workflows/
38+
- title: Configure artifact repository
39+
localurl: /docs/workflows/configure-artifact-repository/
40+
- title: Selectors for concurrency synchronization
41+
localurl: /docs/workflows/concurrency-limit/
42+
- title: Sharing file systems
43+
localurl: /docs/workflows/sharing-file-system/
44+
45+
46+
47+
448
- title: Clients
549
icon: images/home-icons/client.svg
650
url: ''
@@ -32,6 +76,7 @@
3276
- title: Adding Git Sources to GitOps Runtimes
3377
localurl: /docs/installation/git-sources/
3478

79+
3580
- title: Administration
3681
icon: images/home-icons/administration.svg
3782
url: ''

_data/nav.yml

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,108 @@
11

22

33

4+
- title: CI pipelines
5+
url: "/pipelines"
6+
pages:
7+
- title: Introduction to CI pipelines
8+
url: "/introduction-to-codefresh-pipelines"
9+
- title: Creating a CI pipeline
10+
url: "/pipelines"
11+
- title: Steps in CI pipelines
12+
url: "/steps"
13+
sub-pages:
14+
- title: Git-clone
15+
url: "/git-clone"
16+
- title: Freestyle
17+
url: "/freestyle"
18+
- title: Build
19+
url: "/build"
20+
- title: Push
21+
url: "/push"
22+
- title: Composition
23+
url: "/composition"
24+
- title: Launch-composition
25+
url: "/launch-composition"
26+
- title: Deploy
27+
url: "/deploy"
28+
- title: Approval
29+
url: "/approval"
30+
- title: Triggers in CI pipelines
31+
url: "/triggers"
32+
sub-pages:
33+
- title: Git triggers
34+
url: "/git-triggers"
35+
- title: DockerHub triggers
36+
url: "/dockerhub-triggers"
37+
- title: Azure triggers
38+
url: "/azure-triggers"
39+
- title: Quay triggers
40+
url: "/quay-triggers"
41+
- title: Helm triggers
42+
url: "/helm-triggers"
43+
- title: Artifactory triggers
44+
url: "/jfrog-triggers"
45+
- title: Timer (Cron) triggers
46+
url: "/cron-triggers"
47+
- title: Conditional execution of steps
48+
url: "/conditional-execution-of-steps"
49+
- title: Post-step operations"
50+
url: "/post-step-operations"
51+
- title: Variables in CI pipelines
52+
url: "/variables"
53+
- title: Hooks in CI pipelines
54+
url: "/hooks"
55+
- title: Annotations in CI pipelines
56+
url: "/annotations"
57+
- title: Grouping steps into stages
58+
url: "/stages"
59+
- title: Caching for CI pipelines
60+
url: "/pipeline-caching"
61+
- title: Debugging CI pipelines
62+
url: "/debugging-pipelines"
63+
- title: Monitoring CI pipelines
64+
url: "/monitoring-pipelines"
65+
- title: Complex CI pipelines
66+
url: "/advanced-workflows"
67+
- title: Running CI pipelines locally
68+
url: "/running-pipelines-locally"
69+
- title: Configuration for CI pipelines
70+
url: "/configuration"
71+
sub-pages:
72+
- title: Shared configuration
73+
url: "/shared-configuration"
74+
- title: Secrets for CI pipelines
75+
url: "/secrets-store"
76+
- title: Global CI pipeline settings
77+
url: "/pipeline-settings"
78+
- title: Public logs and status badges
79+
url: "/build-status"
80+
- title: Service containers
81+
url: "/service-containers"
82+
- title: Deployment environments
83+
url: "/deployment-environments"
84+
- title: Docker image metadata
85+
url: "/docker-image-metadata"
86+
- title: Pipeline definitions YAML
87+
url: "/what-is-the-codefresh-yaml"
88+
89+
90+
- title: Workflows
91+
url: "/workflows"
92+
pages:
93+
- title: Creating workflows
94+
url: "/create-pipeline"
95+
- title: Nested workflows
96+
url: "/nested-workflows"
97+
- title: Configure artifact repository
98+
url: "/configure-artifact-repository"
99+
- title: Selectors for concurrency synchronization
100+
url: "/concurrency-limit"
101+
- title: Sharing file systems
102+
url: "/sharing-file-system"
103+
104+
105+
4106
- title: Clients
5107
url: "/clients"
6108
pages:
@@ -115,3 +217,4 @@
115217
- title: Service Commitment
116218
url: "/sla"
117219

220+

0 commit comments

Comments
 (0)