-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
The RunParameter descriptor accepts a Project name. The autocompletion only works for Items from Jenkins root. The TextField has no context and therefore when jobs are organized in Folders, a full relative path from the Root (or an absolute path) needs to be provided. Even though the job is a sibling:
We could improve the auto completion to inject the context @AncestorInPath (similar to other auto completion for Project names like BuildTrigger and Parameterized Build Trigger).
Originally reported by
allan_burdajewicz, imported from: Improve Run Parameters folders support for auto-completion
- assignee:
andreineagu
- status: Open
- priority: Minor
- component(s): core
- label(s): newbie-friendly
- resolution: Unresolved
- votes: 0
- watchers: 4
- imported: 2025-11-24
Raw content of original issue
The RunParameter descriptor accepts a Project name. The autocompletion only works for Items from Jenkins root. The TextField has no context and therefore when jobs are organized in Folders, a full relative path from the Root (or an absolute path) needs to be provided. Even though the job is a sibling:
We could improve the auto completion to inject the context @AncestorInPath (similar to other auto completion for Project names like BuildTrigger and Parameterized Build Trigger).
- environment:
Jenkins 2.60.3
