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

How to get build status in a Bamboo build task script?

Ian Vaughan May 15, 2015

I am adding a Script Task in Bamboo, which I want to evaluate the result of the build so I can conditional do something.

I can see that it knows, how can I find out?

simple    15-May-2015 15:27:42    Failing task since return code of [/usr/local/rvm/rubies/ruby-2.2.0/bin/ruby /usr/local/rvm/gems/ruby-2.2.0@quiqup_api/bin/bundle exec rspec spec --format RspecJunitFormatter --out rspec.xml] was 1 while expected 0
simple    15-May-2015 15:27:42    Finished task 'rspec' with result: Failed
simple    15-May-2015 15:27:42    Starting task 'Parse results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit'
simple    15-May-2015 15:27:42    Parsing test results under /opt/bamboo-home/xml-data/build-dir/4784130/API-RSPEC11-JOB1...
simple    15-May-2015 15:27:42    Failing task since 1 failing test cases were found.
simple    15-May-2015 15:27:42    Finished task 'Parse results' with result: Failed

 

2 answers

1 vote
Krystian Brazulewicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 15, 2015
0 votes
Marcin Gardias
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 27, 2015

I'm afraid we don't have anything like that atm, but it would make a lot of sense if you try to use cleanup script in your "final task" section of the build.

I've opened this improvement request:

https://jira.atlassian.com/browse/BAM-15979

What is  currently possible  is to create your own version of the Script Task, as build status is accessible from Task object, just not exposed to the environment.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events