teamcity-deployer-plugin
teamcity-deployer-plugin copied to clipboard
Container deploy lacks of option Context path
In Jenkins there is such option so Cargo plugin for sure makes it possible. It is very inconvenient not to have option to change a path where WAR will be deployed.
Thanks, Zbigniew
as a workaround, one can add a simple commandline buildstep that will copy *.war file to desired name (that will be used as Context path)
Workaround also works for more complex path like /app/1/ABC. In that case rename the war file to app#1#ABC.war