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!
Build Variables not showing
-
Since upgrading to BuildMaster 4.6.3 when I use the json api to create a build the variables area is showing:
Error Displaying Build Variables Gadget Value cannot be null.
Is there something new I should be passing in the request?
The request I am passing looks like this (without url encoding):
http://buildmaster/api/json/Builds_CreateBuild?API_Key=customs&Application_Id=36&Release_Number=1.3&Requested_Build_Number=126&PromoteBuild_Indicator=Y&BuildVariables_Xml=<Variables><Variable Name="hello" Value="world" /><Variable Name="cause" Value="unit test" /></Variables>
Product: BuildMaster
Version: 4.6.3
-
There shouldn't be anything else that needs to be passed in, are "hello" and "cause" the only 2 variables? It's possible there could be an issue with default variable values.