Dependency Graph is very useful to display any upstream and downstream 
dependencies. However with Pipeline it seems no longer an option.

Is there any plans for *DependencyGraph* pipeline support with 
*WorkflowMultiBranchProject*? Since *DependencyGraph* can only work with 
*AbstractProject*, and the closest inherited class between them is 
*AbstractItem*.

In my Pipeline script I parse the RPM spec files (looking for 
BuildRequirements) of all Jenkins Multibranch Pipeline jobs in order to 
create a list of upstream and downstream dependencies. This in order to 
trigger builds, as the Pipeline equivalent of build triggers (Build other 
projects).

An ugly hack: Keep duplicate FreestyleProject of all Multibranch projects. 
Update the build triggers of a FreestyleProject from a running pipeline 
build.
The FreeStyleProject does not need to do anything actually. It is just 
there to support DependencyGraph.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0f0b5b92-d3c1-431c-b878-9b4982390c37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to