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

Commit800fb99

Browse files
committed
Add new topic for pipeline specs
Created new topic for pipeline specs in pipeline bucket; added outline structure for topic
1 parent3260809 commit800fb99

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

‎_data/nav.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,8 @@
388388
url:"/secrets-store"
389389
-title:Public logs and status badges
390390
url:"/build-status"
391+
-title:Pipeline specifications
392+
url:"/specifications"
391393
-title:Steps in pipelines
392394
url:"/steps"
393395
sub-pages:

‎_docs/pipelines/specifications.md‎

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
title:"Pipeline specifications"
3+
description:"Complete schema for pipelines"
4+
group:pipelines
5+
toc:true
6+
---
7+
8+
9+
10+
11+
##.version
12+
13+
{: .table .table-bordered .table-hover}
14+
| Field| Description| Type| Value|
15+
| --------------| ----------------------------|-----------| -------------------------|
16+
|`.version`| The version of the pipeline schema and is always a fixed version.| string|`1.0`|
17+
18+
##.kind
19+
{: .table .table-bordered .table-hover}
20+
| Field| Description| Type| Value|
21+
| --------------| ----------------------------|-----------| -------------------------|
22+
|`.kind`| The kind object type for the schema and is always set to`pipeline`.| string|`pipeline'`|
23+
24+
##.metadata
25+
26+
{: .table .table-bordered .table-hover}
27+
| Field| Description| Type| Value|
28+
| --------------| ----------------------------|-----------| -------------------------|
29+
|`.kind`| The object type for the schema and is always set to`pipeline`.| string|`pipeline'`|
30+
31+
32+
33+
##.spec
34+
35+
###.spec fields
36+
37+
38+
###spec.triggers
39+
40+
41+
###spec.triggers.events
42+
43+
44+
###spec.cronTriggers
45+
46+
###spec.runtimeEnvironment
47+
48+
###spec.lowMemoryWarningThreshold
49+
50+
51+
###spec.requiredAvailableStorage
52+
53+
###spec.clustersInfo
54+
55+
###spec.variables
56+
57+
58+
###spec.specTemplate
59+
60+
61+
###spec.debug.steps
62+
63+
64+
65+
66+

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp