RE: Where are jekins logs?

2020-11-11 Thread Reinhold Füreder
Hi Chris, $ docker logs https://www.jenkins.io/doc/book/installing/docker/#accessing-the-jenkins-console-log-through-docker-logs HTH Reinhold From: jenkinsci-users@googlegroups.com On Behalf Of zil...@gmail.com Sent: Mittwoch, 11. November 2020 22:26 To: Jenkins Users Subject: Where are jek

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

2020-11-11 Thread David Karr
I have never seen the "-D" command-line option used with a space between the option and the provided value, and the documentation never shows that example. On Wed, Nov 11, 2020 at 1:13 PM jesus fernandez < jesusfernandez0...@gmail.com> wrote: > and this is the log: > ``` > *00:00:00.901* Injectin

Where are jekins logs?

2020-11-11 Thread zil...@gmail.com
I'm getting an HTTP 504 error the very first time I log in to a newly set up Jenkins server (v2.249.3) running as a Docker container inside a Linux host. After several tries, I can eventually log in. Any restart after that works fine too. It's just during the very first login attempl. Where are

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

2020-11-11 Thread jesus fernandez
and this is the log: ``` *00:00:00.901* Injecting SonarQube environment variables using the configuration: SonarQube2 [Pipeline] { [Pipeline] bat *00:00:01.175* *00:00:01.175* C:\Users\anton\.jenkins\

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

2020-11-11 Thread jesus fernandez
Thanks Geofrroy for your answer, I had posted the question in the sonarsource community with no answer already. I am using the free version with the C++ plugin which works fine in many tutorials and videos you can find online. This is my pipeline: ``` pipeline { agent any options

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

2020-11-11 Thread geoffroy...@gmail.com
Hello you should probably ask here: https://community.sonarsource.com/ Are you using the paid version of SonarQube, to get C/C++ analysis feature? Also, from experience, before running any new tool analysis from Jenkins, it is better to first run (and debug) it locally. Sonar scanner local analy

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

2020-11-11 Thread jesus fernandez
Hi David, Thanks for your answer but I get the same result when adding the parameters with -D I get the "*00:00:01.529* *INFO: Project root configuration file: NONE" *message at the beginning of the log. I have tried to create the helloworld simplest c++ project just to test, but I get the sam