Name |
- Type
- string
- Properties
- Create, Defaulted on create, Filter, Group, idLookup, Nillable,
Sort, Update
- Description
- Name of this Pipeline Stage record.
|
sf_devops__Branch__c |
- Type
- reference
- Properties
- Create, Filter, Group, Sort, Update
- Description
- Reference to the Branch record that contains information about the
branch associated with this pipeline stage.
- This field is a relationship field.
- Relationship Name
- sf_devops__Branch__r
- Relationship Type
- Lookup
- Refers To
- sf_devops__Branch__c
|
sf_devops__Environment__c |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Reference to the Environment record associated with this pipeline
stage. Currently all environments are Salesforce orgs.
- This field is a relationship field.
- Relationship Name
- sf_devops__Environment__r
- Relationship Type
- Lookup
- Refers To
- sf_devops__Environment__c
|
sf_devops__Next_Stage__c |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Pointer to the next stage in the pipeline.
- This field is a relationship field.
- Relationship Name
- sf_devops__Next_Stage__r
- Relationship Type
- Lookup
- Refers To
- sf_devops__Pipeline_Stage__c
|
sf_devops__Operation_Status__c |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- If this pipeline stage is part of a remote operation, this field
references the associated Async Operation Result record. When the
operation terminates, DevOps Center clears this field value.
- This field is a relationship field.
- Relationship Name
- sf_devops__Operation_Status__r
- Relationship Type
- Lookup
- Refers To
- sf_devops__Async_Operation_Result__c
|
sf_devops__Pipeline__c |
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- Reference to the Pipeline record that this stage belongs to.
- This field is a relationship field.
- Relationship Name
- sf_devops__Pipeline__r
- Relationship Type
- Master-detail
- Refers To
- sf_devops__Pipeline__c
|
sf_devops__Prerelease__c |
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Specifies whether this stage is the bundling stage. See How Promotions Work for more
information.
- This field is a calculated field.
|
sf_devops__Promote_Review_Remote_Reference__c |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Unique ID of the change request from this stage to the next stage.
In GitHub, a change request is called a pull request (PR) and the
ID is the PR number. DevOps Center creates this change request
whenever changes are merged into the branch associated with this
pipeline stage.
|
sf_devops__Swap_Status__c |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Reference to the Async Operation Result record for the remote
operation that’s deploying metadata to this stage’s environment
after it has been swapped.
- This field is a relationship field.
- Relationship Name
- sf_devops__Swap_Status__r
- Relationship Type
- Lookup
- Refers To
- sf_devops__Async_Operation_Result__c
|
sf_devops__Versioned__c |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- If true, this pipeline stage
accepts only change bundles for promotion. If false, this pipeline stage accepts
only work items for promotion.
- The default value is false.
|