Skip to content

Files

Latest commit

66e99ee · Dec 23, 2015

History

History
17 lines (13 loc) · 464 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 464 Bytes

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()
  }
}