Why is Jenkins Plugin not able to find the Jenkins Project name when @ is typed. We start with the @ symbol and then start typing the name. But it does not find the job. If we manually enter the entire name of the job, "Nested/ProjectName", the task runs as expected.
Release : SAAS
Component : Jenkins Plugin
There is not a single Jenkins API call that returns the complete Jenkins folder structure. The calls only retrieve the top level folders (projects) of Jenkins.
Specify the full path of a nested Jenkins project.