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
Maybe you're looking for this: https://marketplace.atlassian.com/plugins/com.sysbliss.bamboo.plugins.prepost-build-command
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.