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
{{ message }}
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.
Below are listed required API functions that should fulfil type contract:
POST api/qualitygates/create - Since 4.3
POST api/qualitygates/create_condition
POST api/qualitygates/delete_condition
POST api/qualitygates/destroy
GET api/qualitygates/search
GET api/qualitygates/list
POST api/qualitygates/select
POST api/qualitygates/set_as_default
POST api/qualitygates/unset_default
POST api/qualitygates/update_condition
This provider will support SonarQube ver. >= 5.2
The text was updated successfully, but these errors were encountered:
frodoslaw
changed the title
Add support for quality gates (create, remove)
Add support for quality gates by adding custom type (create, remove)
Mar 3, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add support for quality gates by adding custom puppet type and provider:
qualitygates
.Type description
This type should manage quality gates (create, remove).
Provider description
There should be a default provider that will use SonarQube API https://nemo.sonarqube.org/api_documentation/api/qualitygates
Below are listed required API functions that should fulfil type contract:
POST api/qualitygates/create - Since 4.3
POST api/qualitygates/create_condition
POST api/qualitygates/delete_condition
POST api/qualitygates/destroy
GET api/qualitygates/search
GET api/qualitygates/list
POST api/qualitygates/select
POST api/qualitygates/set_as_default
POST api/qualitygates/unset_default
POST api/qualitygates/update_condition
This provider will support SonarQube ver. >= 5.2
The text was updated successfully, but these errors were encountered: