Hi, I'm using Jenkins to create Code Review requests with ReviewBoard.
I use a command such as this one: post-review --username=jduchesne --password=password --repository-url=svn://sqsvn01/ATB --revision-range=$(( $SVN_REVISION - 1 )):$SVN_REVISION --server=http://192.168.93.194 --publish --target-groups=ATB_RMAP --summary=ATB_RMAP The problem I have with this, is that sometimes multiple revision can be part of a Jenkins build, but I only generate a review for the latest svn revision. I could not find an easy way to get the range of svn revisions. Is there such a thing? Thanks, Jimmy. -- 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]. For more options, visit https://groups.google.com/d/optout.
