Hey there,
Building off a previous question, I was wondering if there’s any info on the exact payload that gets delivered to a UVCS trigger.
The input doc vaguely refers to revision specs; meanwhile, the samples shown in the older documentation seem to just parse standard input line by line.
Is there documentation that lays out specifically what will be included in those lines? Is it simply a bit of UVCS metadata and a list of files? A listing of all changed lines?
I’m looking to run a script that can validate the actual contents of files (in a before-clientcheckin trigger), but I’d like to know what’s actually natively available to the trigger to do so.
-n