diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2019-03-15 15:48:50 -0400 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-03-19 20:21:28 +0100 |
commit | 7a14ccabaa72ee4636e8071dc5ae5b48695f4fcd (patch) | |
tree | 2d60bae1a6074ed527a5d60c617d1f8c66c7c2bb /server/sonar-docs/src/pages/analysis | |
parent | 4d41ea378118db73f4e807b05f2698209a76102d (diff) | |
download | sonarqube-7a14ccabaa72ee4636e8071dc5ae5b48695f4fcd.tar.gz sonarqube-7a14ccabaa72ee4636e8071dc5ae5b48695f4fcd.zip |
DOC add `sonar.buildString` to params list
Diffstat (limited to 'server/sonar-docs/src/pages/analysis')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/analysis-parameters.md | 1 |
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 1631f79be35..24b79d23834 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.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/). | | +`sonar.buildString`| The string passed with this property will be stored with the analysis and available in the results of `api/project_analyses/search`, thus allowing you to later identify a specific analysis and obtain its ID for use with `api/project_analyses/set_baseline`. | | ### Duplications |