Using Bamboo Web UI, one can create task for Deploying web app on Tomcat, refer https://confluence.atlassian.com/bamboo0606/using-bamboo/jobs-and-tasks/configuring-tasks/configuring-a-deployment-task/using-tomcat-with-bamboo-for-continuous-deployment
But I would like to do this using Bamboo Spec for Java, Is there way to create such task using its Java API classes? Like VcsCheckoutTask, MavenTask, etc.
Or How to achieve this - I wanted to check out code, build it using maven and then deploy war file on remote tomcat server without its UI but through script/spec?
Thanks in advance.
Do plan configuration with web UI, then use button View as Java Specs. It will generate Java code you can use to store config in repository
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.