Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add new topic for pipeline specs
Created new topic for pipeline specs in pipeline bucket; added outline structure for topic
  • Loading branch information
NimRegev committed Sep 12, 2024
commit 800fb99bafb39955444b508383b7e476ce8c8804
2 changes: 2 additions & 0 deletions _data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@
url: "/secrets-store"
- title: Public logs and status badges
url: "/build-status"
- title: Pipeline specifications
url: "/specifications"
- title: Steps in pipelines
url: "/steps"
sub-pages:
Expand Down
66 changes: 66 additions & 0 deletions _docs/pipelines/specifications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
title: "Pipeline specifications"
description: "Complete schema for pipelines"
group: pipelines
toc: true
---




## .version

{: .table .table-bordered .table-hover}
| Field | Description | Type | Value |
| -------------- | ---------------------------- |-----------| -------------------------|
| `.version` | The version of the pipeline schema and is always a fixed version. | string | `1.0` |

## .kind
{: .table .table-bordered .table-hover}
| Field | Description | Type | Value |
| -------------- | ---------------------------- |-----------| -------------------------|
| `.kind` | The kind object type for the schema and is always set to `pipeline`. | string | `pipeline'` |

## .metadata

{: .table .table-bordered .table-hover}
| Field | Description | Type | Value |
| -------------- | ---------------------------- |-----------| -------------------------|
| `.kind` | The object type for the schema and is always set to `pipeline`. | string | `pipeline'` |



## .spec

### .spec fields


### spec.triggers


### spec.triggers.events


### spec.cronTriggers

### spec.runtimeEnvironment

### spec.lowMemoryWarningThreshold


### spec.requiredAvailableStorage

### spec.clustersInfo

### spec.variables


### spec.specTemplate


### spec.debug.steps