Create build
kiwi_create_buildCreate a new build in Kiwi TCMS by providing a name; optionally set product, version, or active status. Defaults version to first product version.
Instructions
Build.create: name plus version (name or id). Defaults to the first product version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Build name | |
| product | No | Product name or id (defaults to KIWI_PROJECT) | |
| version | No | Version value or id. Defaults to the first product version. | |
| is_active | No | Whether the build is active |