I have a scenario where I need some extra functionality when there are
multiple jobs pending in a build queue.
1. I would like ability to sort the execution order (not based on
static job priority but dynamically). The priority sorter plugin only
allows to set priorities for a job and sorts the jobs based on those
static priorities.
2. Ability to launch jobs simultaneously even if each of those jobs
wasn't configured to run concurrently. Again I want this to be
dynamic. If there are multiple pending jobs in queue, I would like
users to be able to click a button that will launch that job
immediately without waiting for previous job(s) to finish.
I looked at available plugins but couldn't find any that could help
me. I am open to implementing one if this is feasible.
Thanks,
MSR