In Jenkins side panel we have a „previous build“ link that opens the same view for the previous build. Is this functionality available as API somewhere? I would like to navigate from the current view (e.g. the static analysis warnings for a given package) to the same view just in another build.
So my view is at - http://localhost:8080/job/pipeline-analysis-model/157/spotbugs/fileName.1674206610/ >From there I would like to open - http://localhost:8080/job/pipeline-analysis-model/[build]/spotbugs/fileName.1674206610/ Of course I can parse the absolute URL on my own, but it would be simpler if I can reuse some functionality in core if available (based on relative paths). -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/56788CB8-6D53-4100-A2A7-AEE8535D197C%40gmail.com.
