Hello,
I am building a pipeline and I am trying to build on top of the official
Jenkins Docker image. What I have already managed to do is to add a list of
custom plugins and to install a custom job. I am now trying to use the
pipeline plugin and to implement basic steps. In all the examples I
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 experiment