We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8280c43 commit b48ac18Copy full SHA for b48ac18
README.md
@@ -4,3 +4,11 @@ bitbucket-plugin
4
[](https://jenkins.ci.cloudbees.com/job/plugins/job/bitbucket-plugin/)
5
6
See details on [wiki](https://wiki.jenkins-ci.org/display/JENKINS/BitBucket+Plugin)
7
+
8
+# Job DSL
9
+The plugin supports the following dsl extension to enable bitbucket pushes to trigger a build:
10
+```freeStyleJob('test-job') {
11
+ triggers{
12
+ bitbucketPush()
13
+ }
14
+}```
0 commit comments