-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Hi guys,
I would like to create a "build priority plugin" so, depending on the build
priority number, the build queue could reorder the applications, API to be
built. I read the plugin section on the Wiki, however I cannot find the good
extension point. Perhaps you could give me some tips and advices for starting
this plugin development.
Thanks
David
- depends on
-
JENKINS-2072 Make the Queue implementation replaceable
-
- Closed
-
[JENKINS-833] Build Priority
Link |
New:
This issue depends on |
Assignee | New: Kohsuke Kawaguchi [ kohsuke ] |
Unfortunately things like queue cannot be really extended by plugins — I can't
think of any good way to let plugins do this without interfering with each other.
However, there have been some discussion about allowing one plugin to subclass
Queue, so maybe that would let you do something like that.