-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Minor
-
Component/s: build-pipeline-plugin
-
None
When build pipeline jobs are in a folder (Cloudless folder plugin) and there is a manual step between jobs, running the second (or any job past the first) does not work.
BuildPipelineView.retrieveUpstreamProjectTriggerConfig does a check for
downstreamProjectsNames.contains(project.getFullName())
And downstreamProjectNames contains the project short names, not the names with folders