Re: how to add a configuration parameter with spaces on Jenkins

2020-11-10 Thread jesus fernandez
that worked! thanks! El viernes, 6 de noviembre de 2020 a las 15:55:26 UTC+1, victormar...@gmail.com escribió: > Did you try with escaped double quotes? Something like: > > >- bat "\"${msbuild}\" AoC/Source/project-GRDK.sln /t:Rebuild >/p:configuration=\"Release Steam D3D11\" " > > >

where do I have to set the sonar-project.properties file to make sonar work in Jenkins?

2020-11-10 Thread jesus fernandez
I am trying to learn the basics of sonarqube, I have set it up on my jenkins pipeline (which uses MSBuild to compile the project) and the set a step to execute SonarQube but after reading and watching a few tutorials and the documentation itself I think I got a bit lost as when my pipeline

Re: where do I have to set the sonar-project.properties file to make sonar work in Jenkins?

2020-11-10 Thread David Karr
I believe that the mistake that most people make with running the sonarqube scan from a CI build is TRYING to define a sonarqube properties file. It's best to simply provide all of the required options on the sonar-scanner command line, using "-D". On Tue, Nov 10, 2020 at 3:44 AM jesus fernandez

Re: [REMINDER] - Jenkins 2020 elections. Voter registration deadline on Nov 08

2020-11-10 Thread Oleg Nenashev
Hello, Thanks a lot to those who have already registered! Just a quick update, after confirming the technical possibility we decided to extend the voter registration deadline to Nov 24th. It gives Jenkins contributors more time to register if they missed the Jenkins elections due to many other