Run `pylint --version` before sonarqube, to avoid timeout later on

Change-Id: Ied6a125e16b113452565c9e735a8e69810b81a72
diff --git a/jjb/sonar.yaml b/jjb/sonar.yaml
index d7d3b9b..b76d557 100644
--- a/jjb/sonar.yaml
+++ b/jjb/sonar.yaml
@@ -67,7 +67,10 @@
     project-type: freestyle
     concurrent: true
 
+# run `pylint --version` before sonarqube, to expose version in logs and to
+# avoid a timeout when sonarqube runs it during analysis.
     builders:
+      - shell: 'pylint --version'
       - sonar:
           sonar-name: 'sonarqube.opencord.org'
           java-opts: '-Xmx1280m'
@@ -115,7 +118,10 @@
     project-type: freestyle
     concurrent: true
 
+# run `pylint --version` before sonarqube, to expose version in logs and to
+# avoid a timeout when sonarqube runs it during analysis.
     builders:
+      - shell: 'pylint --version'
       - sonar:
           sonar-name: 'sonarqube.opencord.org'
           java-opts: '-Xmx1280m'