A plugin for Atlassian Bamboo that reports build results to the GitHub status API
Find a file
2019-05-29 17:43:56 +08:00
src fix unit tests 2018-04-05 11:53:52 +10:00
.gitignore ignore IntelliJ files 2018-03-26 20:48:32 +11:00
LICENSE Add MIT License 2015-06-29 02:32:24 -04:00
pom.xml update bamboo status plugin 2019-05-29 17:43:56 +08:00
README.md Add note about write permissions being required 2016-10-14 15:22:51 -04:00

bamboo-github-status

A plugin for Atlassian Bamboo that reports build results to the GitHub status API

Once this plugin is installed, your Bamboo plans will start automatically reporting commit statuses. There is no configuration, though you can disable the plugin on a per-plan basis from the Miscellaneous tab. It defaults to enabled.

GitHub Enterprise users can set an ATLASSIAN_BAMBOO_GITHUB_API_BASE_URL environment variable in the Bamboo startup script to get the GitHub repository type (and this plugin) to work.

NOTE: Make sure that the user that Bamboo is using to check out your repositories also has write permissions, otherwise it will not be able to create commit statuses.