aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs
diff options
context:
space:
mode:
authorG. Ann Campbell <ann.campbell@sonarsource.com>2019-02-13 13:34:05 -0500
committerSonarTech <sonartech@sonarsource.com>2019-02-13 20:20:54 +0100
commit9f4c4d01a675aeb1401c85ee6f7aad79b7659bf0 (patch)
tree679147c8269b13552d5d1f8a4a4ebc1ae11abe21 /server/sonar-docs
parent0f580cd4d12411346be5c5de801207c847457099 (diff)
downloadsonarqube-9f4c4d01a675aeb1401c85ee6f7aad79b7659bf0.tar.gz
sonarqube-9f4c4d01a675aeb1401c85ee6f7aad79b7659bf0.zip
DOCS document `sonar.analysis.*` param stub
Diffstat (limited to 'server/sonar-docs')
-rw-r--r--server/sonar-docs/src/pages/analysis/analysis-parameters.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/analysis/analysis-parameters.md b/server/sonar-docs/src/pages/analysis/analysis-parameters.md
index d3bea710f07..600e9055a5d 100644
--- a/server/sonar-docs/src/pages/analysis/analysis-parameters.md
+++ b/server/sonar-docs/src/pages/analysis/analysis-parameters.md
@@ -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