开发者问题收集
我的 gitlab 构建阶段在 make-phase 期间退出,错误代码为 1,因为代码无效(在 IDE 中显示为灰色,但在上传到存储库的 .c/.h 文件中未显示)。作为示例,我想指出以下错误消息:示例错误消息../gecko_sdk_4.2.2/platform/radio/rail_lib/chip/efr32/efr32xg2x/rail_chip_specific.h:610:2: er
gitlab cicd 可以触发 sonar-scanner,但是它会出现一些错误导致流水线无法运行到最后。我想知道如何修复它以完成这个流水线版本:SonarQube 9.6.1 Scanner4.6.2 Plugin 4.0gitlab-ci.yml - sonarqube-checksonarqube-check:stage: sonarqube-checkvariables:SONAR_U
我正在尝试将 SonarQube 与 GitLab CI 集成,但出现以下错误:[ERROR] Unknown lifecycle phase ".qualitygate.wait=true". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-gro
我正在尝试通过 Jenkins 声明式管道执行 sonarqube 分析。当我在 jenkinfile 中使用以下命令执行 sonarqube 分析时,它可以工作。但是当我在 jenkinsfile 中使用以下函数时,它给出了错误。但我想使用 withSonarQubeEnv() 函数进行 sonarqube 分析,因为我需要使用“waitForQualityGate”。withSonarQube