Hello,
I am using Bamboo onDemand. I have a build plan to compile and test my project. I would like to deploy it after that, so I created a new step. I clicked the "add task" button and a popup showed up, with all the possible tasks that I can create. There are several task categories: Builder, Tests, Source Control, and all of them have different options to choose, but Deployment don't have any option.
Should I configure something in order to create deployment tasks?
It must be possible because other people can do it, but if it's a mistake and it is not possible, maybe
the onDemand restrinctions page should be updated...
Thank you for your help.
Hi Carlos,
I know its misleading, but the Deployments categeory is empty because we don't have any Tasks availabe specifically for deployment on Bamboo OnDemand yet (When we add the latest in development release to Bamboo in the next few months, we will have SCP and Tomcat Tasks).
You can use a Script task to call out to any tool you want. For example, you could use a script Task to execute scp and upload files to a web server.
Where do you want to deploy to? What kind of project are you building?
Thanks
James
Thank you, James.
I want to deploy a war file into Tomcat, preferably in the same elastic instance where the project is built. Is that possible using the default EBS images or should I configure a new one?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could create your own EBS snapshot that contains a script that sets up Tomcat when the instance starts.
Out of curiocity, why do you want it on the same instance as the agent? If Bamboo shuts down while the instance is running or you shut down the agent in the Elastic Bamboo administration your tomcat server will be shut down too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.