I don't really thing it is Jenkins' responsibility to deploy an application to a server. You can use appropriate ant<http://docs.oracle.com/cd/E12840_01/wls/docs103/programming/wldeploy.html>or maven <http://mojo.codehaus.org/weblogic-maven-plugin/deploy-mojo.html>tasks in your project to do so, and Jenkins will execute them just fine when you need it.
Thanks, Denis On Wed, Mar 14, 2012 at 6:48 PM, David Karr <[email protected]>wrote: > 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? >
