Forum Discussion
rraghvani
Champion Level 3
3 years agoI suggest having two projects in Jenkins, one for Entire Suite and the other for individual project.
Or, see if Jenkins Pipeline is able to help you as mentioned by sbellary
- sbellary3 years agoOccasional Contributor
You need to create a Master Job with dropdown list for entire Suite and all the different projects you need. So that you can run whichever project you need. And this can be more easily created with Jenkins Pipeline.
- ChandanD3 years agoContributor
I have option to configure the build job. Could you explain which option to be selected to make it working.
I liked your idea.