Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JENKINS_URL | Yes | The URL of your Jenkins server | |
| JENKINS_PASSWORD | Yes | Your Jenkins password | |
| JENKINS_USERNAME | Yes | Your Jenkins username |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_jobs | List all Jenkins jobs |
| trigger_build | Trigger a Jenkins build Args:
job_name: Name of the job to build
parameters: Optional build parameters as a dictionary (e.g. {"param1": "value1"})
Returns:
Dictionary containing build information including the build number |
| get_build_status | Get build status Args:
job_name: Name of the job
build_number: Build number to check, defaults to latest
Returns:
Build information dictionary |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |