Hi, my questions wasn’t a blocker. I was interesting in what to what integrates and now totally missed point.
Daniel, Oleg could you assist? > On Oct 3, 2015, at 03:40, Tatiana Didik <[email protected]> wrote: > > Are you satisfied with my answer? > > воскресенье, 27 сентября 2015 г., 19:34:43 UTC-4 пользователь Kanstantsin > Shautsou написал: > >> On Sep 28, 2015, at 02:24, Tatiana Didik <[email protected] <>> wrote: >> >> >> >>sometimes it causes issues >> Thanks, that makes sense. >> >> >>Sonar also allows writing plugins >> Yes, that's why I mentioned Jenkins in previous name. >> >> Why didn't I create just plugin for sonar? >> I think, my plugin would be useful for people who uses Sonar, Gerrit and >> Jenkins together. >> Let's imagine someone needs his change to be reviewed; first of all it >> should be built by continuous integration engine (Jenkins in our case). If >> build fails, the change should not be commited to master branch and using >> gerrit-trigger plugin it can be "rejected" by getting mark "-1". But if it >> is successful it would be better if it will be checked by automatic quality >> management platform (Sonar) first, not by humans, because it will take less >> time. Only after successful passing the automatic quality check it supposed >> to be verified by human - when Sonar issues are already fixed or marked at >> least. It can save heaps of time for reviewers. >> And I don't know if that possible to synchronise this process using separate >> sonar plugin: at the time when sonar will post its comments, the change can >> already be approved by reviewer - or at least has already stolen some of his >> time. > Sonar has their own modes for verification > (http://docs.sonarqube.org/display/SONAR/Getting+Issues+Report+in+Preview+Mode > > <http://docs.sonarqube.org/display/SONAR/Getting+Issues+Report+in+Preview+Mode> > ). Sonar uses maven for doing build verification and it more generic because > doesn’t lock you on jenkins. You can even run analysing from CLI with plain > maven. > Isn’t this what you want > https://github.com/tech-advantage/sonar-gerrit-plugin/wiki > <https://github.com/tech-advantage/sonar-gerrit-plugin/wiki> ? > > > -- > You received this message because you are subscribed to a topic in the Google > Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/H4LyYQkrxoM/unsubscribe > <https://groups.google.com/d/topic/jenkinsci-dev/H4LyYQkrxoM/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/01d2eae9-3df7-4b7e-8785-58480fbedbb2%40googlegroups.com > > <https://groups.google.com/d/msgid/jenkinsci-dev/01d2eae9-3df7-4b7e-8785-58480fbedbb2%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/4A8D6C55-A9DE-4C47-9B77-6F5AF5944055%40gmail.com. For more options, visit https://groups.google.com/d/optout.
