deployment_pipeline_deploy
Deploy pipeline items from a source stage to the next stage, optionally targeting specific items and adding notes for traceability.
Instructions
Deploy items from one stage to another in a deployment pipeline (long-running)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Deployment note | |
| items | No | Specific items to deploy (deploys all if omitted) | |
| pipelineId | Yes | The deployment pipeline ID | |
| workspaceId | No | The workspace ID (for workspace guard validation) | |
| sourceStageId | Yes | The source stage ID to deploy from | |
| targetStageId | No | The target stage ID (defaults to the next stage) |