View source: R/codepipeline_operations.R
codepipeline_start_pipeline_execution | R Documentation |
Starts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.
See https://www.paws-r-sdk.com/docs/codepipeline_start_pipeline_execution/ for full documentation.
codepipeline_start_pipeline_execution(
name,
variables = NULL,
clientRequestToken = NULL,
sourceRevisions = NULL
)
name |
[required] The name of the pipeline to start. |
variables |
A list that overrides pipeline variables for a pipeline execution that's
being started. Variable names must match |
clientRequestToken |
The system-generated unique ID used to identify a unique execution request. |
sourceRevisions |
A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.