aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorkevin.hinz <107544908+kevin-hinz@users.noreply.github.com>2022-07-14 15:15:02 +0200
committersonartech <sonartech@sonarsource.com>2022-07-14 20:03:47 +0000
commita358dbf7c956056bb80b3f5d1628357e8a99f8b9 (patch)
tree1e9ee0a0e766058af3f033c58a790ed37625dfaf /server
parentce7acec6d13f5df316144806c6abd8eb545d209f (diff)
downloadsonarqube-a358dbf7c956056bb80b3f5d1628357e8a99f8b9.tar.gz
sonarqube-a358dbf7c956056bb80b3f5d1628357e8a99f8b9.zip
SONAR-17022 SonarQube Branch Analysis clarification (#6285)
Diffstat (limited to 'server')
-rw-r--r--server/sonar-docs/src/pages/analysis/analysis-parameters.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/analysis-parameters.md b/server/sonar-docs/src/pages/analysis/analysis-parameters.md
index a88ba5da6dd..0ade8caf24a 100644
--- a/server/sonar-docs/src/pages/analysis/analysis-parameters.md
+++ b/server/sonar-docs/src/pages/analysis/analysis-parameters.md
@@ -77,7 +77,7 @@ Key | Description | Default
`sonar.scm.revision`| Overrides the revision, for instance the Git sha1, displayed in analysis results. By default value is provided by the CI environment or guessed by the checked-out sources.|
`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`. | |
`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.newCode.referenceBranch`| Defines the new code period for this branch to use the given branch as a reference branch, overriding the server's setting. See [New Code Period](/project-administration/new-code-period/).
+`sonar.newCode.referenceBranch`| Set the New Code Period reference branch for the branch under analysis. This parameter overrides project-level settings for the branch under analysis, and is only applied on the first analysis of the branch. See [New Code Period](/project-administration/new-code-period/).
### Duplications
Key | Description | Default