The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do we detect whether ant was successful or failed from a Script task?

danielsheard
January 25, 2016

This question is in reference to Atlassian Documentation: statuses/build Resource

We have an Ant task that builds our Java application.

We then have a script that CURLs the Bitbucket Cloud Rest APIs to update if it is successful. We have made the API call work, but we do not know how to detect if the Ant build was successful or not...

https://confluence.atlassian.com/bitbucket/use-the-bitbucket-cloud-rest-apis-222724129.html

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 25, 2016

There is Ant task in Bamboo you can use to run your build script. Then add Script task after it which will execute REST call. If Ant task fails Bamboo will not execute sequence tasks

danielsheard
January 25, 2016

But that means we cannot send failures to Bitbucket, only report successes?

Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 25, 2016

Right. Then try to use this solution to receive execution result - http://stackoverflow.com/questions/6746327/how-to-run-ant-script-from-a-shell-script

TAGS
AUG Leaders

Atlassian Community Events