Prerequisites
- A Jenkins URL reachable from the platform
- A Jenkins user and API token with permissions for the jobs the agent should use
- An agent you can edit
Setup
- In Jenkins, create an API token for your user.
- Open the agent → Toolkits → add Jenkins.
- Create a connection with Jenkins URL, username, and API token.
- Save the agent.
@-mention Jenkins tools for CI tasks.
Available tools
Jobs & builds
Nodes, queue & pipelines
Use cases
- Trigger a build and poll status from chat
- Summarize the latest failing build log
- List jobs or queue depth during an incident
Tips
- Prefer a least-privilege Jenkins user and token.
- Confirm destructive actions (Delete Job, Stop Build) with the user first.
- Store the API token in a saved connection — do not put it in the personality prompt.