Le 15 juil. 2013 11:55, "Ulli Hafner" <[email protected]> a écrit : > > >> Hi >> >> I've been developing a small plugin[1] which will submit[2] warnings from static analysis plugins to Gerrit [3]. There's a two questions where I'd liked to have some comments, proposals or answers: >> >> 1. Is developing a "integrator" plugin a good way to achieve this? This functionality could be added to either of these two plugins, but it just doesn't feel right. And what about other plugins which would like to post comments to Gerrit? Should there be one integrator plugin for each, should they just submit straight to Gerrit or something different? Some parts in my plugin could be reused in other cases, mainly the logic which finds out the build of parent commit. >> > > This looks like something similar to the CI game plug-in: here we also have some source plug-ins (e.g., static analysis) and another plugin that consumes the results and posts them on a different page. > > So I think your plug-in should be a stand-alone plug-in that uses e.g. the analysis-collector plug-in. Then others can add additional dependencies which will post additional messages to gerrit.
+1. I really like the idea of being able to simply push arbitrary comments/marks to gerrit. So I guess the idea of writing a gerrit publisher would be very useful! Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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/groups/opt_out.
