Skip to content

Latest commit

 

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