Hi Erik,
We don’t have any built-in support for that, though it’s something we can look into providing in an upcoming release of Power Pack (after Review Board 6 ships, though). I’m now tracking that for the roadmap.
In the meantime, there are a couple options that cpuld get you at least part-way to want you want:
1. Use our webhook support with a custom payload to send the right message to trigger a pipeline. The pipeline could then use `rbt status-update` to mark that a build has started, and to provide any success/error results, based on whatever tests you’re aiming to run.
2. You could build a Review Board Python extension that utilizes the rbintegrations.baseci module to initiate the build. You’ll still probably use `rbt status-update` or something in the pipeline for updates, but this would give you better options for dynamically constructing the request and sending any necessary data.
Christian
-- --
Christian Hammond
President/CEO of Beanbag
Makers of Review Board