Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
TeamCity build action wait on branch build to finish
-
Right now, we can force TeamCity to use a specific branch when triggering a build through a custom parameter, but BuildMaster can't wait on it. According to the JetBrains documentation, unless you pass the branch parameter when checking the status of a build, only default branch status can be returned. Is there any way we can wait for the build to finish? Right now we have a manual action that we use to block the process until the build is done, but we'd like to remove the human element here.
Product: BuildMaster
Version: 4.1.3
-
This will require an extension update - looks like the
locator
query in the TeamCity extension needs another argument:https://github.com/Inedo/bmx-teamcity/blob/bm-4.0.0/TriggerBuildAction.cs#L81
Could you submit this as an issue on GitHub (https://github.com/Inedo/bmx-teamcity/issues) that way one of our devs can examine further?
-
Thanks, Tod, that was the conclusion I came to as well. I created it, issue #3.