Daniel Beck commented on New Feature JENKINS-27179

Your point is not clear to me, basically if LIFO can get stuck, FIFO can get stuck as well.

No, due to it being a queue rather than a stack. New items getting put in don't prevent older ones from ever getting taken out. Once everything older than them was removed, they'll be next in line to get out. This is why stores restock perishable goods from the back (and customers take out products from the front). Otherwise people would buy the new products with far-off 'best before' dates while the stuff in the back gets bad.

If you could elaborate some more how could I get such behavior with plugins, I'd be grateful (I already looked through code and it wasn't obvious to me).

Implementations of QueueTaskDispatcher or QueueSorter should be able to accomplish this.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to