|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-16046) Sonar Plugin uses... [email protected] (JIRA)
- [JIRA] (JENKINS-16046) Sonar Plugin... [email protected] (JIRA)
- [JIRA] (JENKINS-16046) Sonar Plugin... [email protected] (JIRA)

I faced the same issue, and i bypassed it by adding this parameter to sonar additional settings in global jenkins configuration :
-Dmaven.repo.local=${PWD}/maven-repositories/${EXECUTOR_NUMBER}
With this, the executor repository is used.