You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SonarQube
Hi,
here's a minor issue with the SonarQube Jenkins Plugin:
If the system encoding is not UTF-8, non-ASCII characters in the build output are broken. For example our nightly SonarQube build outputs all say at the top "Build wurde zeitgesteuert ausgel�st.".
Versions:
Jenkins 1.651.2 LTS
SonarQube Jenkins Plugin 2.4.3
Reproduce:
Run Jenkins with a non-UTF-8 system encoding.
In my case Cp1252, german Windows encoding
Or set -Dfile.encoding=ISO-8859-1 at Jenkins startup
Create a job that outputs some non-ASCII characters
For example Add build step > Execute Windows batch command > Insert command "echo ßönärQübe"
Under build environment select checkbox Prepare SonarQube Scanner environment
Result is that the non-ASCII characters are broken, for example "��n�rQ�be".
Looking into the Github project I found a possible cause in MaskPasswordsOutputStream.eol(). The method assumes the underlying OutputStream is UTF-8 encoded. It looks more like the underlying stream uses the system encoding.
Best regards,
Arend
Arend v. Reinersdorff
unread,
Jun 16, 2016, 2:53:24 AM6/16/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SonarQube
Any comment on this?
Julien HENRY
unread,
Jun 17, 2016, 9:01:16 AM6/17/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message