Issues and PRs > Build status
Tom Azernour avatar
Written by Tom Azernour
Updated over a week ago

Dataset: Issues & Pull Requests

Entity: Pull Requests

Field ID: build_status

Type: Select list

Description: The state of the Continuous Integration (CI) as exposed by the code management platforms (e.g. GitHub, GitLab). Possible values are:

  • NONE no builds detected

  • IN_PROGRESS the build is pending or currently running

  • FAILURE the build failed to complete due to an error, a timeout or because it was cancelled

  • SUCCESS the build completed successfully or was skipped

  • ACTION_REQUIRED the build requires a manual action from the user

Source: App

Transformation logic: N/A

From:

Github (PRs)

last commit build status or last commit checksuite status

Mapping:

  • IN_PROGRESS => IN_PROGRESS

  • PENDING => IN_PROGRESS

  • QUEUED => IN_PROGRESS

  • REQUESTED => IN_PROGRESS

  • WAITING => IN_PROGRESS

  • CANCELLED => FAILURE

  • ERROR => FAILURE

  • FAILURE => FAILURE

  • STARTUP_FAILURE => FAILURE

  • TIMED_OUT => FAILURE

  • SKIPPED => SUCCESS

  • NEUTRAL => SUCCESS

  • SUCCESS => SUCCESS

  • EXPECTED => ACTION_REQUIRED

  • ACTION_REQUIRED => ACTION_REQUIRED

Gitlab (PRs)

head pipeline status

Mapping:

  • created => IN_PROGRESS

  • pending => IN_PROGRESS

  • preparing => IN_PROGRESS

  • running => IN_PROGRESS

  • scheduled => IN_PROGRESS

  • waiting_for_resource => IN_PROGRESS

  • failed => FAILURE

  • canceled => FAILURE

  • success => SUCCESS

  • skipped => SUCCESS

  • manual => ACTION_REQUIRED

Bitbucket (PRs)

build status

Mapping:

  • INPROGRESS => IN_PROGRESS

  • FAILED => FAILURE

  • STOPPED => FAILURE

  • SUCCESSFUL => SUCCESS

JIRA (Issues)

N/A

ClickUp (Issues)

N/A
โ€‹

Trello (Issues)

N/A

Did this answer your question?