So, each machine I use only has 1 executor and I don't allow concurrent
builds to be run in the job. We also are running matrix configuration jobs
where the parent job is running on that machine while another job is
running would that cause it to do that as well?
On Sunday, March 9, 2014 5:43:1
Small correction, it means ABC was running in parallel, so Jenkins created
separate workspaces to isolate each parallel execution. Jenkins will use a
job's singular workspace across serial builds, even if each build occurred
on a different executor.
On Thursday, March 6, 2014 10:06:35 PM UTC-5,
Those are from having multiple executors on each slave, the number is the
executor number
Sent from my iPhone
> On Mar 6, 2014, at 5:40 PM, Chad Jarrett wrote:
>
> Hello, I've tried searching the forums and maybe I'm not able to clearly
> search what I need. Currently in our Jenkins Nodes I'm
Hello, I've tried searching the forums and maybe I'm not able to clearly
search what I need. Currently in our Jenkins Nodes I'm seeing multiple
copies of a jobs workspace appended with @numb for example:
Job ABC
Job ABC@2
Job ABC@3
The disable concurrent builds box is checked so I'm not entirel