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. I am stuck at one scenario of deployment,if my new build fails then we have to push rollback version of build to a tomcat,i am using deploy plugin but there is no such options.
Could you please help me which plugin i have to use to push rollback version of a build on Tomcat in case of unstable build using Jenkins.