On Wed, Apr 20, 2022 at 4:03 AM Mathieu DELROCQ <[email protected]>
wrote:

> I have a Run object and I would like to get all agents used in this run.
>

For `AbstractBuild` (traditional job types), there is a getter. For
Pipeline (`FlowExecutionOwner.Executable`) you would need to iterate the
`FlowNode`s looking for `WorkspaceAction` (this would be added to the block
entry nodes for the `node` step).

-- 
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/CANfRfr0hhKzUjUXg1qYxyUR-OcNkiKpbViV3yjtnJvLE8SL7JA%40mail.gmail.com.

Reply via email to