Which SCM do you use? In the case of Git you can use "git bisect", which performs a bisection and finds a commit, which breaks your tests. There are similar tools for other SCMs.
BTW, I'm not aware about a generic plugin, which would do such thing in Jenkins (we used a Build flow for such purpose before). Common CI practices do not presume direct pushes to one branch, so in the most cases pull request builders and Validated Merge plugins solve the issue. среда, 26 августа 2015 г., 10:48:59 UTC+3 пользователь Amruta Mistry написал: > > Hello, > > > > I am using Jenkins as my CI integration tool. I come across an issue > where with every build I was getting many Unit test throwing an error. Now > I want to identify which changes has broken this Unit test code. > > I cannot do build with every commit with Unit test. That’s my limitations. > > > > Things I have tried so far is : > > 1. Build Failure Analyzer tool > > 2. Jacoco-compare –tool. > > > > But this is not something I am looking for. So I opened a page to check > how I can write my own plugin. Below mentioned link I referred. > > https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial, where that > says drop an email to the Jenkins developer’s team that may help me. > > > > I have an idea to write my own custom plugin to fulfill my needs but > before that I just thought I can check with you guys in case I have missed > something from existing plugin. > > Please help me with this. > > > > Thanks, > > Amruta. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/09ae8a72-0b60-41ec-b184-49e5e57c6937%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
