The workspace is for source files, not output. Yes, the source from the SCM is shared between builds, but each build gets its own output (build) folder.
I figured out how to do this by creating an output folder in the project directory. The compile output goes there as well as the dependency info which is then used by subsequent builds to only compile what is required after the next source change. The actual deployment artifacts are built to the individual build folder. So it is doing exactly what I want now. -- 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.
