Skip to content

eficode/gocd-bitbucket-build-notification-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoCD Bitbucket build notification plugin

License

GoCD plugin for updating build status on Bitbucket, based on notification-skeleton-plugin.

Installation

  • Download the jar
  • Place it in <gocd installation directory>/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