We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c988b commit 3adead3Copy full SHA for 3adead3
README.md
@@ -130,6 +130,23 @@ use GitLab as a secured registry
130
..
131
And _yes_ docker-plugin in jenkins works (docker in docker, usefull but not recommended)
132
133
+## Troubleshooting
134
+
135
+In most cases a wrong DNS-Server causes trouble, to check this try the follwing.
136
+* log into the sonarcube container (with id)
137
+```
138
+ docker container ls
139
+ docker container exec -it <your id> bash
140
+ ping google.de
141
+ ping jenkins-fat
142
143
+both ping must be work
144
145
+* consider low memory
146
+ with an amount lower than 8GB sonar and eleastic search did not startup
147
148
149
150
151
### My next steps
152
0 commit comments