build_item
Trigger a Jenkins build for a specified item. Use buildWithParameters when the item requires parameters, and include the data payload. Returns the queue item number.
Instructions
Build an item in Jenkins
Args: fullname: The fullname of the item data: The parameters to trigger the build with. Required if build_type is 'buildWithParameters'. build_type: If your item is configured with parameters, you must use 'buildWithParameters' as build_type.
Returns: The queue item number of the item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| fullname | Yes | ||
| build_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |