Skip to content

Plugin enabling jobs to overtake "frozen" queue during the shutdown.

License

Notifications You must be signed in to change notification settings

jenkinsci/shutdown-queue-plugin

Repository files navigation

shutdown-queue

This plugin ensures that short jobs can overtake frozen queue during the shutdown time of long-running tasks.

In shutdown mode, no new jobs are scheduled. But if there is last 24h taking job, and queue is full of short jobs, it is wasted time to not run them. This plugin, allows to do exactly this. Set acceptance treshold, set strategy, and no longer waste HW cycles in long shutdown mode.

Note, that pluginis by default off, and you need to enable it in configure/Configue system

Testing build

mvn hpi:run

Performing release

Always test connection before release. Testing connection: ssh -T [email protected] Release: mvn release:prepare && mvn release:perform

About

Plugin enabling jobs to overtake "frozen" queue during the shutdown.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published