Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello. I use bitbucket-pipelines for android deployment.
And I want to send builds artifacts to slack.
Is it possible?
My pipelines:
pipelines:
branches:
dev:
- step:
name: Install test gradlew
image: android-30
script:
- ./gradlew :app:assembleTestRelease
artifacts:
- android/app/build/outputs/apk/test/release/**
@Oleksandr Sorochynskyi hi. Thanks for your question.
You may try to investigate our pipe slack-notify with providing custom constructed payload.
Or as an idea you could store your arifacts on s3 using aws-s3-deploy pipe, and then include link to that artifact to the slack-notify message
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.