I've used CruiseControl in the past, and experimented with Hudson in the pre-Jenkins days. I only just started looking at Jenkins again today.
I plan to set up Jenkins to run a Maven build of a web application, but I also want it to deploy the build to a test WebLogic instance in a way that will make it compile all the JSP pages at deployment time (not build time). Jenkins will need to detect if there were deployment errors and report that to the team just like compile errors. I don't imagine I'll have much trouble setting up Jenkins to do a regular build, but the deployment to a WebLogic instance with monitoring of the deployment log will be more complicated. Has this been done before? Could someone give me some pointers on how I can get this done?
