I am trying to come up with a good way to quickly identify problems with builds. The log files can get very big and be very tedious to dig through. I think that if FinalBuilder gave me a variable that contained an InstanceID I could use this to create either a URL to a problem in the HTML log, or an XML query that would point to a problem in the XML log.
Obviously having an action that reported the InstanceID of the current action would just give you the instance of that logging action, which wouldn’t be too useful, but perhaps having the InstanceID of the last-executed action, or of the parent of the current action would be helpful.
What do you think?
Hi Mike
Using a variable for this wouldn’t work with async groups. A better option would be that we expose the instanceID to scripting, that way you could get it from a script event. I’ll look into this.
Hi Mike
The next test build will have the Action.InstanceID exposed to scripting.