You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One is when you install docker and run sonarqube:lts the login screen refreshes for a while when entering in the credentials only after entering them maybe 50 or so times that the docker conatiner allows you to login via the web page but then you must do the same for the reset password page.
After you finally get into sonarqube and you add the sonar-token to jenkins as well as the webhook and set the jenkins file to run gradle with sonarqube the gradle always fails when trying to create a temp cache file:
Two issues in one here.
One is when you install docker and run sonarqube:lts the login screen refreshes for a while when entering in the credentials only after entering them maybe 50 or so times that the docker conatiner allows you to login via the web page but then you must do the same for the reset password page.
After you finally get into sonarqube and you add the sonar-token to jenkins as well as the webhook and set the jenkins file to run gradle with sonarqube the gradle always fails when trying to create a temp cache file:
2023-10-15T07:49:00.813+0000 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Caused by: java.nio.file.NoSuchFileException: ?/.sonar/cache/_tmp/fileCache7888176502132802354.tmp
2023-10-15T07:49:00.813+0000 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] at org.sonarsource.scanner.api.internal.cache.FileCache.newTempFile(FileCache.java:136)
I have yet to find a solution to this after weeks of searching. Could you please help Deekshith
The text was updated successfully, but these errors were encountered: