diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2019-02-08 11:34:46 -0500 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-02-11 09:11:50 +0100 |
commit | 70b6e89b889b3e1bbb93fd7d976960eb025bb523 (patch) | |
tree | 3e9697d14f6846e599a1dcee6ae56441a3c9e0ca /server/sonar-docs/src/pages/analysis | |
parent | 9e5d6889282fcad3fc0b56840ccddd2dd0401b73 (diff) | |
download | sonarqube-70b6e89b889b3e1bbb93fd7d976960eb025bb523.tar.gz sonarqube-70b6e89b889b3e1bbb93fd7d976960eb025bb523.zip |
DOCS revert param changes
Diffstat (limited to 'server/sonar-docs/src/pages/analysis')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/analysis-parameters.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/sonar-docs/src/pages/analysis/analysis-parameters.md b/server/sonar-docs/src/pages/analysis/analysis-parameters.md index e1962b9fb18..d3bea710f07 100644 --- a/server/sonar-docs/src/pages/analysis/analysis-parameters.md +++ b/server/sonar-docs/src/pages/analysis/analysis-parameters.md @@ -38,9 +38,7 @@ Key | Description | Default Key | Description | Default ---|----|--- `sonar.projectName`|Name of the project that will be displayed on the web interface.|`<name>` for Maven projects, otherwise project key. If there is already a name in the DB, it won't be overwritten -`sonar.projectVersion` | The project version. If the project's New Code Period setting is `previous_version`, changing this value resets the project's New Code Period | `<version>` for Maven projects, otherwise "not provided" -`sonar.codePeriodVersion` | When present, this _optional_, additional parameter acts as the project version for the purposes of resetting the New Code Period (see above), allowing a full semantic version (i.e. ending with build number, and so changing with each analysis) to be passed in to `sonar.projectVersion` _without_ resetting the new code period. Under these circumstances, the semantic version is stored with the analysis and available via Web Services and in the UI. | - +`sonar.projectVersion` | The project version. | `<version>` for Maven projects, otherwise "not provided" ### Authentication If the "Anyone" pseudo-group does not have permission to perform analyses, you'll need to supply the credentials of a user with Execute Analysis permission for the analysis to run under. |