ERROR: Error during SonarQube Scanner execution java.lang.IllegalStateException: Unable to load component class org.sonar.scanner.scan.ProjectLock

Ah yes, I paid more attention to earlier in the log than the bottom :frowning:

So run the Docker image as root in Jenkins 2 and that has resolved it. Many, many thanks Ann!

docker.image(‘newtmitch/sonar-scanner:3.2.0’).inside(’-v /var/run/docker.sock:/var/run/docker.sock --entrypoint="" -u 0:0’) {