Hi
Anyone know of a way to integrate slack with bamboo cloud?
Since there is no webhooks to bamboo nor custom notifications, how one can send bamboo notification to slack?
e.g. - at the end of build process, i would like to have notification in slack
Thanks
There are two Slack notification add-ons available in the Atlassian Marketplace, which address these requirements for Bamboo Server scenarios (I realize that you are on Bamboo Cloud, see below):
Unfortunately 3rd party add-ons are not available for Bamboo Cloud yet, please vote/watch/comment on the following issue to raise Atlassian's priority for addressing this notable gap in their Cloud offerings:
Unfortunately Bamboo indeed does not offer webhooks as of today either, please vote/watch/comment on the resp. feature request https://jira.atlassian.com/browse/BAM-14321 to raise awareness for this surprising limitation (given webhooks are meanwhile first class features and powerful extension points in JIRA and Stash for example, and have recently seen significant improvements in Bitbucket as well).
Depending on your specific requirements, you might be able to piggy back a custom automation solution on top of the existing Notifications channels, for example with a dedicated email address or HipChat room, and generate a slack notification from there.
We have been using Zapier to integrate our Cloud Bamboo and AWS into slack. Works pretty well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I suppose if you want to be guaranteed everything passed, but if the notification is the last step in the plan, everything effectively has. You may get some intermittent failures unless you design the notification to not return a non-zero exit code so the build step doesn't fail (use retries, etc). I do very similar to notify New Relic and Librato of deploys and I'm happy with the results.
If you really want to be notified after the build, create a dependent build that is triggered from the one you are interested in, and the only thing it does is run some curl commands to send notifications.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex Soto,
If i add a task with a script to my plan, i won't be able to report the plan state since still in the context of the current build.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't use slack, but I think you can add a step to run a script or a direct curl command and post a message into slack
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.