0

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.

guy mograbi
  • 27,391
  • 16
  • 83
  • 122

1 Answers1

0

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

Robin Shen
  • 46
  • 2
  • please provide some more details for solution :) – Nitin Jain Dec 25 '13 at 09:42
  • Unfortunately this is somewhat useless. Why not support the github webhook `POST` syntax instead. Would allow for more flexible build setups. –  Aug 03 '15 at 08:22