-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Cloudbees Jenkins
Job & View Folder Structure:
RootFolder/
--Continous Delivery View
--SubFolder/
----JobA
----JobB
JobA -> (Manual Trigger) -> JobB
If the delivery pipeline view is created at a different folder level than where the manually triggered job is located, it throws a null pointer exception.
I've tried multiple combinations of specifying the absolute path, relative path from the view but, it will not take.
The relative path from the view would probably work to trigger the manual job from the view but it does not display the manual job in the CD view because when it reads the trigger chain specified in the job config, the job folder location is incorrect.