create_jenkins_user
Create a Jenkins user account in the internal database by providing username, password, and optional full name and email.
Instructions
Create a new Jenkins user in the internal user database. Requires admin permissions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username for the new account | |
| password | Yes | Password for the new account | |
| fullName | No | Full name of the user | |
| No | Email address of the user (optional) |