deploy_tickets
Deploy applications to dev or stage by supplying ticket URLs. Optionally set scope, branch, and dependency installation to trigger the Jenkins build.
Instructions
One-shot deploy by ticket URL(s) + environment.
Use when the user says things like:
"deploy on dev"
"deploy , to stage"
"deploy on dev backend"
Args: tickets: Ticket URL, or multiple URLs (comma, semicolon, or whitespace-separated). environment: 'dev' / 'stage' (aliases: 'development', 'staging', 'stg'). scope: 'app' (combined FE+BE, default) or 'backend' (backend-only). branch: Optional git branch override. If omitted, Jenkins uses the job's default ('dev' for dev jobs, 'stage' for stage jobs). install_dependencies: Optional override for INSTALL_BE_REQUIREMENTS / INSTALL_FE_PACKAGES. wait: Poll the queue until a build number is assigned. timeout: Max seconds to wait for the queue→build transition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | ||
| scope | No | app | |
| branch | No | ||
| tickets | Yes | ||
| timeout | No | ||
| environment | Yes | ||
| allow_mr_purpose | No | ||
| install_dependencies | No |