See details on wiki
The plugin supports the following dsl extension to enable bitbucket pushes to trigger a build:
freeStyleJob('test-job') {
triggers{
bitbucketPush()
}
}
See details on wiki
The plugin supports the following dsl extension to enable bitbucket pushes to trigger a build:
freeStyleJob('test-job') {
triggers{
bitbucketPush()
}
}