Hi, We have a project type, which does not extend AbstractProject, but directly extends Job and implements Queue.Task (we have certain reasons to not extend AbstractProject). We would like to have the Throttle plugin working with it, but it's tied to AbstractProject.
Please, consider this[1] pull request, which unties the plugin from AbstractProject class and makes so, that the Throttle plugin works with any class which extends Job and implements Queue.Task. This is just a technical patch, no new features added. [1]https://github.com/jenkinsci/throttle-concurrent-builds-plugin/pull/32 Best regards, Dmitry. -- 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/1447240686.2910674.435924977.6E765371%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.
