Alessio Caiazza is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

nolith / redmine-bitbucket

Allow your Redmine installation to be notified when changes have been pushed to a Bitbucket repository.

Clone this repository (size: 55.0 KB): HTTPS / SSH
hg clone https://bitbucket.org/nolith/redmine-bitbucket
hg clone ssh://hg@bitbucket.org/nolith/redmine-bitbucket

redmine-bitbucket / init.rb

1
2
3
4
5
6
7
8
require 'redmine'

Redmine::Plugin.register :redmine_bitbucket_hook do
  name 'Redmine Bitbucket Hook plugin'
  author 'Alessio Caiazza, Jakob Skjerning'
  description 'This plugin allows your Redmine installation to receive Bitbucket post-receive notifications'
  version '0.1.1'
end