|
This plugin allows for the build queue to be sorted based on pre-assigned priorities for each job. Plugin Information
Note: Instead it can be found at http://github.com/hudson/Hudson-Priority-Sorter-Plugin DescriptionThis plugin allows jobs waiting in the build queue to be sorted by a static priority rather than the standard FIFO. Each job is assigned a priority number and jobs with higher priorities are built first. Jobs with lower priorities will not run until an executor frees up which no higher-priority jobs in the build queue can use. ChangelogVersion 1.1Fixed a potential NPE when using the plugin on existing jobs without setting a default priority. Version 1.0Initial Release |