One Module Update ./update-version-tomcat.sh
Usage
./update-version-tomcat.sh MODULE_NAME MODULE_VERSION JIRA_USERNAME [p]
MODULE_NAME – required argument of module name (path in Tomcat Manager). It's possible to configure auto-complete for this argument - see Modules Autocomplete Configuration for details
MODULE_VERSION – required argument of module version (version in Tomcat Manager), that user want to deploy
JIRA_USERNAME – required only if global variable $isAuthenticationRequired="Y" – see Configurations in conf.sh for details
[p] – flag for parallel deployment
Example: ./update-version-tomcat.sh admin 1.1.1.1 irina
How It Works
