generate_cicd_config
Create CI/CD configuration files for GitHub Actions, Jenkins, or GitLab CI from project settings. Specify platform, branches, and commands to automate builds and tests.
Instructions
[mode: real] Generate GitHub Actions / Jenkins / GitLab CI configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branches | No | ||
| platform | No | ||
| provider | Yes | ||
| projectPath | Yes | ||
| testCommand | No | ||
| writeToFile | No | ||
| buildCommand | No |