-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.config
More file actions
23 lines (17 loc) · 793 Bytes
/
example.config
File metadata and controls
23 lines (17 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
;; rename this to default.config if you want to use these parameters by default
;; or start Jaggr with the --config-file parameter / set the CONFIG_FILE environment variable
;; to specify a custom parameter file
{
;; your Jenkins user name
:user "my-user"
;; get the user token from then Jenkins user profile configuration page
:user-token "xyzabcdef"
;; any url that points to a list of Jenkins jobs
:base-url "http://my-jenkins:8081/jenkins/my-project/"
;; default background image
:image-url "https://unsplash.it/g/600?random"
;; special background images for green screens
:image-url-green "http://thecatapi.com/api/images/get?format=src&type=gif"
;; special background images for red screens
:image-url-green "http://johnjohnston.info/oddsandends/ds106gif"
}