-
Bug
-
Resolution: Unresolved
-
Major
Uses Job.getName when creating an ingredient, and cook only supports adding the job to Jenkins top level.
Uses Job.getName when creating an ingredient, and cook only supports adding the job to Jenkins top level.
It also has some code which unnecessarily limits its use to Job or even AbstractProject, whereas other parts work with any TopLevelItem & AbstractItem. Making it properly general would allow this ingredient to be used for other top-level items such as Jenkins Enterprise templates, Literate projects, etc.