Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit cd82373

Browse files
committed
Update README
1 parent 82e83f9 commit cd82373

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22

33
language: java
4-
jdk: oraclejdk8
4+
jdk: openjdk11
55

66
install: true
77

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
A plugin for [SonarQube](https://sonarqube.org) to allow pull request decorations in the Community Edition.
33

44
**NOTE** This plugin is still a work in progress and should only be used for evaluation at this stage.
5-
There is an [open discussion](https://github.com/mc1arke/sonarqube-community-branch-plugin/issues/27) on how to add
5+
There is an [open discussion](https://github.com/mc1arke/sonarqube-community-branch-plugin/issues/27) on whether to add
66
support for pull request decorations directly in the `sonarqube-community-branch-plugin`.
7-
There is a possibility that the features of this plugin gets pulled into that repository, depending on how the
7+
There is a possibility that the features of this plugin get pulled into that repository, depending on how the
88
discussion moves forward.
99

1010
## Compatibility
@@ -23,9 +23,9 @@ The plugin aims to support the
2323
### Bitbucket Server
2424
The following properties is required to be set to enable the plugin for Bitbucket Server,
2525
and can be set either in `conf/sonar.properties` or through the user interface under
26-
**Administration > General Settings > Pull Requests > Integration with Bitbucket Server**
26+
Administration > General Settings > Pull Requests > **Integration with Bitbucket Server**
2727

2828
| Property | Description |
2929
| -------------------------------------- | ----------------------------------------------------------------------- |
3030
| `sonar.pullrequest.bitbucket.endpoint` | The server endpoint. e.g `https://bitbucket.company.com` |
31-
| `sonar.pullrequest.bitbucket.token` | The Personal Access Token to authenticate with the Bitbucket Server API |
31+
| `sonar.pullrequest.bitbucket.token` | [The Personal Access Token](https://confluence.atlassian.com/bitbucketserver/personal-access-tokens-939515499.html) to authenticate with the Bitbucket Server API |

0 commit comments

Comments
 (0)