PipelineProps
Properties for defining a Pipeline
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-pipeline
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdevops"
&alicloudroscdkdevops.PipelineProps {
Content: interface{},
Name: interface{},
OrganizationId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Content |
interface{} |
Property content: Pipeline description in YAML format. |
Name |
interface{} |
Property name: Pipeline name. |
OrganizationId |
interface{} |
Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links. |
Content
Required
Content interface{}
- Type: interface{}
Property content: Pipeline description in YAML format.
Name
Required
Name interface{}
- Type: interface{}
Property name: Pipeline name.
OrganizationId
Required
OrganizationId interface{}
- Type: interface{}
Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.