You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
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
Recommended Learning For You
Level up your skills with Atlassian learning
Jira Align Program Essentials
Learn how to use Jira Align at the program level and how to plan for and manage your Program Increment (PI).
Managing Agile Boards and Reports
Learn how to pick the right board type for your team and customize it to fit your specific requirements.
Atlassian Certified Associate
Jira Software Board Configuration
Earn an associate-level credential from Atlassian that shows you can effectively configure Jira Software boards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.