Hacker News new | ask | show | jobs
by drnex 2435 days ago
I use jenkins, they are not cron jobs at the system level, but jobs that can either be executed periodically (defined with cron syntax) executed manually or with a webhook (mainly for executing builds after a git push)

You can see the log of every execution, see what builds succeeded and failed, etc. It works for me.