On Fri, Jun 14, 2019 at 1:59 AM Yufei Zhang <[email protected]> wrote: > ExternalWorkspaceProperty ewProperty = > j.getNodeProperties().getXXXProperty(XXX.class);
So close. ExternalWorkspaceProperty ewProperty = j.getNodeProperties().get(ExternalWorkspaceProperty.class); -- 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/CANfRfr1oA1%3DZv7jQu4LpKGW7cU15eCrULVwO%2BtQqNa7kUHuBGg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
