_SvIncludePlusContent-_DP_Schema_BuildStatus_Bitbucket 1
Exporting build statuses can take a significant amount of time depending on the number of build statuses that might be associated with a commit. For this reason, exporting this data is disabled by default. Set the plugin.data.pipeline.bitbucket.export.build.statuses
system property to true
to enable it.
Field | Description |
---|---|
| Type: String Description: Commit hash for the commit. Example: |
| Type: Number Description: Unique identifier of the repository. Example: |
| Type: String Description: Key set in your CI tool. Can be used as a unique identifier when combined with repository ID and commit ID. Example: |
| Type: String Description: URL of the build in your CI tool. Example: |
| Type: String Description: Name of the build. Example: |
| Type: Number Description: The identifier for the specific run that resulted in this build status. May be empty. Example: |
| Type: String Description: Description of the specific run that resulted in this build status. Example: |
| Type: Number Description: Duration of the build, in milliseconds. Example: 230400 |
| Type: Date Description: Date the build was created. Example: |
| Type: Date Description: Date the build was updated. Example: |
| Type: String Description: State of the build. Can include SUCCESSFUL / FAILED / INPROGRESS Example: |
| Type: String Description: Key of the parent build for this plan. Can be empty. Example: |
| Type: String Description: The branch or tag that this build is associated with. Can be empty. |
| Type: Number Description: The number of successful tests in this build. |
| Type: Number Description: The number of failed tests in this build. |
| Type: Number Description: The number of skipped tests in this build. |