-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succedeed?" #72
Comments
sonar.analysis.mode=publish |
Which version of SonarQube Server do you have? I heard that |
i have solve the problem,jenkins Prepare SonarQube Scanner environment must be true |
What does
mean? Where did you set it? |
Jenkins -Configure - will be 'Tick' upon the sonarqube configuration but that didn't solve my problem |
I'm getting the same problem. I have following setup. Job - BestPracticeScan Repository structure Under My file
In Jenkins job configuration I set Build fails with I'm surprised, why base directory is not where the file Then I update the job configuration adding Additional arguments
Then I was desperate and populated into Analysis properties everything from the file
It started to work. Even I remove everything. The problem was, that SonarQube Scanner could not create the file Deleted the file and reverted everything back to initial problem.
There is a problem, but if do everything right (in not documented way, though) it will work. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
We are using sonarscanner 2.8.1
In analysis properties:
sonar.analysis.mode=preview
sonar.sources=modules.
But in Console:
INFO: ANALYSIS SUCCESSFUL
INFO: Executing post-job GitHub Pull Request Issue Publisher
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 1:22.184s
INFO: Final Memory: 238M/11718M
INFO: ------------------------------------------------------------------------
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succedeed?
How to resolve this issue.
The text was updated successfully, but these errors were encountered: