1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Merge branch 'master' into fix-gerrit-documentation

This commit is contained in:
Chris Cummer
2018-07-18 11:34:35 -04:00
committed by GitHub
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`.