Skip to content

Commit

Permalink
feat: websocket page添加提供扩展 TencentBlueKing#4470
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzcao committed Jun 25, 2021
1 parent 67e8d43 commit 3306f9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ import com.tencent.devops.common.websocket.pojo.BuildPageInfo

abstract class DetailPageBuild : IPath {
override fun buildPage(buildPageInfo: BuildPageInfo): String {
val defaultPage = "/console/pipeline/${buildPageInfo.projectId}/${buildPageInfo.pipelineId}/detail/${buildPageInfo.buildId}"
val defaultPage = "/console/pipeline/${buildPageInfo.projectId}/${buildPageInfo.pipelineId}" +
"/detail/${buildPageInfo.buildId}"
if (!extDetailPage(buildPageInfo).isNullOrEmpty()) {
return extDetailPage(buildPageInfo)!!
}
Expand Down

0 comments on commit 3306f9e

Please sign in to comment.