View source: R/codepipeline_operations.R
codepipeline_put_job_success_result | R Documentation |
Represents the success of a job as returned to the pipeline by a job worker. Used for custom actions only.
See https://www.paws-r-sdk.com/docs/codepipeline_put_job_success_result/ for full documentation.
codepipeline_put_job_success_result(
jobId,
currentRevision = NULL,
continuationToken = NULL,
executionDetails = NULL,
outputVariables = NULL
)
jobId |
[required] The unique system-generated ID of the job that succeeded. This is the
same ID returned from |
currentRevision |
The ID of the current revision of the artifact successfully worked on by the job. |
continuationToken |
A token generated by a job worker, such as a 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. |
executionDetails |
The execution details of the successful job, such as the actions taken by the job worker. |
outputVariables |
Key-value pairs produced as output by a job worker that can be made
available to a downstream action configuration. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.