Re-deploying a “versioned” war file from Jenkins to Tomcat fails
问题 I am using the Jenkins deploy plugin to deploy to Tomcat. The .war file that gets generated is named using the following format: MyApp##[version].[buildnumber].war For example, the war file will be generated as: MyApp##alpha.13.war The reason for the hashes in the filename is for Tomcat manager html page to list the version in the version column of the deployed applications. This way, we can double check which version is currently deployed to Tomcat. Now when trying to deploy via Jenkins for