Monitor status of your Jenkins builds.
- Install Übersicht (https://tracesof.net/uebersicht/)
- copy contents of this repository to
~/Library/Application Support/Übersicht/widgets
- create an API token for your Jenkins account in account settings
- create a authorisation header string and save it to
options.auth
(for example:Basic ASDAWDAWDAWDWA==
) (command line:echo -n "jenkinsusername:jenkinsapitoken"| openssl base64
) - update your jenkins host to
options.host
(for example:https://myjenkins.net
) - The input box is for doing a regex search to job displayNames, for example:
ID-12345|ID-12312
=> display jobs with ID-12345 or ID-12312 in the displayName
refreshFrequency
can be adjusted to control the frequency for fetching data from Jenkins.