Hi,
I am newbie to developing plugins in Jenkins and currently stuck at a point 
where i need to decide on how i should be proceeding with the development..
 
If i need to write a jenkins plugin with multiple build steps, is it 
possible for these build steps to share a common config (as in the common 
plugin detail from global.jelly) ? 
 

Eg: Lets say my plugin adds the following new steps.. Build Step, Deploy 
Step, Test & Coverage step All these three would have their own extension 
points in respective classes (PluginBuildStep, PluginDeployStep, 
PluginTestStep) and a common class PluginMain which has all the common 
properties and the global.jelly 
I tried doing this by extending common classes, but i see 3 repititions of 
global.jelly sections on the global configurations section.. Any pointers 
on how this can be done ? or am i on the wrong track (ie. each build step 
should have its own configuration and should not be sharing configuration 
with other build steps..?)
 
Thanks,
Qadeer

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to