JetBrains / TeamCity.SonarQubePlugin

A plugin for TeamCity server allowing you to configure and run SonarQube analysis from the CI
Apache License 2.0
53 stars 31 forks source link

Cannot load SonarQube runner UI #68

Open yinyin-zhao opened 5 years ago

yinyin-zhao commented 5 years ago

TeamCity Version: 10.0.3, build 42434 SonarQube plug-in, 10.0.x, build 125

After installation, I tried to add new build step using SonarQube runner. SonarQube runner appeared in the list of runners to choose when I add new build step, but after I selected it, the page did not display the complete information about the build step. The page is not functioning as expected. Even I clicked the 'save' button, it will not respond at all. Thus the new build step cannot be added.

yinyin-zhao commented 5 years ago

@Linfar thank you for your response to #67 and close the build 128. however, the build 125 does not work in the teamcity either - although it is unpacked and loaded, but I cannot add the sonar runner build step: it only shows the choice of sonar runner and name field, but no other filed to configure. Could you pls take a look for me? Thanks.

Linfar commented 5 years ago

Yes, I'm currently investigating it, will fix it asap

Linfar commented 5 years ago

Please update to new version. You can also use our plugin repository.

yinyin-zhao commented 5 years ago

@Linfar Thanks a lot to fix the problem. Build 129 worked! Although it showed no xml message, but the whole process worked smoothly. I also tried build 130, then I had to switch back to build 129. The reason is when I tried to add new build step, in the step to choose build runner type, SonarQube runner won't show up in the list. I noticed the Sonar-plugin-agent was missing from the TeamCity/buildAgent/plugins folder.