How do Jenkins pipeline builds determine the workspace folder?
问题 In Jenkins pipeline, when a build is run on a particular node, a workspace is allocated on that agent. We do not set the workspace path, so it's automatically determined. I understand that the workspace must contain the executor number to isolate builds when the same job is running concurrently on the same agent. But... How exactly is the workspace path constructed? Our build is assigned to a particular node (with 4 executors) and is configured to not allow concurrent builds. Usually it was