pipeline_runs

Instances of pipeline runs

id

Primary key
Unique identifier of the row

reference_id

Foreign key
Unique identifier of the row created by DX from data from the upstream source

source_id

Foreign key
ID of the pipeline run in the remote system

pipeline_source_id

Foreign key
ID of the pipeline_source to which it belongs

name

string
Name of the pipeline run

status

string
Resulting status of the pipeline run

started_at

date
When the pipeline run began

finished_at

date
When the pipeline run finished

updated_at

date
When the pipeline run was last updated in the remote system

duration

number
Duration of the pipeline run in seconds

repository

string
Name of the repository the pipeline run belongs to

commit_sha

string
Commit sha referenced by the pipeline run

head_branch

string
Name of the head branch triggering the pipeline run

pr_number

number
Pull request number associated with the pipeline run

pull_id

Foreign key
ID of the pull request associated with the pipeline run

dx_user_id

Foreign key
ID of the user whose action initiated the pipeline run

email

string
Email of the user whose action initiated the pipeline run, if provided

source_url

string
URL of the pipeline run

github_repository_id

Foreign key
ID of the associated Github repository, if applicable

github_username

string
Github username associated with the pipeline run, if applicable

gitlab_project_id

Foreign key
ID of the associated Gitlab project, if applicable

gitlab_username

string
Gitlab username associated with the pipeline run, if applicable

gitlab_source_iid

string
Gitlab source IID for the pipeline run, if applicable

bitbucket_repository_id

Foreign key
ID of the associated Bitbucket repository, if applicable

ado_repository_id

Foreign key
ID of the associated Azure DevOps repository, if applicable

ado_project_id

Foreign key
ID of the associated Azure DevOps project, if applicable

ado_user_id

Foreign key
ID of the associated Azure DevOps user, if applicable