You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been experimenting adding emojis to the logs to make them more readable, I noticed that in Hook's embedding I get it to look like this
�� Quick access
And in Jenkins execution logs it looked like this
👆 Quick access
After some looking around what I could see is that jenkins embedding uses a div element inside a pre element, that being said I tried changing with inspect in Chrome and saw no difference
I tried also looking inside the code and I'm not sure as I'm not that familiar with the code itself but I suspect might be related with encoding and decoding being done here.
Cheers
The text was updated successfully, but these errors were encountered:
I've been experimenting adding emojis to the logs to make them more readable, I noticed that in Hook's embedding I get it to look like this
And in Jenkins execution logs it looked like this
After some looking around what I could see is that jenkins embedding uses a div element inside a pre element, that being said I tried changing with inspect in Chrome and saw no difference
I tried also looking inside the code and I'm not sure as I'm not that familiar with the code itself but I suspect might be related with encoding and decoding being done here.
Cheers
The text was updated successfully, but these errors were encountered: