Parameters to provide to the template being launched. Note that the metadata in the pipeline code determines which runtime parameters are valid.
| JSON representation |
|---|
{
"jobName"
:
string
,
"parameters"
:
{
string
:
string
,
...
}
,
"environment"
:
{
object (
|
| Fields | |
|---|---|
jobName
|
Required. The job name to use for the created job. The name must match the regular expression |
parameters
|
The runtime parameters to pass to the job. |
environment
|
The runtime environment for the job. |
update
|
If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state. |
transformNameMapping
|
Only applicable when updating a pipeline. Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job. |

