Issue:- The SonarQube code analysis task in our Azure Devops build pipeline yaml getting failed with below error.
What we tried: We have SonarQube analysis task yaml in our pipeline and there is a maven task which using "clean verify" goal followed by the sonarqube task. when we execute this the maven task getyting failed with the below error.
Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.8.0.2131:sonar on project: Unable to load component interface org.sonar.api.utils.TempFolder: Failed to create temporary folder in /home/vowne/.sonar: /home/vowne/.sonar/.sonartmp_xxxxxxx: No space left on device.
Not sure from where the sonarqube is taking the location from . its taking the users home directory now. /home/vowne. We have enough space in other location and would need to change the sonarqube temp location to there.
Is there something we can add to the maven task or sonar task to change the location of this temp ?
Issue:- The SonarQube code analysis task in our Azure Devops build pipeline yaml getting failed with below error.
What we tried: We have SonarQube analysis task yaml in our pipeline and there is a maven task which using "clean verify" goal followed by the sonarqube task. when we execute this the maven task getyting failed with the below error.
Not sure from where the sonarqube is taking the location from . its taking the users home directory now. /home/vowne. We have enough space in other location and would need to change the sonarqube temp location to there.
Is there something we can add to the maven task or sonar task to change the location of this temp ?