Chris L
Chris L
I encounter this as well - will create PR shortly
same here, can c# run on Ubuntu?
were you able to add adhoc user in the user restriction whitelist and make it work? I doesn't work for me. https://github.com/KostyaSha/github-integration-plugin/issues/233
can we have a cleaner fix other than this flag?
this make the production code look like: ``` if (USING_FASKES3) AmazonS3ClientBuilder.standard().disableChunkedEncoding else AmazonS3ClientBuilder.standard() ``` should have better solution? -cl
I have a temp work around using https://github.com/Stratio/sonar-scala-plugin
I have a similar but slightly different situation - if test failed (crashed) the server is not shutting down then the next time the build will fail because it detects...