Skip to content
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

Running sonarqube in GCP Vm Doesn't work well with jenkins #14

Open
devinshawntripp opened this issue Oct 15, 2023 · 0 comments
Open

Running sonarqube in GCP Vm Doesn't work well with jenkins #14

devinshawntripp opened this issue Oct 15, 2023 · 0 comments

Comments

@devinshawntripp
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant