Hello, I have searched through the entire email group and did not find an answer on my question. I would like to use “External Resource Dispatcher plugin” in my workflow test job. The idea is to connect several devices to Jenkins slaves, configure the corresponding resources in the nodes that match to the slaves, and use the resources in the workflow test job. According to the “External Resource Dispatcher plugin” description, I can obtain the plugin’s extension and lock a resource using the following code:
def manager = extension.'externalresource-dispatcher' manager.lock(...) But Workflow component does not understand the code. How can I obtain a plugin’s extension from Workflow Groovy CPS DSL script? Thank you, Mikhail -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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-users/3634c1b4397f419e89d206e516d25d9e%40CAOTT-P-MBX02.Corp.irdeto.com. For more options, visit https://groups.google.com/d/optout.
