gpt4 book ai didi

sonarqube - sonar.projectKey、sonar.projectName 和 sonar.projectVersion 的标准是什么?

转载 作者:行者123 更新时间:2023-12-02 23:35:26 29 4
gpt4 key购买 nike

我想知道 sonar.projectKey、sonar.projectName 和 sonar.projectVersion 是否有任何标准。

我正在 git 环境中工作,需要对同一 git 存储库的不同 git 分支进行 Sonar 分析。

最佳答案

所有这些都在 "Analysis Parameters" documentation page 上进行了描述:

sonar.projectKey => The project key that is unique for each project.Allowed characters are: letters, numbers, '-', '_', '.' and ':', withat least one non-digit.

sonar.projectName => Name of the project that will be displayed on theweb interface.

sonar.projectVersion => The project version.

sonar.projectKeysonar.projectName 将被修复,并且 sonar.projectVersion 在不同的 git 分支上可能会有所不同。

此外,为了管理分支,您必须在启动分析时传递额外的 sonar.branch 属性。例如(假设 master 是主开发分支):

  • 在你的主分支上,你只需运行:

    Sonar 扫描仪

  • 在“x.y”分支上,您将运行:

    Sonar 扫描仪-Dsonar.branch=x.y

关于sonarqube - sonar.projectKey、sonar.projectName 和 sonar.projectVersion 的标准是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37749665/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com