Re: SonarQube

2016-12-19 Thread Stefan Bodewig
On 2016-12-19, Michael Clarke wrote: > It looks like the Windows slaves use Java 8 so you could try tying the job to > then. The config in the SonarQube plugin sets which JVM the plugin launched > for running the Sonar checks, but the plugin itself needs at least Java 8 to > run. > Th

Re: SonarQube

2016-12-19 Thread Michael Clarke
It looks like the Windows slaves use Java 8 so you could try tying the job to then. The config in the SonarQube plugin sets which JVM the plugin launched for running the Sonar checks, but the plugin itself needs at least Java 8 to run. Thanks, Michael > On 19 Dec 2016, at 16:11, Ste

Re: SonarQube

2016-12-19 Thread Stefan Bodewig
, I'll try to carve out some time for that. Stefan On 2016-12-19, Michael Clarke wrote: > Stefan, > It's failing as the slave is running on Java 7 so can't read the SonarQube > plugin's Java 8 classes. You'll need to find a slave running on Java 8 (not > just with Java 8 installed)

Re: SonarQube

2016-12-19 Thread Michael Clarke
Stefan, It's failing as the slave is running on Java 7 so can't read the SonarQube plugin's Java 8 classes. You'll need to find a slave running on Java 8 (not just with Java 8 installed), although I couldn't find one from the quick selection I checked. Thanks Michael > On 19 Dec 2016, at

SonarQube

2016-12-19 Thread Stefan Bodewig
Hi all I've tried to set up a SonarQube build for Ant with <https://builds.apache.org/job/Ant-Master%20SonarQube/> but right now it doesn't work (doesn't use the JDK8 I've configured). I'll try to get it working on and off but if anybody is familiar with the Jenkins plugin we seem to us