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. | |
Access Token | OAuth 2.0 Bearer access token used to authenticate with Jenkins (has higher priority than credentials). Cannot be used with CSRF Protection Enabled. | |
Job List Root | Specifies the relative path to a specific folder or view in Jenkins. When creating and editing Jenkins tasks, you are limited to the jobs and pipelines located in the specified container. |
/job/FolderName/ /job/FolderName/view/ViewName/ |
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 |
CSRF Protection Enabled | Prevents cross-site request forgery exploits being enabled on Jenkins. Cannot be used with Access Token. |
Related Topics
Copyright © 2012–2019 Micro Focus or one of its affiliates. All rights reserved.