We use Jenkins in our project to build and deploy in development environments. I successfully created a war file using maven in jenkins, and now I need to create another task to deploy this war file to the weblogic server.
However, I do not know about the necessary steps to configure this work in jenkins. Will it just be a call to the maven deploy command? Can someone please tell me what will be the steps to deploy a war file in weblogic 10.3.5 using jenkins?
edit: The approach we follow is to create a war file, which we write to the war file created in svn, and then the deployment task from there will output the war file and deploy it to weblogic. Is there any one thing that does better than that?
Thank you Manish
source share