You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
Thanks a lot :) I was not knowing this option under "Actions" or I overlooked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.