Jenkins for your agents.
Connect Jenkins once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Jenkins.
What agents can do with Jenkins
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
jenkins_whoamiCheck the credentials: returns authenticated user info.
jenkins_list_jobsList all jobs (pipelines) on the Jenkins server.
jenkins_get_jobGet details of a specific job by name.
jenkins_get_job_buildsList builds for a specific job.
jenkins_get_buildGet details of a specific build by job name and build number.
jenkins_get_build_logGet the console log of a specific build.
jenkins_build_jobTrigger a new build for a job with optional parameters.
jenkins_build_job_with_paramsTrigger a parameterized build for a job.
jenkins_get_queueList items in the Jenkins build queue.
jenkins_get_pluginsList installed plugins on the Jenkins instance.
jenkins_get_nodesList build nodes (agents) on the Jenkins instance.
jenkins_list_viewsList all views on the Jenkins instance.
jenkins_get_viewGet details of a specific view and its jobs.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into Jenkins as a user with API access.
- Go to your user profile page and click 'Configure'. Find 'API Token' and click 'Add new Token'.
- Enter your Jenkins username and the API token (or password).
- Paste your Jenkins server URL.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Jenkins to Even: call connect_begin("jenkins") on the even-connect MCP and walk me through it.
List Jenkins jobs, retrieve build details for a specific job, and view build logs for troubleshooting.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.