Create buildable subset from a workitem with REST API
Hi,
I am trying to programmatically request a zOS build
Eclipse generates a buildable subset and sets its label to the property "team.enterprise.build.ant.buildableSubset" before launching the build
Example of a buildable subset label: <ns1:label>Auto_tko8oJR_Ee6MCu3dD3ZYZw</ns1:label>
I can request builds programmatically, but I don't know how to generate a buildable subset from a workitem with REST APIs
Can you help?
One answer
As you can see in "team.enterprise.build.ant.buildableSubset" this is an ANT task that is available in the enterprise version of EWM. I do not know how that ant task is implemented, but I am pretty convinced that this uses internal APIs and there is most likely no REST API available that you can use.