teamcity-deployer-plugin icon indicating copy to clipboard operation
teamcity-deployer-plugin copied to clipboard

Container deploy lacks of option Context path

Open zsokolowski opened this issue 8 years ago • 2 comments

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

zsokolowski avatar Mar 31 '16 08:03 zsokolowski

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)

nskvortsov avatar Jun 30 '16 13:06 nskvortsov

Workaround also works for more complex path like /app/1/ABC. In that case rename the war file to app#1#ABC.war

simplicii avatar Oct 25 '16 16:10 simplicii