Skip to content

Commit

Permalink
pref:流水线相关的文件操作人调整为流水线的权限代持人 TencentBlueKing#11016
Browse files Browse the repository at this point in the history
  • Loading branch information
Kzhou991 committed Oct 29, 2024
1 parent 094a04e commit bffcadc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ class PipelineBuildWebhookService @Autowired constructor(
* @param webhookCommit webhook事件信息
*
*/
fun webhookCommitTriggerPipelineBuild(projectId: String, webhookCommit: WebhookCommit): BuildId? {
fun webhookCommitTriggerPipelineBuild(projectId: String, webhookCommit: WebhookCommit): BuildId? {
val userId = webhookCommit.userId
val pipelineId = webhookCommit.pipelineId
val startParams = webhookCommit.params
Expand Down

0 comments on commit bffcadc

Please sign in to comment.