GoCD plugin for updating build status on Bitbucket, based on notification-skeleton-plugin.
- Download the jar
- Place it in
<gocd installation directory>/plugins/external
- Restart the GoCD server.
Navigate to Admin > Plugins > Bitbucket Notification Plugin
and click the gear icon on the right.
- Go Server URL - Address of the GoCD server, e.g. http://localhost:8153
- Bitbucket Server URL - Address of the Bitbucket server, e.g. http://localhost:7990
- Bitbucket User - Bitbucket user with access to the rest API
- Bitbucket Password - Password for the Bitbucket user
To build the jar, run ./gradlew clean test assemble