Complicated question. `node` blocks do create `Task`s which are fed to the `Queue`. There is not currently any way to decorate the resulting `Queue.Item`s with `Action`s, which you would need to do what you are attempting.
But do you really need to throttle individual blocks? If not, look for the `JobProperty` on the `SubTask.ownerTask`. -- 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/CANfRfr0dxZPkOwaAnmBbNKB7sSVunSSORUW1FS13mAq9iFqp%2Bw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
