On Thu, Jul 8, 2021 at 12:48 PM Gregory Paciga <[email protected]> wrote:
> I'm working on a Jenkins plugin that > implements org.jenkinsci.plugins.workflow.flow.GraphListener to monitor how > a pipeline is progressing. It > receives org.jenkinsci.plugins.workflow.graph.FlowNode objects. I would > like to be able to report on which agent a particular FlowNode is running > on. > Try https://javadoc.jenkins.io/plugin/workflow-api/org/jenkinsci/plugins/workflow/flow/StepListener.html#notifyOfNewStep-org.jenkinsci.plugins.workflow.steps.Step-org.jenkinsci.plugins.workflow.steps.StepContext- instead. -- 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/CANfRfr09vrFpcL_seCuPV61pFFtzZjimYkD2f-tzQVg5HJpi3Q%40mail.gmail.com.
