https://github.com/henryd24/azdevops-sonarqube-create-project
Azure devops extension, which allows to verify if a project exists in sonarqube and if it does not exist, to create it.
https://github.com/henryd24/azdevops-sonarqube-create-project
azure-devops-extension azure-devops-task azuredevops-extension azuredevops-task sonarqube
Last synced: 2 months ago
JSON representation
Azure devops extension, which allows to verify if a project exists in sonarqube and if it does not exist, to create it.
- Host: GitHub
- URL: https://github.com/henryd24/azdevops-sonarqube-create-project
- Owner: henryd24
- License: apache-2.0
- Created: 2023-09-10T05:37:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T00:32:32.000Z (over 1 year ago)
- Last Synced: 2025-03-07T01:26:56.187Z (over 1 year ago)
- Topics: azure-devops-extension, azure-devops-task, azuredevops-extension, azuredevops-task, sonarqube
- Language: TypeScript
- Homepage:
- Size: 328 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Sonar create project
An extension to check and create projects in sonarcloud. This extension is designed to help with [SonarQube]() by providing a helper task.
## Usage
It is recommended to place the task after the task 'Prepare analysis in SonarQube' of SonarSource, because the purpose of this task is to check if a project exists in sonarcloud and if it does not exist create it according to our configuration.
![Task View]()
## Inputs
![Inputs]()