You are triggering a CI/CD build pipeline.
/plugin marketplace add awudevelop/claude-plugins/plugin install devops@automatewithus-plugins# DevOps Plugin - Trigger CI/CD Build You are triggering a CI/CD build pipeline. ## Task: Trigger CI/CD Build The user wants to trigger a CI/CD build. This command works with GitHub Actions, Jenkins, and managed CI/CD platforms. ### Step 1: Verify Configuration 1. Check if `.devops/config.json` exists 2. **Validate platform is supported**: - Read config and get platform - If platform is NOT "netlify", show error: Then STOP. 3. Read CI/CD configuration: 4. For Netlify, CI/CD is always "netlify" (managed builds). ### Step 2: Parse Build Arguments Parse command argum...