https://github.com/eficode/gocd-bitbucket-build-notification-plugin
GoCD plugin for updating build status on Bitbucket.
https://github.com/eficode/gocd-bitbucket-build-notification-plugin
Last synced: about 1 year ago
JSON representation
GoCD plugin for updating build status on Bitbucket.
- Host: GitHub
- URL: https://github.com/eficode/gocd-bitbucket-build-notification-plugin
- Owner: eficode
- License: apache-2.0
- Created: 2020-08-18T10:03:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T16:00:02.000Z (about 5 years ago)
- Last Synced: 2025-02-18T01:33:29.193Z (over 1 year ago)
- Language: Java
- Size: 115 KB
- Stars: 1
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoCD Bitbucket build notification plugin
[](https://www.apache.org/licenses/LICENSE-2.0)
GoCD plugin for updating build status on Bitbucket,
based on [notification-skeleton-plugin](https://github.com/gocd-contrib/notification-skeleton-plugin).
## Installation
- Download the jar
- Place it in `/plugins/external`
- Restart the GoCD server.
## Configuration
Navigate to `Admin > Plugins > Bitbucket Notification Plugin` and click the gear icon on the right.
### Required settings
- **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
## Building the code base
To build the jar, run `./gradlew clean test assemble`