Simon Richter
unread,Dec 19, 2017, 7:57:34 AM12/19/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
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