1
0
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:
Anand Sudhir Prayaga
2018-07-18 14:10:29 +02:00
parent 4a1caf6e7c
commit 37b0d22dba
3 changed files with 22 additions and 2 deletions

View File

@@ -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`.