Missed Team ’24? Catch up on announcements here.

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

Is Bamboo SBT plugin compatible with Bamboo 5.0?

Antti Plathan August 22, 2013

Atlassian Labs' Bamboo SBT plugin is the last plugin in our environment that isn't listed as compatible with Bamboo 5. Does anybody have production environment experience with the SBT plugin, i.e., does it work with Bamboo 5?

2 answers

1 vote
RianA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 29, 2013

Hi, it seems that Bamboo SBT Task does not support Bamboo 5.0 and above. Apparently it is supported until version 4.4.3. Hope it helps.

David Hoyt April 8, 2014

This is important for us and a serious blocker from adopting Bamboo. Can somebody resurrect this and get it working w/ Bamboo 5? We're currently evaluating Bamboo 5.4.2. If it's no longer supported, any chance it could be open sourced?

0 votes
Antti Plathan April 8, 2014

SBT plugin is not needed to use SBT with Bamboo. We uninstalled the plugin and use SBT with scripts in projects' root, i.e. a bash script in script/ci/{release, setup, tear_down, test}

Something like this:

#! /usr/bin/env sh
DIR=`pwd -P`
echo "CURRENT DIR: $DIR"
echo "JAVA_OPTS: $JAVA_OPTS"
echo "Cleaning project..."
/usr/local/bin/sbt $JAVA_OPTS clean
echo "Done."

David Hoyt April 8, 2014

What about test results?

Richard Cross February 12, 2015

That's not a very clever argument: of course everything and anything can be done at command line, so by that logic no plugins are "needed" apart from the Script Plugin. The weakness in the using the Script Plugin is that your build job doesn't automatically generate the requirements it has, which means more manual maintenance, every time you upgrade SBT to a more recent version.

Richard Cross February 12, 2015

And, as David Hoyt points out, what about test results?

Antti Plathan February 12, 2015

Agreed, but since there is no apparent upgrade for the plugin in sights, I provided a workaround.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events