Attaching to QueueTaskDispatcher extension point without a plugin

2017-01-31 Thread Alexander Yustus
Hi all, I want to implement the feature to prevent a Pipeline job from even starting when there is no available executors with certain label. I didn't found any plugins that do the exact thing, and I'm no java developer, so writing my own plugin is what I really want to avoid ;) That said, is

Re: Attaching to QueueTaskDispatcher extension point without a plugin

2017-02-16 Thread Alexander Yustus
gested approach. > > Writing a plugin is not that hard. You'll just start with an empty plugin > and add your extension class. > > On Wed 1 Feb 2017 at 03:55, Alexander Yustus <vre...@gmail.com > > wrote: > >> Hi all, >> >> I want to implement the featu