HI, I'm not entirely sure what Team City does - and how tied into your git infrastructure you are - but Gerrit[1] along with the gerrit trigger plugin can provide a pre-tested commit if you can change your git server (or put something infront of it and make all users push to gerrit).
There is also the pretested integration plugin[2] and also a commercial solution provided by cloudbees[3]. /James [1] https://code.google.com/p/gerrit/ [2] https://wiki.jenkins-ci.org/display/JENKINS/Pretested+Integration+Plugin [3] https://www.cloudbees.com/products/jenkins-enterprise/plugins/validated-merge-plugin On Sunday, 23 November 2014 12:28:59 UTC, Ashish Sharma wrote: > > Hi, > > I am trying to design a pre-tested commit strategy with Jenkins and git , > > As such I want to replicate the TeamCity functionality using Jenkins and > other open source modules, is any such plugin available with Jenkins for > such said functionality? > > Moreover I found one plugin ( > https://wiki.jenkins-ci.org/display/JENKINS/Designing+pre-tested+commit) > but it provides a totally different strategy as provided by TeamCity. > > Please help. > > Thanks in advance > Ashish > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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-users/a98d664d-b7dc-4a1d-8df4-08d7d28075af%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
