If I want to build a visual representation of my pipelines (as an alternative to the stage view plugin), is there a way for me to retrieve the state of the jobs that have been executed through my pipeline?
I have not used the jenkins REST endpoints yet, but after spending some time experimenting with it, I have not been able to locate the information specific to the workflow plugin (stages, results, metrics, etc.).
I have found a reference to send an "input" with an HTTP request (instead of using the jenkins WUI), but not in the official documentation.
Many thanks for your feedback and best regards!