Skip to main content
All CollectionsKnowledge BaseGeneral issues
Reporting build status to a GitHub Enterprise repository
Reporting build status to a GitHub Enterprise repository
Updated over a week ago

Issue:

I want to have status reported to my Github Enterprise repository. How can I do this?

Possible solutions:

Bitrise Checks works only on Github, not on Github Enterprise. For Github Enterprise, you can use the Github Status Step.

When a status is reported for a PR, it will show up first on Github surface in the Repository settings tab, under Branches > Branch protection rules.

Create a new rule. This should bring up the rule edit view. Select the report in the bottom to make it show up on the PR view.

Statuses are always set for a commit hash. Each time a PR is created, it will belong to the commit hash itself. Each commit will have its own commit hash.

Did this answer your question?