HackAttack / bamboo-github-status

A plugin for Atlassian Bamboo that reports build results to the GitHub status API
MIT License
22 stars 23 forks source link

Support for Github Enterprise #19

Closed rhoml closed 7 years ago

rhoml commented 7 years ago

We'd much like to use this plugin but we need to be able to configure the Github API url ATLASSIAN_BAMBOO_GITHUB_API_BASE_URL to use our internal Address. Do you think this is a feature that can be easily implemented?

HackAttack commented 7 years ago

This was implemented in #9.

rhoml commented 7 years ago

Oh thanks, I failed to read the code properly.

rhoml commented 7 years ago

I've been trying to make it work on bamboo 5.11.3 setting up Datlassian.bamboo.github.api.base.url=https://xxx.com/api/v3 but I don't see the status showing up in Github PRs. Do I need to so any extra work?

rhoml commented 7 years ago

I found a problem within bamboo 5.11 and it can't connect properly using the github repository type. Will report it to atlassian