jenkins.php¶
Jenkins integration module for task management: retrieving the list of available tasks and executing them for servers.
API Methods¶
| Method | Action | Description |
|---|---|---|
get_tasks | get Jenkins task list | Returns the list of available Jenkins tasks accessible to the current user or client. |
jenkins/get_tasks¶
Returns the list of available Jenkins tasks accessible to the current user or client.
HTTP Method: POST
Parameters:
| Parameter | Required | Type | Description |
|---|---|---|---|
| action | ✅ | string | Method identifier: get_tasks |
| token | ❌ | string | Authorization token. Optional for the get_tasks method, but recommended for security and access rights verification. |