0

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. how to give the highlighted input via jenkins

user6543599
  • 541
  • 2
  • 8
  • 18

1 Answers1

0

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.

SV Madhava Reddy
  • 1,858
  • 2
  • 15
  • 33
  • Alternative ways are possible but i need to know if we have a solution for the above request – user6543599 Apr 19 '18 at 08:00
  • For the above request there is not unless and until you add a feature request or you did that feature yourself and send them PR. Because currently it isn't having any feature like that. – SV Madhava Reddy Apr 19 '18 at 08:55