回购数据没有显示在卫生指示板中



谁能帮我做一下卫生设置我正面临着代码分析的问题下面是仪表板的截图

点击这里

配置SCM GitHub Collector,执行以下步骤:

git clone the https://github.com/Hygieia/hygieia-scm-github-collector然后执行以下步骤:

将SCM GitHub收集器的源代码打包到一个可执行的JAR文件中,

从源代码安装的健健-scm-github-collector目录运行maven构建:

mvn install

输出文件健健-scm-github-collector.jar在健健-scm-github-collectortarget文件夹中生成。

设置应用程序中的可配置参数。属性文件连接到Dashboard MongoDB数据库实例,包括GitHub Collector所需的属性。

然后

/logs/github.log logging.file =github。Cron =0 0/5 * * * *

github.host = github.com

github.commitThresholdDays = 15github.errorThreshold = 1

github.personalAccessToken =

然后保存并进入目标文件夹执行以下命令

健健-scm-github-collectortarget>java -jar健健-scm-github-collector.jar

最新更新