How can I grab data from a Build Forge step log?
Hi,
udclient requestApplicationProcess -application $ucd_app - request.json
When this step runs successfully, UCD returns a requestID, e.g.,
249 3/3/16 5:12 PM EXEC{"requestId": "c1e0a779-a324-4560-b01f-f1ea560ae727"}
I would like to use UCD's requestID to build a URL.
Does BF support a way to parse a step log for a token that can be then used in a subsequent step?
Thanks,
One answer
For UCD questions, please use the dW Answers forum.
https://developer.ibm.com/answers/
https://developer.ibm.com/answers/
Comments
@Donald Nong — this is a Rational Build Forge question.
I want to know if Build Forge has a mechanism to parse a token from a Build Forge step log. In my example above, I chose a Build Forge step that happens to make a call to a UCD server. But my question would apply to any code in a Build Forge step.