forked from ralphbean/finishline
-
Notifications
You must be signed in to change notification settings - Fork 1
/
brew.conf
75 lines (52 loc) · 1.74 KB
/
brew.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
; The core set of options to Finishline
[options]
; REQUIRED. The URL to the JIRA server
server=https://projects.engineering.redhat.com
; OPTIONAL. Use basic auth instead of Kerberos.
use_basic_auth=true
; OPTIONAL, but required when use_basic_auth is true
; The username to use for basic auth
basic_auth_username=dgregor
; OPTIONAL. A path to a file to be used as references
references=brew/references.md
; REQUIRED. The JIRA project to report on
project=BREW
; OPTIONAL. Whether to show the attribution for a status update
; Defaults to false.
attribution=true
; OPTIONAL. The path to the template file for the JIRA query.
; Template should reside in the templates/ directory.
; DEFAULTS to query.j2
query_template=brew/query.brew.j2
; This is a $SCENARIO block
[statusslides]
; REQUIRED. The title for your report
title=BREW, FY19Q2 Status
; REQUIRED. The path to a template for output.
template=brew/slides.md
; OPTIONAL. The subtitle for your report
; If the value contains "{DATE}", then today's date
; will be substituted in place of "{DATE}"
subtitle={DATE} -- PnT DevOps
; This is a $SCENARIO block
[okrs]
; REQUIRED. The title for your report
title=BREW, OKRs
; REQUIRED. The path to a template for output.
template=brew/okrs.csv
; This is a $SCENARIO block
[confluence]
; REQUIRED. The title for your report
title=BREW, OKRs
; REQUIRED. The path to a template for output.
template=brew/confluence.something
; This is a $SCENARIO block
[email]
; REQUIRED. The title for your report
title=BREW, FY19Q2 Status
; REQUIRED. The path to a template for output.
template=brew/email.md
; OPTIONAL. The subtitle for your report
; If the value contains "{DATE}", then today's date
; will be substituted in place of "{DATE}"
subtitle={DATE} -- PnT DevOps