Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Is it possible send pipelines artifacts to slack?

Oleksandr Sorochynskyi October 18, 2022

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/**

1 answer

1 accepted

1 vote
Answer accepted
Igor Stoyanov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 21, 2022

@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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events