manage_pipeline
Retry or cancel GitLab CI/CD pipelines to manage workflow execution and resolve issues in automated processes.
Instructions
Retry or cancel a CI/CD pipeline (requires user authentication with write permissions)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| pipelineIid | Yes | Pipeline IID | |
| action | Yes | Action to perform on the pipeline | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |