Skip to content
Merged
Changes from all commits
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
15 changes: 15 additions & 0 deletions components/schemas/pipelines/taskActions/TriggerPipelineAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,18 @@ properties:
description: A map of variables to pass into the pipeline when it runs.
additionalProperties:
type: string
advanced:
type: object
properties:
sub_queue:
description: Sub queue allows multiple concurrent pipeline runs.
type:
- string
- "null"
skip_locks:
description: |
To enable skip locks, pass the current UNIX timestamp. Must be accurate within 10 minutes of the current UTC time.
This will skip lock checks when running a pipeline - the user takes all risk of ensuring two pipeline runs won't make conflicting changes.
type:
- integer
- "null"