JetBrains / teamcity-deployer-plugin

Deployer plugin for TeamCity CI server
http://confluence.jetbrains.net/display/TW/Deployer+plugin
Apache License 2.0
39 stars 29 forks source link

Container deploy lacks of option Context path #77

Open zsokolowski opened 8 years ago

zsokolowski commented 8 years ago

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

nskvortsov commented 8 years ago

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)

simplicii commented 7 years ago

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