I'm sorry if this question isn't framed the way it should, I have trouble wording out my problem.
Is it possible to see which button the user clicked, if the button was on a different UI?
I have a GSP page that is displaying a Jenkins Blue Ocean to monitor a pipeline. I want to track if the user has pressed any pause or abort buttons, but because the Jenkins Blue Ocean isn't part of my page, I can't send anything to my controller.
Would there be any work arounds or methods to track something like this?
Thank you!