I have an existing Ant build that uses the <depend> task to keep track of dependencies and compile source files if depenencies have changed from the previous build. This works great for incremental builds and speeds up the build considerably.
Jenkins appears to be designed more for "build from scratch", creating a new build output directory each time. How can I accomplish an incremental build with Jenkins where the output directory is reused? Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
