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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,661
Community Members
 
Community Events
185
Community Groups

How Can I notify the developer who commits and build his code in case of success/faile

can anyone please tell me how to configure for every build success/failure. Need to send to the one who commits his code that the build failed  or successeded ?

2 answers

@yosser_mahfoudhhi.

Also you can check this answer where pipe email-notify used.

Cheers

0 votes
Mark C
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jun 02, 2022

Hi @yosser_mahfoudh

Thank you for reaching out to the community.

If you're using Bitbucket Pipelines, you can use the YAML configuration called After scripts.

After scripts, allows you to run scripts at the end of a step execution, regardless of whether the step has failed or succeeded.

Here's a sample YAML configuration:

pipelines:
  branches:
    master:
      - step:
          name: Test
          script:
            - #some scripts here
          after-script:
            - ./send_notifcation.sh $BITBUCKET_EXIT_CODE

Hope it helps and let me know if you have further questions.

Regards,
Mark C

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events