I am in sitauation, where I have a assembly of MAT files and maven property files that need to be deployed to remote QA websites.
I have build code using maven in jenkins and also installed a plugin for weblogic deployment.
But I cannot find clear steps to configure it for deployment on remote weblog servers, where I do not have administrator rights.
My files with ears have a version of the project by name, so sometimes when the name changes, and then in weblogic, you need to deploy and deploy with reboot, how can I achieve it using jenkins.
Any help is called (I went through post ), but I don't have weblogic.jar on my Jenkins server, as in my case it is a remote server with a shared folder with ears deployed.
source
share