Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Start build after EACH commit in SCM #3669

tsad ·
Hi All,

My question is about build triggering.
Our current build system is using for this purpose special configuration which is run periodically to check if there are any new changes in Perforce SCM. If so it starts build.
The thing is that there might be more than one commit since last checking.
Do you possibly know if there is a way to do it after EACH commit? We could modify our triggering configuration which is one option. I was wondering about other more native to QB option as this scenario is quite common that each build is atomic.

Thanks for your suggestions in advance.

Tomek
  • replies 1
  • views 1776
  • stars 0
robinshen ADMIN ·
You may configure perforce to run a script whenever there is a commit, and that script calls QB restful API to request build:
http://wiki.pmease.com/display/QB61/Int ... d+Requests