Skip to content

Commit

Permalink
feat: 红线检查结果增加链接,方便查看问题详情 TencentBlueKing#5763
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiKX1 committed Dec 17, 2021
1 parent 7e47108 commit 0ae4cb6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ import com.tencent.devops.process.api.service.ServiceVarResource
import com.tencent.devops.quality.constant.DEFAULT_CODECC_URL
import com.tencent.devops.quality.constant.codeccToolUrlPathMap
import org.springframework.beans.factory.annotation.Value
import org.springframework.stereotype.Component

object QualityUrlUtils {
@Component
class QualityUrlUtils {

@Value("\${quality.codecc.host:}")
private val codeccHost: String = ""
Expand Down

0 comments on commit 0ae4cb6

Please sign in to comment.