deepesh soni created JENKINS-13641: -------------------------------------- Summary: schedule fortnightly jobs as suggested by Kohsuke Kawaguchi Key: JENKINS-13641 URL: https://issues.jenkins-ci.org/browse/JENKINS-13641 Project: Jenkins Issue Type: New Feature Components: cron_column Reporter: deepesh soni
http://stackoverflow.com/questions/10314343/schedule-fortnightly-jobs-on-jenkins ability to provide scheduler that runs a build in fortnightly. It could be done by using "#" symbol but it will fail in case of months having 3 build days. Eg you want to schedule for every fortnight starting coming Monday at mid night but in case there are 5 Mondays in a month than it will fail. We can do it by calculating if week in even number or odd. That will be consistent for one year atleast. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira