Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 4.45 KB

File metadata and controls

10 lines (7 loc) · 4.45 KB

ContinuePipelineRequestBody

Fields

Field Type Required Description Example
configuration string ✔️ A configuration string for the pipeline.
continuationKey string ✔️ A pipeline continuation key.
parameters Record<string, any> An object containing pipeline parameters and their values. Pipeline parameters have the following size limits: 100 max entries, 128 maximum key length, 512 maximum value length. {
"deploy_prod": true
}