In my jenkins Deploy war/ear conatiner, i was able to give war file, context path, credential and Tomcat url. But i want to give "XML Configuration file URL", along with the above input. How can it be done?Do we have a seperate plugin for it. My war file will not contain library file so am referring it externaly using XML file.
0
votes
1 Answers
0
votes
Deploy to container plugin is generic and does not have tomcat specific functions. So As per your configuration, XML Configuration file URL
option will not be there. So instead searching for this in this plugin, stop using this and go for another one. Or modify your source code accordingly. Here I am attaching a link for additional info to help you. Hope this helps.