Hi All,The following information is found in OD 6.0.2 admin pg 219. state — indicate whether the Deploy and Run script should run as a result of the success (success) or failure (failure) of the deployment, or whether it should always run in either case (always). Default value is alwaysIt is relating to the final result of the deployment. I would like to write log file either the deployment is failed or pass. So If I go with 'always' option, is it possible to know the failed or pass status with 3rd option(by using any parameter)? If not, the other option is just use 2 scripts for fail and pass, and update the same log. is there any better way for this?Thanks!Jenni
"In scripts you can mention the path of your log file where the state of the deployment will be logged"- I don't want to use the default output given by system. Is there anyway to write my own log when the script is running.You mentioned about fail/success. what about 'always' option? By using 'always' option, can I know the current status(fail/success) by using any system variable?Thanks!Jenni