In the last few days at work (so, strecthing back to before the holidays) I’ve been setting up Jenkins and SonarQube. Now I just need to get them working together^. Eventually I want to get things to the point where something gets checked in to Subversion, SonarQube runs on the branch, and – assuming no defects raised by the scan – Jenkins creates a patch "build" for us. In the case of this particular project, that means an export of all the .sql files modified since the branch was created.
That’s all a while off. For now, I’d settle for just getting each tool doing their main thing in isolation.
^ Well, I do need another team to come back from holiday and give me the necessary SonarQube license key first, so I can get it looking at the code.