trigger_pipeline
Initiate pipeline execution in AWS CodePipeline by specifying the pipeline name, enabling streamlined automation and deployment processes through natural language commands.
Instructions
Trigger a pipeline execution
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pipelineName | Yes | Name of the pipeline |
Input Schema (JSON Schema)
{
"properties": {
"pipelineName": {
"description": "Name of the pipeline",
"type": "string"
}
},
"required": [
"pipelineName"
],
"type": "object"
}