Bug 395432 - Need a plugin to dynamically trigger downstream jobs based on parameters
Summary: Need a plugin to dynamically trigger downstream jobs based on parameters
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: Plugins (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact:
URL:
Whiteboard: jdkbug
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-29 21:13 EST by re javase CLA
Modified: 2013-08-20 14:34 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description re javase CLA 2012-11-29 21:13:18 EST
If we have a hudson job A, A has a parameter say XYZ. When A finishes, what downstream jobs A will trigger depends on the parameter XYZ. We need a plugin to let us configure this so that the downstream jobs is determined dynamically when A runs.
Comment 1 Winston Prakash CLA 2012-11-30 11:11:43 EST
Hi Re Javase, can parametrized trigger plugin (http://wiki.hudson-ci.org/display/HUDSON/Parameterized+Trigger+Plugin) able to do this?
Comment 2 re javase CLA 2013-05-31 19:31:56 EDT
No, parameterized-trigger plugin is still static, meaning whatever downstream jobs we specify in that field will always be triggered. This is not what we want.
Comment 3 Vita Santrucek CLA 2013-08-20 14:18:27 EDT
jdkbug
Comment 4 Vita Santrucek CLA 2013-08-20 14:18:54 EDT
Based on our discussion with Winston, this requires a two part fix - BuildWrapper and a core modification.