Installation and Configuration → Automation Administration → Post-Processing Scripts
Deployment Automation component processes perform post-processing whenever a plug-in step finishes execution. Typically, post-processing scripts ensure that expected results occurred. You can use your own JavaScript script instead by instructing Deployment Automation to use your script when you define the step. See Designing Processes.
When a step finishes, the agent performing the step will run your script, which must be written in JavaScript. When the agent runs the script, it first loads the server log file and finds the exit code property of the target step using regular expressions defined in the script. It then applies any actions defined in the script before processing the next step.
To create a script:
The Deployment Automation server log file is normally found in the following location: Deployment Automation_root\var\log\deployserver.out.
Copyright © 2011–2015 Serena Software, Inc. All rights reserved.