--
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 jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAPbPdObFxBQZVBBUSKojZH9p3VqtPOWQOXSFrCjNc3DEuW7XSA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
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`.