Can I re-order build queue on hudson ci?
TeamCity has a very easy interface to re-order the build queue. Simply drag and drop.
Is there any way to 开发者_JAVA技巧re-order or prioritise build queue on hudson ci servers?
As far as I know, not yet.
There is the issue 833 which ask for this kind of feature since 2007, and there have been recent development in the code base in that direction, based on the QueueSortingHandler
.
But I don't know if any plugin has already taken advantage of that feature.
精彩评论