It seems that polling job is not queued when manually started job is 
already running. Instead polling job is trying to run at the same time.

I have a Jenkins configured to Mac mini for iOS projects. Let's say I have 
two jobs: 

- Job A is scheduled periodically or started manually. This job runs 
functional tests on simulator.
- Job B is triggered by poll every 15 minutes. This job runs unit tests on 
simulator.

The problem is that when I start job A and it will run 40 minutes, the job 
B will start meanwhile and it tries to run at the same time with job A.
Queuing is working fine with several scheduled jobs but not with polling 
job.

Why job B is not queued? Any thoughts?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to