Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: delivery-pipeline-plugin
-
Labels:None
-
Environment:Jenkins 1.642.3 and 2.60.1
Delivery Pipeline plugin 1.0.3
-
Similar Issues:
Description
Delivery pipeline view (WorkflowPipelineView) fails to render for multibranch pipelines or pipelines residing in folders. A message similar to the following is displayed in the view: "Could not find project: "ExampleFolder/job/ExampleProject" cannot be resolved".
This is due to a PipelineException being thrown when trying to resolve the job with an erroneous name in ProjectUtil#getWorkflowJob.
Proposed solution merged to master: https://github.com/Diabol/delivery-pipeline-plugin/pull/257
Will be featured in the next release of the Delivery Pipeline plugin.