Merge "[Tomcat] Add help text to the deploy command"

This commit is contained in:
Jenkins 2016-09-23 02:31:41 +00:00 committed by Gerrit Code Review
commit 71f41da560
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Methods:
# Deploy Apache Tomcat
- $._environment.reporter.report($this, 'Instance is created. Deploying Tomcat')
- $file: sys:Resources.string('deployTomcat.sh')
- conf:Linux.runCommand($.instance.agent, $file)
- conf:Linux.runCommand($.instance.agent, $file, helpText => 'Deploy Tomcat')
- If: $.instance.assignFloatingIp
Then: