I found a thread from 2004 (
http://devnet.interwoven.com/forums_vb/showthread.php?t=9511) that said there weren't any OpenDeploy variables that could be passed to a dnr script. I was wondering if that had changed with any of the later releases of OD.
I have a dnr (perl) script that sends an email to me if a deployment fails. We are using transactional deployments, so I am using dnrDeploymentJob. I would like to easily include the name of the deployment in the email, and I was hoping that OpenDeploy might keep the deployment name or somekind of ID for the deployment in a variable that I could pull into the script.
If there isn't a variable, does anybody have any suggestions on how I can pull it from the odbase log? I don't think there is anything in the manifest that i could pull out using IWXML::GetLogDataFromSTDIN() that would provide the actual deployment name. I have only found arrays for success, fail and deleted files.
Any suggestions would be greatly appreciated.
Thank you,
Carey