ALIYUN::DEVOPS::Pipeline is used to create a pipeline. YAML-based pipelines are supported.
Syntax
{
"Type": "ALIYUN::DEVOPS::Pipeline",
"Properties": {
"Content": String,
"OrganizationId": String,
"Name": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
Content | String | Yes | Yes | The description of the YAML-based pipeline. | None. |
OrganizationId | String | Yes | No | The enterprise ID. | The enterprise ID is of the String type. You can obtain the enterprise ID by accessing the Apsara DevOps endpoint. Example:
|
Name | String | Yes | Yes | The pipeline name. | None. |
Return values
Fn::GetAtt
PipelineId: the pipeline ID.