Hi guys, I'm trying to upgrade SQ plugin to new Jenkins API. I discovered the new method to be implemented on Callable and I have read https://wiki.jenkins-ci.org/display/JENKINS/Slave+To+Master+Access+Control. But still I'm not sure of what to do. In SonarRunnerBuilder [1] we need to get the path of the installed SonarRunner tool. The code was largely inspired from Ant plugin:https://github.com/SonarSource/jenkins-sonar-plugin/blob/2.1/src/main/java/hudson/plugins/sonar/SonarRunnerInstallation.java#L59 What do you suggest to me? Should I use MasterToSlaveCallable ?
Thanks Julien [1] https://github.com/SonarSource/jenkins-sonar-plugin/blob/2.1/src/main/java/hudson/plugins/sonar/SonarRunnerBuilder.java#L196 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/815717568.6975290.1425652430691.JavaMail.yahoo%40mail.yahoo.com. For more options, visit https://groups.google.com/d/optout.
