Hi, 


We are using Jenkins cloud module in the plugin that we have built. And, one of 
things we see that in Jenkins uses a concept of loadstatistics to

allocate nodes through cloud. This means that if there are more jobs in the 
queue it allocates available nodes more quickly,

then when there are less.


This is a problem with our plugin, because our plugin dynamically creates nodes 
in the cloud when job requests are created. However, Jenkins is not

allocating these avaialble nodes quickly to the job, whn the job count is less.


If there anyway to override this, so there is no loadstatistics based node 
planning?


We found this in 

jenkins <git://github.com/jenkinsci/jenkins.git>
 /core/src/main/java/hudson/slaves/NodeProvisioner.java


* Uses the {@link LoadStatistics} and determines when we need to allocate * new 
{@link Node}s through {@link Cloud}.


*Thanks.*


-- 
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/2aa36c3b-e485-4d80-b8f4-f6ab3a7276c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to