|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-16245) Grails plugin - cannot execute two-word command
wojci...@erbetowski.pl (JIRA) Thu, 03 Jan 2013 00:25:58 -0800
- [JIRA] (JENKINS-16245) Grails plugin - canno... wojci...@erbetowski.pl (JIRA)
- [JIRA] (JENKINS-16245) Grails plugin - ... j...@jeffandbetsy.net (JIRA)
- [JIRA] (JENKINS-16245) Grails plugin - ... wojci...@erbetowski.pl (JIRA)
- [JIRA] (JENKINS-16245) Grails plugin - ... wojci...@erbetowski.pl (JIRA)
Thanks that worked. I missed that the first time due to some other error.
So the proper way to chain commands seems to be
> test-app "tomcat undeploy" "tomcat deploy"
in a single command execution. That's even quite nice.
Thanks again!