Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,我正在使用 SonarCloud 来分析我项目中的一些存储库。但在其中一些中,检查状态不存在(我想强制执行)。
CI/CD服务器是 CircleCI 和 SonarCloud,它工作正常(PR 分支可用)。
为了激活 Github webhook,您必须检查
sonar中的项目有GitHub的图标(关系没问题)
您必须创建另一个分支并发出拉取请求
./gradlew -Dsonar.pullrequest.branch=${CIRCLE_BRANCH} -Dsonar.pullrequest.base=master -Dsonar.pullrequest.key=${CIRCLE_PULL_REQUEST##*/}