[SEBA-8]

Add the ability to run a set of commands in preparation for sonarqube,
and to specify a path to the output java bytecode

Change-Id: Iaf5fcc17fc25a93df1cfd973505d9a3f30a3105b
diff --git a/jjb/defaults.yaml b/jjb/defaults.yaml
index b6b6248..9a3e455 100644
--- a/jjb/defaults.yaml
+++ b/jjb/defaults.yaml
@@ -63,3 +63,7 @@
     docs-ssh-host: 'guide.opencord.org'
     docs-ssh-host-key: 'guide.opencord.org,52.9.82.207 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFHwOY3/8GucdKzBngH/FC08nHac/RJ/OheZp2+5EpOPXZG9zQW2YUbXH5A9pO76lI5CG3z3+huG62xEGo99UQU='
 
+    # For running Sonarqube configuration - see sonar.yaml for more info
+    sonar-prep-commands: ''
+    sonar-java-binaries: ''
+