We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c524b commit 69041ceCopy full SHA for 69041ce
1 file changed
jenkins_cli/cli.py
@@ -18,6 +18,9 @@
18
'disabled': {'symbol': 'D',
19
'color': '\033[97m',
20
'descr': 'Disabled'},
21
+ 'notbuilt': {'symbol': 'D',
22
+ 'color': '\033[97m',
23
+ 'descr': 'Disabled'},
24
'unknown': {'symbol': '.',
25
26
'descr': 'Unknown'},
0 commit comments