Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

can bamboo test projects written in golang?

James Munson October 16, 2014

I've yet to see it brought up in any of the big golang communities, google isn't finding much either. 

 

Does anyone have any experience testing Golang projects with Bamboo?   Does it support the default testing framework out of the box or do you need to manipulate it into using some java compatibility layer?  Do GoConvey tests run properly?

2 answers

1 vote
Mihai February 22, 2015

 We moved to travis because of this issue. Bamboo supports only java  out of the box. Anything else(I've configured  go, node and ruby) is just a pain to configure(not to mention the maintenance). You end up spending more time making your tests run on bamboo than running the tests

1 vote
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 19, 2014

There are no dedicated Go plugins on Bamboo Cloud. You can run them as long as you can script them (through a script task) and the test results will be available as long as they can be exported into a format that Bamboo understand (e.g. JUnit, search for parser tasks in Bamboo).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events