Jenkins Plugin → Jenkins Configuration Overview → Jenkins Base Configuration Details
Add a base configuration to define shared properties for a set of Jenkins item and action configurations.
Field Descriptions
The field descriptions are included in the UI. While creating or editing a configuration, point to a field name to view its description.
The base configuration fields are described in the following table.
Field | Description | Example Values |
---|---|---|
Jenkins URL |
Jenkins Server URL | http://MyJenkinsServer:8080
(Full path to the Jenkins server) http://MyJenkinsServer:8080/jenkins/ |
User Name | Jenkins user name | |
Password | Jenkins password | |
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 configuration value and minimum value is 3600 seconds. If left blank it is treated as no timeout. | 3600 |
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 |
Related Topics
Copyright © 2012–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.