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.
Asked
Active
Viewed 1,150 times
0

user6543599
- 541
- 2
- 8
- 18
-
which plugin are you using for deployment? – SV Madhava Reddy Apr 18 '18 at 12:37
-
Deploy to conatiner plugin – user6543599 Apr 18 '18 at 12:47
1 Answers
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