Browse Source

DOCS document `sonar.analysis.*` param stub

tags/7.7
G. Ann Campbell 5 years ago
parent
commit
9f4c4d01a6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      server/sonar-docs/src/pages/analysis/analysis-parameters.md

+ 1
- 0
server/sonar-docs/src/pages/analysis/analysis-parameters.md View File

@@ -72,6 +72,7 @@ Key | Description | Default
`sonar.scm.provider` | This property can be used to explicitly tell {instance} which SCM plugin should be used to grab SCM data on the project (in case auto-detection does not work). The value of this property is always lowercase and depends on the plugin (ex. "tfvc" for the TFVC plugin). Check the documentation page of each plugin for more. |
`sonar.scm.forceReloadAll` | By default, blame information is only retrieved for changed files. Set this property to `true` to load blame information for all files. This can be useful is you feel that some SCM data is outdated but {instance} does not get the latest information from the SCM engine. |
`sonar.scm.exclusions.disabled`| For supported engines, files ignored by the SCM, i.e. files listed in `.gitignore`, will automatically be ignored by analysis too. Set this property to `true` to disable that feature.|
`sonar.analysis.[yourKey]`| This property stub allows you to insert custom key/value pairs into the analysis context, which will also be passed forward to [webhooks](/project-administration/webhooks/). | |


### Duplications

Loading…
Cancel
Save