Jenkins Actions Configuration Details

The Jenkins Actions configuration enables you to execute Jenkins actions in Release Control deployment tasks.

Before you can use the Jenkins Actions configuration, administrators must do the following:

Field Descriptions

The field descriptions are included in the UI. While creating or editing a base or configuration, point to a field name to view its description.

A few fields that may need additional explanation are described in the following table.

Field Description Example Values

Jenkins URL

Jenkins Server URL http://MyJenkinsServer:8080
Job Filter

A wildcard expression that filters the list of available Jenkins jobs

Job Polling Interval Tells the job polling system at what intervals to check the deployment status, in seconds. The default polling interval is 60 seconds and allowed values are between 10 and 3600 seconds. 600
Job Polling Timeout Tells the job polling system the amount of time at which it should stop checking for deployment execution status. The default value for a newly-added configuration and the minimum value is 3600 seconds. A blank value is treated as no timeout.
Job Result Success State A comma-separated list of Jenkins job result success states SUCCESS,UNSTABLE
Job Result Failed State A comma-separated list of Jenkins job result failed states FAILURE,ABORTED,NOT_BUILT