Jenkins MCP Server v2.10.2
Released 2026-08-14.
Highlights
- Queue reads and cancellation no longer authorize an ambiguous leaf-only task
name as though it were a complete Jenkins job path.
New Features
- None.
Improvements
- None.
Bug Fixes
- Queue authorization fell back to
task.namewhen Jenkins omitted both
task.fullNameand a usable task URL. Becausenamecontains only the leaf,
a nested job such asProduction/nightlycould be mistaken for the allowed
top-level jobnightly. Ambiguous items now fail closed.
Breaking Changes
- None.
Known Issues
- None.
Security
- Queue listing, item reads, and cancellation now require a folder-qualified
identity fromtask.fullNameor the repeated/job/<segment>URL path.
task.namealone is never sufficient for an allowlist decision. - Jenkins task URLs remain path-only identity metadata and are never fetched.
Their advertised public origin may legitimately differ from the internal
Service URL configured by this server.
Upgrade Notes
- No action required.