Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not A Defect
Description
I'm using the Parametrized Trigger Plugin. I go into the build and add the action "Trigger parametrized build on other projects". The other "Project" (i.e. the deploy job) appears to execute. However it does not stop and ask for the Parameters that are setup. (Choice, extended choice, etc.). If I execute the deploy job with "Build Now", it will in fact stop for parameters.
The Parametrized Trigger Plugin is used to pass parameters from one job to another there is no prompting for parameters as there is no user interaction at this point.
So if you downstream job has parameters you need to pass all of these from the upstream job, using one of the options for creating the parameters. Note the missing parameters are not used or set to the defaults.
If you want the default values for the downstream job there is no need to trigger the job with parameters as these will be added automatically.