Skip to content

bowenni/freeze-window

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freeze Window

A Jenkins plugin that blocks the builds in freeze windows.

Given an array of cron expressions, wherein each cron specifies a window during which builds are delayed from building. Any builds queued during this time will remain queued until the freeze window is over.

Default: Nothing, Type: An array of strings of standard CRON syntax, e.g.["* * ? * 1", "0-23 0-59 * 1 ?"] contains two freeze windows. The first window blocks builds every Monday. The second window blocks builds in January.

Getting Started on OS X

Test

mvn test

Run

./build-fast.sh

License

MIT, see LICENSE file.

About

A freeze window jenkins plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published