Hi, I have a matrix project, with the toplevel project tied to master and the individual builds selecting agents by label, plus other axes:
- cpu = (arm64, amd64, x86) - build = (debug, release) - compiler = (msvc) where "msvc" is an agent label. The project does no allow concurrent execution, but I see some of the builds executing in an @2 workspace -- either all six of them, or one in the primary workspace and five others in the @2. The agent uses "-Dhudson.util.ProcessTree.disable=true" to allow pdbsrv.exe to continue running after a build exits, to avoid parallel builds terminating with an RPC error. How can I find out why Jenkins decides to create a new workspace? Simon -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/819baa99-80c2-2129-381f-414b1da9e3be%40hogyros.de. For more options, visit https://groups.google.com/d/optout.
