Skip to content

Commit 69041ce

Browse files
committed
ad notbuilt color
1 parent e9c524b commit 69041ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

jenkins_cli/cli.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
'disabled': {'symbol': 'D',
1919
'color': '\033[97m',
2020
'descr': 'Disabled'},
21+
'notbuilt': {'symbol': 'D',
22+
'color': '\033[97m',
23+
'descr': 'Disabled'},
2124
'unknown': {'symbol': '.',
2225
'color': '\033[97m',
2326
'descr': 'Unknown'},

0 commit comments

Comments
 (0)