jenkinsci / working-hours-plugin

Jenkins plugin to prevent a build step from running outside working hours
https://plugins.jenkins.io/working-hours/
MIT License
18 stars 14 forks source link

Repeatable holiday #3

Open jeffpearce opened 5 years ago

jeffpearce commented 5 years ago

When entering holidays, it would be nice to have a way to indicate that date is a holiday every year (right now it only applies to the specific year). The easiest thing to do is probably to just add a checkbox to the UI.

iFlameing commented 5 years ago

@jeffpearce I would like to work on this issue could you help me in building this project because I didn't find any section for building the project . sorry If I missed it.

jeffpearce commented 5 years ago

@iFlameing there are instructions for setting up environments here https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial

ShenJack commented 5 years ago

@jeffpearce Hello, may I have a try? But In these days, I didn't found that the ExcludedDate feature seem to be able to function in the pipeline, and the code which should contain this feature was not even found. Perhaps I missed it, or may I have it implemented?

jeffpearce commented 5 years ago

@ShenJack - looking through the code, it appears that functionality was accidentally removed during a refactoring. Would be interested in fixing that as well?

ShenJack commented 5 years ago

@jeffpearce . My pleasure, I was just trying to fix it by completing the pipeline dispatcher, and maybe some tests would be added as well.