Hi! I hope you can give me some advice. I have all...
# platform-toolbox
j
Hi! I hope you can give me some advice. I have all that infrastructure, including a jenkins server, where we run our acceptance tests pipelines. The thing is that we want to have a status page, because when a set of tests fail, we want to know if there is an issue with the infrastructure, or even if this is a tests that failed before. We have grafana dashboards, with all those nice graphs, but I need something more simple and direct, a list of "things" and then a 👍 👎 next to it. Any advice on how to do this? Should I just do it with grafana itself? Thanks in advance
s
It’s been a long time since I’ve used Jenkins in any form but back in my old company we used Blue Ocean (https://www.jenkins.io/projects/blueocean/) plugin to visualize our pipelines.
And also afaik Jenkins has a Job and Stage monitoring plugin that works with Grafana to show you some stats if you’re into that kind of thing.
j
thanks
n
What testing framework are you using? There are usually good Jenkins plugins for almost all of them.