First, I'm not a developer / programmer, so a lot of this stuff is a black box to me :-)
I've got a build server up. Jenkins is installed, and I've got it automagically checking commits out of stash. Now we want to send them to SonarQube for whatever it does. I installed the sonar plugin. I've been working from: http://docs.codehaus.org/display/SONAR/Jenkins+Plugin http://docs.codehaus.org/display/SONAR/Configuring+SonarQube+Jenkins+Plugin http://docs.codehaus.org/display/SONAR/Installing+and+Configuring+SonarQube+Runner I'm guessing that this SonarQube Runner is important? That pages refers to database settings, but I haven't seen anything that spells out exactly what this database is supposed to do. So, working from that, I installed PostGreSQL, created a 'sonar' database, added a 'sonar' user and allowed it access to the db, and then configured the sonar plugin with that info. I don't know if there's some specific database schema that's required. So... now what? How can I press a button and see that something is happening? And then how do I make sure that each commit that's pulled by jenkins is sent to the appropriate process? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
