Do you have any setup instructions on how to run Ruby on Rails tests in Bamboo?
Is there anything more recent? This stuff is all seems to be out of date now. The interface seems to have changed since these where written.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm currently evaluating self-hosted Bamboo for use with Ruby and Rails, so I'll throw my $0.02 in.
If the existing Ruby Bamboo plugin meets your needs, it'll get the job done with a few quirks (like requiring you specify a rake task, and having some heinously ugly calls in the run logs). The real trick is getting useful feedback after a run beyond just pass/fail. You'll need to either find a Bamboo-compatible formatter for your preferred test library, or you'll need to implement a new test parser.
RSpec and MiniTest can be configured using plugins to output in JUnit format, which Bamboo speaks natively. (Not exactly surprising given Atlassian is a Java shop. ;) If you're using Cucumber, Cucumber reports for Bamboo is available for install from the Bamboo admin panel.
If you're not using one of those three common testing libraries, you'd have to do some digging around to see if whatever you're using can generate JUnit-style output. If not, you'd either need to implement JUnit output yourself—probably the easiest option since you can do it with the language and toolchain you're familiar with—or implement a Bamboo parser (which, if you're not already conversant in Java, would be... less than fun).
I have zero experience with the hosted offering, so no idea what the current status is there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, anyway. I know there are a couple other solutions out there for this, focused more on Rails. I will take a look around.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, if I understand you correctly, the proper way to resolve this today would be to switch over to a self-hosted environment? How significant is such a move?
Any chance you guys will add Rails support as a first-class citizen for Bamboo soon?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm afraid it's farily significant. Self hosted means that you'd have to purchase an appropriate license (the hosted license != install license and isn't tradable into one).
You'd have to provide your own hardware and systems administration resources into implementing Bamboo behind the firewall. If you'd like to do that, I can get you in touch with a sales team member who can assist with questions and such.
As far as Bamboo / Rails future... I can't say (mostly because I don't know). I'm actually a Confluence/JIRA supporter. Just based on personal experience, if the rake plugin does a good job of implementing the Rails support, I would think not likely in the foreseeable future, but that's just guessing and hearsay.
I'll plead ignorance. Sorry! ^_^
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I looked into this, but I was disappointed to find that I cannot add plug-ins to Atlassian OnDemand, even if it's something they recommend. Note the following from the AOD Getting Started Guide:
Restriction: You cannot install new add-ons nor remove existing add-ons as per the Atlassian OnDemand Plugin Policy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ack. You're right. I didn't know you were referring to an OND instance. You're absolutely right... we're a bit limited in what you can install: Custom plugins can bogart a huge amount of resources on our hosting platform so we made the decision to disallow anything that we haven't vetted throughly so we can ensure that the platform is as stable as possible.
Sorry about that.
Tim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bamboo isn't my specialty, but I did find this-
https://marketplace.atlassian.com/plugins/au.id.wolfe.bamboo.rake-bamboo-plugin
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.