how to trigger a quickbuild flow after github push

834 views Asked by At

I want quickbuild to automatically run on each push detected on a github repository. How can I do that?

I already have a flow that clones and executes mvn deploy but I am missing an automatic trigger.

1

There are 1 answers

2
Robin Shen On

QuickBuild 5.1 adds the ability of detecting pull requests and trigger relevant builds off them. Refer to the GitHub integration guide for details: http://wiki.pmease.com/display/QB51/Working+with+GitHub