Kaholo Plugin for SonarQube This plugin is wrapping SonarQube CLI. You can download it from here
- Token
This method will create a new project. This method is wrapping SonarQube RestAPI. You can see the API documentation here
- Home URL: the URL to the SonarQube server. For exaple: http://localhost:9000
Required
- Project Name: Name of the project. If name is longer than 500, it is abbreviated.
Required
- Organization: If you are using Git Repo you should also provide the Organization name.
Required
- Project Key: Key of the project Maximum length 400.
Required
- Visability: Whether the created project should be visible to everyone, or only specific user/groups.
If no visibility is specified, the default project visibility of the organization will be used.
Optional