How to set triggered job to queue at top?

I have a bunch of light bake jobs that take an hour to run.  I have another job which is triggered by code submits, and I want that to run as soon as possible.  If I have 10 light bake jobs queued up and there's a code submission, I don't want it to wait 10 hours to run. I want the triggered job to jump to the top of the queue.   How do I do that?  It's a relatively simple thing but I cannot find any way to do it in the docs…

0
1 comment
Hi,

Build priorities can be set for the build configurations: https://www.jetbrains.com/help/teamcity/working-with-build-queue.html#Managing+Build+Priorities
I.e., it's possible for one build configuration to have a higher priority over others.

There is a feature request for a more granular priority settings: https://youtrack.jetbrains.com/issue/TW-93042

Best regards,
Anton
0

Please sign in to leave a comment.