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

Commit78ddc70

Browse files
committed
Update specifications.md
1 parent7ecb4c7 commit78ddc70

File tree

1 file changed

+38
-6
lines changed

1 file changed

+38
-6
lines changed

‎_docs/pipelines/specifications.md‎

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,27 @@ toc: true
118118
|`spec.triggers.context`| The name of the Git integration to use????. NIMA what happens when not specified?| string| Optional|
119119
|`spec.triggers.concurrency`| The maximum number of concurrent builds for this trigger, and can range from`1` (the default), to`15`, or unlimited). Define the trigger concurrency when your pipeline has multiple triggers.| string| Optional|
120120
|`spec.triggers.priority`| ??? Default 0, min -100, max 100| integer| Optional|
121-
|`spec.triggers.terminationPolicy`| ???| integer| Optional|
121+
|`spec.triggers.terminationPolicy`| The options that determine when to terminate the build from the pipeline. See[spec.terminationPolicy](#specterminationpolicy).| integer| Optional|
122+
122123

123124

124125

125126

126-
Build Termination: Options that determine when a build from the pipeline should terminate:
127-
Once a build is created terminate previous builds from the same branch
128-
Once a build is created terminate previous builds only from a specific branch (name matches a regular expression)
129-
Once a build is created, terminate all other running builds
130-
Once a build is terminated, terminate all child builds initiated from it
131127

132128

133129
###spec.triggers.events
134130

131+
Trigger events depend on and are specific to every Git provider.
132+
133+
See trigger events for:
134+
*[GitHub]({{site.baseurl}}/docs/pipelines/triggers/git-triggers/#github-trigger-events)
135+
*[Azure DevOps]({{site.baseurl}}/docs/pipelines/triggers/git-triggers/#azure-devops-trigger-events)
136+
*[BitBucket Cloud]({{site.baseurl}}/docs/pipelines/triggers/git-triggers/#bitbucket-cloud-trigger-events)
137+
*[BitBucket Server]({{site.baseurl}}/docs/pipelines/triggers/git-triggers/#bitbucket-server-trigger-events)
138+
*[GitLab]({{site.baseurl}}/docs/pipelines/triggers/git-triggers/#gitlab-trigger-events)
139+
*[Gerrit]({{site.baseurl}}/docs/pipelines/triggers/git-triggers/#gerrit-trigger-events)
140+
141+
135142
###spec.cronTriggers
136143
{: .table .table-bordered .table-hover}
137144
| Field| Description| Type| Required/Optional|
@@ -221,8 +228,33 @@ in parameter description; need to decide if to move here with more details
221228
|`spec.terminationPolicy.key`|???|boolean| Optional|
222229
|`spec.terminationPolicy.value`|???|boolean| Optional|
223230

231+
232+
233+
Build Termination:
234+
Once a build is created terminate previous builds from the same branch
235+
Once a build is created terminate previous builds only from a specific branch (name matches a regular expression)
236+
Once a build is created, terminate all other running builds
237+
Once a build is terminated, terminate all child builds initiated from it
238+
224239
###spec.externalResources
225240

226241
See[External resources]({{site.baseurl}}/docs/pipelines/pipelines/#external-resources).
227242

243+
{: .table .table-bordered .table-hover}
244+
| Field| Description| Type| Required/Optional|
245+
| --------------| ----------------------------|-----------| -------------------------|
246+
|`spec.externalResources.id`|???|boolean| Optional|
247+
|`spec.externalResources.type`| ????Only`git` is supported.|string| Optional|
248+
|`spec.externalResources.source`| The source folder or the file path in the Git repo from which to copy/retrieve the external resource. (NIMA: is there a format to use)| string| Required|
249+
|`spec.externalResources.context`| The name of the Git provider to use for the external resource.|string| Optional|
250+
|`spec.externalResources.destination`|The target folder or the file path to which to copy the external resource. (NIMA: is there a format to use)|string| Required|
251+
|`spec.externalResources.isFolder`|???|Defines if the external resource (source or destination??) is stored in a folder or a file. <br>If stored in a folder, set to`true`.<br>If the resource is a single file, set to`false`. (what is the default??)| Optional|
252+
|`spec.externalResources.repo`| The Git repository name for the trigger, in the format`git_repo_owner/git_repo_name`. ??| string| Optional|
253+
|`spec.externalResources.revision`| The name of the branch or git hash to check out.??| string| Optional|
254+
255+
256+
257+
258+
259+
228260
###spec.debug.steps

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp