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!

Get status of promoted build



  • I'm using /api/json/Builds_PromoteBuild to deploy build to next environment, I now need to get the status of the build so that I know when it is complete.

    I am using /api/json/Builds_GetBuild to get the status after calling Builds_CreateBuild, but it only seems to get the status of the build.

    How do I get the status of the promoted build?

    Product: BuildMaster
    Version: 4.5.3



  • There are 3 possible statuses: the build status, the promotion status, and the execution status. I assume you want to get the build's execution status? If so, Builds_GetExecutions will do that (the only param you might not know to that is Execution_Count, which is just the number of executions to return, which you'd only want 1 since it orders by latest DESC).



Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation