Replies: 1 comment 2 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am currently switching the programming language from Java to JavaScript due to some technical limitations beyond my control. I completed the language change, but when I loaded them on Jenkins, it looked like gibberish. An example is below:
�[0;36m# Customer Profile Web API �[0m�[0;33m ## Get Account Details �[0m�[0;32m ✔�[0m�[0;32m ✔�[0m �[0m �[0m�[0;36m# Customer Profile Process API �[0m�[0;33m ## Get Account Details �[0m�[0;32m ✔�[0m�[0;32m ✔�[0m �[0m �[0m�[0;36m# BSS/OSS Customer Account API �[0m�[0;33m ## Get Account Details �[0m�[0;32m ✔�[0m�[0;32m ✔�[0m�[0;32m ✔�[0m �[0m
I noticed that it was the colouring that made this happen. However, when I used the command
simple-console
, it removes the letter P or F from the list.How do I retain the letter P/F and remove the colouring. :)
Beta Was this translation helpful? Give feedback.
All reactions