Skip to content

Commit

Permalink
pref:优化流水线项目下已安装插件关联流水线查询 TencentBlueKing#11307
Browse files Browse the repository at this point in the history
  • Loading branch information
yjieliang committed Dec 26, 2024
1 parent a2594da commit 1d3141b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ class CodeccApi(

fun getCodeccOpensourceMeasurement(atomCodeSrc: String, tag: String? = null): Result<Map<String, Any>> {
val url = "http://$codeccHost/ms/openapi/api/open/v2/defect/opensource/measurement?url=$atomCodeSrc"
logger.info("getCodeccOpensourceMeasurement url:$url")
val headers = mutableMapOf<String, String>()
if (!tag.isNullOrBlank()) {
headers[AUTH_HEADER_GATEWAY_TAG] = tag
Expand Down

0 comments on commit 1d3141b

Please sign in to comment.