I have a lot modules for my Jenkins build server. Instead of declaring new modules for each of them, I would like to share a common configuration and select my modules before starting my build in a tree view. Let's say my root parent project has A,B,C,D projects and each of them has A1,A2,B1,B2,B3 etc... I would like to choose B1,A1 only to build.
Is there any plugin for this?
Thanks