Skip to content

Commit

Permalink
Merge pull request TencentBlueKing#10629 from hejieehe/feat_10260
Browse files Browse the repository at this point in the history
feat:支持在父流水线中查看异步执行的子流水线的状态 TencentBlueKing#10260 修改QueryParam
  • Loading branch information
bkci-bot authored Jul 8, 2024
2 parents 5525f4d + e2e552a commit 087eb90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ interface ServiceSubPipelineResource {
@QueryParam("buildId")
buildId: String,
@Parameter(description = "当前流水线执行次数", required = false)
@QueryParam("parentProjectId")
@QueryParam("executeCount")
executeCount: Int?,
@Parameter(description = "插件ID", required = true)
@QueryParam("taskId")
Expand Down

0 comments on commit 087eb90

Please sign in to comment.