[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/verify/ves-agent.yaml b/jjb/verify/ves-agent.yaml
index 49daf05..a9c4abb 100644
--- a/jjb/verify/ves-agent.yaml
+++ b/jjb/verify/ves-agent.yaml
@@ -15,3 +15,5 @@
       - 'verify-licensed'
       - 'verify-sonarqube':
           dependency-jobs: 'verify_ves-agent_tag-collision'
+          sonar-prep-commands: 'build.sh'
+          sonar-java-binaries: 'target'