Skip to content

Commit

Permalink
【PAC】feat:支持从代码库维度查看对应的代码库事件 #8122
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Nov 14, 2023
1 parent ef904a1 commit 06b4641
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ package com.tencent.devops.process.api
import com.tencent.devops.common.web.RestResource
import com.tencent.devops.process.api.service.ServiceTriggerEventResource
import com.tencent.devops.process.pojo.trigger.PipelineSpecificEvent
import com.tencent.devops.process.pojo.trigger.PipelineTriggerType
import com.tencent.devops.process.trigger.PipelineTriggerEventService
import org.springframework.beans.factory.annotation.Autowired

Expand All @@ -48,7 +47,7 @@ class ServiceTriggerEventResourceImpl @Autowired constructor(
userId = userId,
eventSource = eventSource,
eventDesc = eventDesc,
triggerType = PipelineTriggerType.PIPELINE.name,
triggerType = triggerType,
buildInfo = buildInfo,
status = status,
failReason = failReason
Expand Down

0 comments on commit 06b4641

Please sign in to comment.