Jenkins MCP Server v2.10.3
Released 2026-08-15.
Highlights
- Job identities derived from Jenkins URLs now preserve a folder or job that is
itself literally namedjob.
New Features
- None.
Improvements
- URL-derived identities must use Jenkins' canonical repeated
/job/<name>/job/<name>route. Non-canonical interleaving fails closed.
Bug Fixes
- The URL parser previously treated every path segment named
jobas a route
marker. A legitimate nested jobjob/nightly, whose route is
/job/job/job/nightly/, was therefore misread asjob/job/nightlyand could
be hidden or refused byMCP_ALLOWED_JOBSwhenfullNamewas unavailable.
Breaking Changes
- None.
Known Issues
- None.
Security
- Malformed paths such as
/job/AI/api/json/job/nightlycan no longer be
collapsed into the apparently valid allowlist identityAI/nightly.
Upgrade Notes
- No action required.