Specifying Client-Specific Information for Release Automation

You must specify the client-specific information for Serena Release Automation to set time out and wait values and states that indicate success or failure.

To specify the Serena Release Automation client-specific information:

  1. Navigate to the Serena Release Manager common Tomcat Web server classes folder. For example:

    C:\Program Files\Serena\common\tomcat\6.0\webapps\rlm\WEB-INF\classes

  2. Open the nolio-client.properties file.

  3. Set the properties for the client as follows:

    Parameter

    Value

    nolio.job.runprocess.timeout

    Indicates how long to wait until a timeout message is received.

    nolio.job.runprocess.wait

    Indicates whether to run the Release Automation process in wait mode. Values are true and false.

    nolio.job.state.success

    List of Serena Release Automation job states that indicate success, delimited by commas.

    nolio.job.states.failure

    List of Serena Release Automation job states that indicate failure, delimited by commas.

Example

This example sets the values needed to retrieve successful and failed job notifications from Serena Release Automation.

nolio-client.properties

 

nolio.job.runprocess.timeout=0

nolio.job.runprocess.wait=false

 

nolio.job.state.success = FLOW_FINISHED

nolio.job.states.failure = BLOCKED,CREATION_FAILED,FILES_DISTRIBUTION_FAILED,FILES_PROPAGATION_FAILED,FLOW_FAILED_PAUSED,PRE_FAILED,FLOW_STOPPED