bitbucket-plugin

Build Status

See details on wiki

Job DSL

The plugin supports the following dsl extension to enable bitbucket pushes to trigger a build:

freeStyleJob('test-job') {
  triggers{
    bitbucketPush()
  }
}