Hacker News new | ask | show | jobs
by aprdm 1773 days ago
Jenkins can work quite well for this. It keeps logs, success/failure, has hooks for multiple notifications and etc.
1 comments

that's sadly what we do nowadays, but this is quite an hack somehow; there are hard limits in the monitoring features, not a lot of overview analytics viz too.

Our core issue is that it is a too much tech software, we would like to have PM/PO looking at the health status of things. We could build a dashboard about jobs status elsewhere for sure. But we are hoping to find a better tech to deliver, run and monitor jobs, all in one.

You can template/customize the job view quite a lot in jenkins with HTML. We found it an OK compromise.

It has prometheus plugins for monitoring

Woh! golden feedback, we should look at doing this too. Appreciate your follow up thanks you!