mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
add option to skip verification of jenkins server's certificate chain and hostname
This commit is contained in:
@@ -39,6 +39,7 @@ jenkins:
|
||||
refreshInterval: 300
|
||||
url: "https://jenkins.domain.com/jenkins/view_url"
|
||||
user: "username"
|
||||
verifyServerCertificate: true
|
||||
```
|
||||
|
||||
### Attributes
|
||||
@@ -61,3 +62,7 @@ Your Jenkins username. <br />
|
||||
The url to your Jenkins project or view. <br />
|
||||
Values: A valid URI.
|
||||
|
||||
`verifyServerCertificate` <br />
|
||||
_Optional_ <br />
|
||||
Determines whether or not the server's certificate chain and host name are verified. <br />
|
||||
Values: `true`, `false`.
|
||||
|
||||
Reference in New Issue
Block a user