-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
3
-
2
-
Problem Definition
Customers want to prioritise one Job within a build plan so that it runs before other jobs, for instance because one job is known to have a longer running time and the overall build time depends on this job running first.
Suggested Solution
Allow for a priority to be set for jobs within a build plan that pushes specified jobs above other jobs from that plan in the build queue
Workaround
Jobs for builds that have been submitted to the build queue can be individually reordered at runtime, however this must be performed manually and does not guarantee that a given job will be run first (e.g. another job might begin running)