RTC 4.0.4 - server side plugin - how can I set the value of a user defined build property?
We are working with the server side plugin example that triggers a build on a state change. We have that working ok and now want to add the ability to set the values of a couple of build definition properties from within the plugin. How do I reference a user defined build definition property from within the plugin?
Comments
Nick Edgar
JAZZ DEVELOPER Nov 05 '13, 11:41 a.m.Hi Donald, are you talking about overriding certain properties when issuing the request, or actually modifying the definition? For the former, the requestBuild methods on ITeamBuildService allow you to pass in build properties to add/override/delete.