create_deployment_pipeline
Build automated deployment pipelines with multiple stages and triggers for Ludus cyber range environments to manage security testing workflows.
Instructions
Create a deployment pipeline with multiple stages.
Args: name: Pipeline name stages: List of pipeline stages with configurations triggers: Optional trigger conditions (schedule, webhook, etc.) user_id: Optional user ID (admin only)
Returns: Pipeline creation result
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| stages | Yes | ||
| triggers | No | ||
| user_id | No |