One of our clients is using AccuRev for Source Code Management / Version Control. We are trying to set-up a Jenkins CI environment for them. Currently we have done this and Jenkins is simply polling the same stream over and over.
However we are looking for a better way to integrate Jenkins CI with the AccuRev workflow. I read something about Gated Streams that can trigger an external build and determine whether changes from downstream may be promoted or not. This sounds promising, however due to my inexperience with AccuRev I'm not sure how this would be implemented.
Can anyone point me to examples and/or tutorials on using Jenkins CI with AccuRev, particularly with Gated Streams? Or perhaps explain the details on this specific subject?