You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/sonarqube-issues/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,16 +42,16 @@ This plugin requires a proxy to SonarQube. To set up:
42
42
Now, you can build and add the plugin.
43
43
44
44
- Build the plugin:
45
-
- Make sure you have npm/yarn, and make sure you have put in your correct SonarQube Base URL in the baseURL variable in [SonarqubeIssues.tsx](src/components/SonarqubeIssues.tsx)
46
-
- In your terminal, in the `sonarqube-issues` directory, type `yarn` or `npm install` to install the dependencies; then type `npm run build` or `yarn build` to build the plugin
47
-
- The compiled plugin will be created in `dist/ui.html`
48
-
- In Plugins > All, click **Register Plugin**
45
+
- Make sure you have npm or yarn.
46
+
- In your terminal, in the `sonarqube-issues` directory, type `yarn` or `npm install` to install the dependencies; then type `npm run build` or `yarn build` to build the plugin.
47
+
- The compiled plugin will be created in `dist/ui.html`.
48
+
- In Plugins > All, click **Register Plugin**.
49
49
- Give the plugin a name, like SonarQube Issues. This is the name users will see in the plugin listing.
50
50
- Under **Associated Proxy**, choose the proxy you just created.
51
51
- Under **Plugin Context**, click on Add another context; choose Selection type: Include, and Entity types: service.
52
-
- This plugin does not work in the Global context. Turn off the switch labeled **Include in global context**
52
+
- This plugin does not work in the Global context. Turn off the switch labeled **Include in global context**.
53
53
- In The **Plugin code** section, upload the `dist/ui.html` file you just built.
54
-
- Click on **Save plugin**
54
+
- Click on **Save plugin**.
55
55
56
56
### Create a plugin configuration entity (self-hosted only)
0 commit comments