Skip to content

Commit 66e99ee

Browse files
committed
Fix code formatting in README
1 parent b48ac18 commit 66e99ee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ See details on [wiki](https://wiki.jenkins-ci.org/display/JENKINS/BitBucket+Plug
77

88
# Job DSL
99
The plugin supports the following dsl extension to enable bitbucket pushes to trigger a build:
10-
```freeStyleJob('test-job') {
10+
11+
```
12+
freeStyleJob('test-job') {
1113
triggers{
1214
bitbucketPush()
1315
}
14-
}```
16+
}
17+
```

0 commit comments

Comments
 (0)