Hi,
I have a plugin which generates an xml (config) for it.
I would like to put the config in source code control also generate it programmatically. The problem is how can i make the global jenkins config read this newly generated plugin config xml file every time ?
Any pointers how can i do it ?