2.1 KiB
title, date, draft, weight
title | date | draft | weight |
---|---|---|---|
Jenkins | 2018-06-09T20:53:35-07:00 | false | 130 |

Added in v0.0.8
.
Displays jenkins status of given builds in a project or view
Source Code
wtf/jenkins/
Keyboard Commands
Key: [return]
Action: Open the selected job in the browser.
Key: j
Action: Select the next job in the list.
Key: k
Action: Select the previous job in the list.
Key: r
Action: Refresh the data.
Key: ↓
Action: Select the next job in the list.
Key: ↑
Action: Select the previous job in the list.
Configuration
jenkins:
apiKey: "3276d7155dd9ee27b8b14f8743a408a9"
enabled: true
position:
top: 2
left: 3
height: 2
width: 3
refreshInterval: 300
url: "https://jenkins.domain.com/jenkins/view_url"
user: "username"
verifyServerCertificate: true
Attributes
apiKey
Value: Your Jenkins API key.
enabled
Determines whether or not this module is executed and if its data displayed onscreen.
Values: true
, false
.
position
Defines where in the grid this module's widget will be displayed.
refreshInterval
How often, in seconds, this module will update its data.
Values: A positive integer, 0..n
.
user
Your Jenkins username.
url
The url to your Jenkins project or view.
Values: A valid URI.
verifyServerCertificate
Optional
Determines whether or not the server's certificate chain and host name are verified.
Values: true
, false
.