Skip to content

Commit

Permalink
Fixing jenkinsci#216: partial logs not showing colors
Browse files Browse the repository at this point in the history
  • Loading branch information
rb-jroehrich committed Mar 9, 2021
1 parent c89ef3a commit 1e81b5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public ConsoleAnnotator<Object> annotate(@Nonnull Object context, @Nonnull Marku
switch (colorizedAction.getCommand()) {
case START:
case CURRENT:
case CONTINUE:
colorMapName = colorizedAction.getColorMapName();
break;
case STOP:
Expand Down

0 comments on commit 1e81b5b

Please sign in to comment.