Skip to content

Commit

Permalink
feat: 对于流水线TASK执行前支持自动暂停,希望能开放应用态接口,使插件继续执行或者中止 TencentBlueKing#4132
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzcao committed Jul 7, 2021
1 parent 11fa739 commit 9e940bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ interface ApigwBuildResourceV3 {

@ApiOperation("操作暂停插件")
@POST
@Path("/builds/{buildId}/execute/pause")
@Path("/{buildId}/execute/pause")
fun executionPauseAtom(
@ApiParam(value = "用户ID", required = true, defaultValue = AUTH_HEADER_USER_ID_DEFAULT_VALUE)
@HeaderParam(AUTH_HEADER_USER_ID)
Expand Down

0 comments on commit 9e940bf

Please sign in to comment.