|
Re: How to enable a publisher by default?: msg#00110java.hudson.user
Eric Crahen wrote: I think what I want is a Publisher because I actually want to generate OK, so in its core functionality it's really not that different from, say, Emma plugin or JUnit reporter. I can explain my use case a little more, I see. To me this sounds like somewhat orthogonal to the plugin itself. That is, I think your plugins would be more reusable to other people if they don't have built-in knowledge about the policy of your development team. For example, some of the jobs that I run on my Hudson would very much like to use FindBugs plugin, but we don't have the policy like yours. What you are describing makes sense too --- when you have a large number of "similar" projects, it should be easy to configure them in a similar way, without going through each project separately. But my point is that such thing shouldn't really be baked into your plugin, because it should be applicable to any setting, like log rotation, fingerprinting, IRC, etc. This "maintaining a large number of projects with similar settings" support is one of the obvious things that Hudson should do better, but I haven't found a good answer that brings simplicity. Perhaps one approach could be for you to extend Project and override the configuration portion. It's still a Project, so it will behave like it, but you can take over the configuration screen completely and let users configure just small portion of parameters. For example, your team might be using a standard directory layout convention, and perhaps you won't have to make the javadoc directory configurable. Or you might want to automatically enable IRC notification to the channel name that can be automatically derived from the job name, etc. All the jobs might use the same CVS server, and if so you can eliminate the SCM configuration completely except perhaps the module name and the branch name. In this way, you should be able to eliminate a considerable number of options from the configuration screen. Less form fields = simpler! The user would then have to just choose "our team's project" (or something) when they create a new job, and they'll see a much simpler config screen and Hudson will behave as if it understands your team's style. We'll probably need to refactor Project object a bit so that you can take over the configuration more easily, but I believe this is a feasible approach. Users can configure this each time for each project, but people might select I wholeheartedly agree that we engineers should be lazy and shouldn't be forced to read documentation :-) The approach of letting Publishers fill in their own fields is interesting. I hope I provided a better alternative above, but if you still want to just enable a publisher by default, we can talk about getting the addPublisher/save work. -- Kohsuke Kawaguchi Sun Microsystems kohsuke.kawaguchi@xxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Dependency between Publishers?, Eric Crahen |
|---|---|
| Next by Date: | Not sure if this is JEXL or Stapler...., Eric Crahen |
| Previous by Thread: | Re: How to enable a publisher by default?, Eric Crahen |
| Next by Thread: | Re: How to enable a publisher by default?, Eric Crahen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |