Reputation: 31
I am using Jenkins for continuous build for java projects and i am using deploy plugin,it takes a war/ear file and deploys that to a running remote application server at the end of a build successful.
Using deploy plugin i am able to take war/ear file from jenkins and deploy that to a running remote application server at the end of a build successful but it is supporting till tomcat7 but latest version of tomcat is 9.
Could you please help me which plugin i have to use so that i can deploy war/ear file to tomcat 8 or tomcat 9?
Upvotes: 3
Views: 1161
Reputation: 643
The deploy plugin would work fine with Tomcat 8 as well, even though it says it supports up to 7.x
I haven't tested with Tomcat9 yet.
Upvotes: 0