chriseldredge / vulcan

Continuous Integration server
GNU General Public License v2.0
0 stars 1 forks source link

Enhanced criteria for allowing incremental build #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When an incremental build is requested, Vulcan will perform a full
clean/checkout anyway if:

* Previous build resulted in ERROR
* Previous build was not from the same tag/branch

This criteria can be enhanced as follows:

* Previous build resulted in ERROR during checkout/update phase only
* Previous build in same directory was not from same tag/branch or same project

Original issue reported on code.google.com by chris.eldredge@gmail.com on 11 Dec 2009 at 2:57

GoogleCodeExporter commented 9 years ago
See r769.

Original comment by chris.eldredge@gmail.com on 11 Dec 2009 at 10:30

GoogleCodeExporter commented 9 years ago
r772 fixes a possible NPE.

Original comment by chris.eldredge@gmail.com on 5 Jan 2010 at 7:09

GoogleCodeExporter commented 9 years ago

Original comment by chris.eldredge@gmail.com on 7 Jan 2010 at 6:02