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.

clean build #801

mlommers ·
I'm currently looking into migrating from 1.2 to 2.0

In the migration steps there is a topic about "clean build" but I don't get it.

", each step can be configured to clean up the workspace conditionally (through the property workspace cleanup condition), "


But where can i find the property workspace cleanup condition?

"Then define property workspace cleanup condition of checkout step as false, and define the same property of build step as vars.get("buildCleanly").booleanValue.
In this way, you've defined your own notion of clean/increment build."


I also don't get the point and define the same property of build steps as etc..

can someone explain to me how to setup a automatic clean build for nightly build and incremental builds for continious build. And when manual triggered is should be asked
  • replies 1
  • views 867
  • stars 0
robinshen ADMIN ·
I've created a sample project demonstrating this idea:
http://wiki.pmease.com/display/qb2/Buil ... rementally
Hope this helps.
Robin