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.

Concurrent Builds on the Same Node Displaying "Workspace Already Occupied" ? #4623

pureivan ·

When different workspaces are on the same node, and the same Configuration with Concurrent set to "yes" triggers a build, it still displays "WAITING_PROCESS" with the message "Workspace already occupied by another build of the same configuration."

  • replies 2
  • views 31
  • stars 0
pureivan ·

I set the Workspace Directory Setting in the Advanced Settings of the Configuration to "A," triggered a build, then modified the same configuration to "B" and triggered the build again.

robinshen ADMIN ·

QB internally uses configuration id to make sure that only one build of same configuration can run on a single agent (or server). Also configuration workspace directory is not assumed to change during a build. This will cause many issues. For your case, please use multiple agents.