ReverseBuildTrigger supports any ParameterizedJob, behaving as a DependencyDeclarer if both sides are AbstractProject, behaving as a simple Trigger otherwise. BuildTrigger should do the same, behaving as a DependencyDeclarer as now if both sides are AbstractProject, behaving as a simple Notifier otherwise.
Would allow Build other projects to select a workflow job. Workarounds: JENKINS-26050, if implemented; use of ReverseBuildTrigger, in the common case that it does not matter which side declares the trigger (but not when Item.CONFIGURE is restricted on one side, job templates are in use, etc.).
- is related to
-
JENKINS-28071 BuildCommand limited to AbstractProject
- Resolved
-
JENKINS-26050 Workflow integration for Parameterized Trigger
- Resolved
-
JENKINS-29913 Generalize DependencyGraph to Job (or ParameterizedJobMixIn)
- Open
-
JENKINS-32525 Error 500 using Build other Projects in Promotion process of a template
- Resolved
- links to