v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Represents the success of a job as returned to the pipeline by a job worker. Used for custom actions only.

post/#X-Amz-Target=CodePipeline_20150709.PutJobSuccessResult

Headers

X-Amz-Target'CodePipeline_20150709.PutJobSuccessResult' required

Request body

jobIdstring required

The unique system-generated ID of the job that succeeded. This is the same ID returned from <code>PollForJobs</code>.

continuationTokenstring

A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a custom action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the custom action. When the action is complete, no continuation token should be supplied.

outputVariablesobject

Key-value pairs produced as output by a job worker that can be made available to a downstream action configuration. <code>outputVariables</code> can be included only when there is no continuation token on the request.

Response

Success