https://platformengineering.org logo
#platform-tech
Title
# platform-tech
j

Jordi Massaguer Pla

03/31/2022, 2:38 PM
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

Salih Emre Sert

03/31/2022, 9:50 PM
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

Jordi Massaguer Pla

04/01/2022, 9:00 AM
thanks
n

Nils Balkow-Tychsen

04/03/2022, 11:46 AM
What testing framework are you using? There are usually good Jenkins plugins for almost all of them.
26 Views