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

Reset the commit in stash if Jenkins build fail.

I am using stash add-on 'Stash Webhook to Jenkins' to trigger Jenkins build when developer push his code to feature branch.

I want to reset to the previous commit if Jenkins build fail and if build succeed then only push should take place. Is there any add-on available for this or any other way?

Your opinion and help on this will really be appreciated.

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
TimP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Aug 11, 2014

Hi Shital,

I wouldn't recommend doing this, as rewriting (or resetting) history on a public branch can cause all sorts of problems because other developers may have pulled the offending commit and started creating new commits on top of it.

Instead of rewriting history, I'd recommend preventing feature branches from being merged by enforcing successful builds for Pull Requests via the Pull Request settings page. If you turn this setting on, developers will have to get a successful build by commiting working code on top of their broken branch, rather than rewriting its history.

cheers,

Tim

TAGS
AUG Leaders

Atlassian Community Events