Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins: How to set the periodic scan interval of jobs under GitHub organizations?

When configuring GitHub Organization Folders (GitHub Branch Source Plugin) in Jenkins, you can set the interval of periodic scan of the entire organization. See screenshot here for example.

However, I discovered that this does not affect the interval for scanning the branches of the repositories under the GitHub folder. Even after setting the scan of the organization to 1 hour, the interval for individual repository scans remain to be 1 day. See screenshot here for example.

I'd like all my repositories to be scanned once per hour. How to set the periodic scan interval of repositories under GitHub organizations?

like image 984
Aemielvin Loremia Avatar asked Feb 07 '18 01:02

Aemielvin Loremia


1 Answers

Doesn't look like it's possible. There's an open issue here: https://issues.jenkins-ci.org/browse/JENKINS-48960 .

like image 81
smaslennikov Avatar answered Nov 08 '22 15:11

smaslennikov