Hacker News new | ask | show | jobs
by caraga 3135 days ago
Jenkins has scheduled jobs and an UI. It can also be accessed via API. https://jenkins.io/
1 comments

This is not with respect to devops or build .

My app has schedule functionality for example a scheduled report , so if it where like a webhook call then i dont want to waste the cpu cycle ,now i am using quartz scheduler in my java app .

Jenkins isn't just for devops or build.