Skip to content

jenkinsci/leastload-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Least Load Plugin

Build Status Jenkins Plugin Changelog Jenkins Plugin Installs

Overview

By default Jenkins tries to allocate a jobs to the last node is was executed on. This can result in nodes being left idle while other nodes are overloaded. This plugin overrides the default behaviour and assigns jobs to nodes with the least load. The least load is defined as a node that is idle or the one with the most available executors.

It is intended to provide the same functionality as the commercial Even Scheduler Plugin.

Configuration

The plugin requires no global configuration. It will simply replace the default load balancer at startup. Jobs can be configured to utilize the default Jenkins load balancer if required.

About

Least Load Plugin - Alters Load Balancer to choose least loaded node

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • HTML 0.4%