Hi There,
I am recently using Jenkins with plugin for parameterized build. I have created two projects.
1. Checking code from subversion.
2. Select file from checked code using checkbox (extended choice). - Trigger as parameterized build from project 1.
When i trigger 2nd project its taking input from checkbox and working as expected. But if i joined it by triggering 2nd project from project 1 as build parameterized. (Trigger Parameterized Build), its executing both but not prompting for user input.
Please suggest if anyone has solution on this.