How to get dependent and triggered build to inherit priority
Hello,
We have a build infra that uses a combination of snapshot dependencies and triggers.
When running a build I understand that we can use the ellipses (...) to cause the selected build configuration to be put at the top of the queue. How do we do this to get all the associated dependent and triggered builds to also get highest queue priority?
From my experiences, it seems to elevate the dependencies but not the triggers
For more clarity we're working with a scenario that is similar to what's described here:
https://ocroquette.wordpress.com/2014/01/11/teamcity-propagating-parameters-to-snapshot-dependencies/
-
Start Process
Prompts user for value selection
-
Execute Process
Triggers when Start Process finishes it's build
Depends upon BuildCfg1, BuildCfg2
-
BuildCfg1
Depends upon Start Process so we can use its user provided parameter selection
-
BuildCfg2
Depends upon Start Process so we can use its user provided parameter selection
When I run "Start Process" with elevated queue priority, it jumps to the top finishes, but then execute process and all it's children run at the end of the queue.
Please sign in to leave a comment.
Hi John,
We have this issue in our tracker: https://youtrack.jetbrains.com/issue/TW-8973, you can vote and watch it. Feel free also to leave a comment explaining what you need from it exactly, that might ease the path to its implementation.
Otherwise, you can always create your own plugin that creates some trigger that will perform that action on its own.