Pls help. Trying to run for familiarity and the jenkins build log says WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeed? how to pass this one?
How could I pass this: Your project contains .java files, please provide compiled classes with sonar.java.binaries property, or exclude them from the analysis with sonar.exclusions
@@vikusya61 I added "linux" (no quotes) to the labels area of the default build agent and it still did not work. Ended up copying script into the script area and changing to "agent any" (no curly brackets now, made that mistake too). Now I'm missing maven, etc :-)
This video is amazing. I can understand the content very quick and accurate.
Thank you for the video! I was searching about exactly this :D
Great quality video, thank you.😁
Very useful video. Perfect Sir
You are mankind's angel
Thank you for your video.
Thank you
Exellent video
Great! Thanks
is it important to have stand alone Sonar Cube Server if project is not big
Anyone have any idea why the add button to add Server authentication token doesnt work ?
I had the same problem, I just restarted Jenkins and works fine.
Maybe late response but, I first saved then add sonarqube credentials. Hope this helps
Tbe server address added is our net ip address???
Pls help. Trying to run for familiarity and the jenkins build log says
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeed?
how to pass this one?
I have the same error output.
same error
I wish you showed sonar config end-to-end.
@CloudBeesTV
Stuck at this step:
Still waiting to schedule task
‘Jenkins’ doesn’t have label ‘linux’
how to fix this @CloudBeesTV?
it means you have agent labeled as 'Linux', just type any as agent (agent any).
Hi, how to setup sonarqube? can you please provide a video link?
No kidding, just skipped it.
How could I pass this: Your project contains .java files, please provide compiled classes with sonar.java.binaries property, or exclude them from the analysis with sonar.exclusions
did you solve it please
Jekins? Whats that?
@CloudBeesTV
Stuck at this step:
Still waiting to schedule task
‘Jenkins’ doesn’t have label ‘linux’
It means that you don't have Jenkins slave labelled "linux". Create one or type "agent any"
@@vikusya61 I added "linux" (no quotes) to the labels area of the default build agent and it still did not work. Ended up copying script into the script area and changing to "agent any" (no curly brackets now, made that mistake too). Now I'm missing maven, etc :-)