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
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.