Hi All,

We have Jenkins Setup to run Test Cases on the Master node machine. We have 
defined multi job configurations for each product. All the  jobs will run 
only on Master node itself.

The number of executors defined max as 2 so that it will pickup main job 
and one down stream job at  a time.

We scheduled all the multi jobs to run daily. The problem we are facing it 
that " Two upstream jobs running and waiting for the executors to be 
available in case of the execution time for each multi job is taking more 
than expected time".

I have tried with Build blocker plugin to control this but not successful. 
Can you please guid me to handle this ?

Sample Jobs:

Multi job A(Up Stream)-
    - Git Pull(down stream
    -Run Test
   - Re run Failed Tests
   - Send email

Multi job A(Up Stream)-
    - Git Pull(down stream
    -Run Test
   - Re run Failed Tests
   - Send email



We entered into the dead lock situation like like "Two multi jobs started 
and waiting for executors to be available to run down stream jobs"

Thanks
Santhosh.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a806e489-476d-416e-9cf5-32b64c9f8aaf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to