Add JOBS_REFSPEC parameter to jobs

Add JOBS_RESPEC parameter to jobs, and set default value
to master branch.

Change-Id: I779f163dc494df07514f4f0b5034c6113afda109
Signed-off-by: Saheer Babu <saheer.babu@arm.com>
(cherry picked from commit 1e3f00ec2b70b98a945e7a4104bb0eca37dcac0b)
diff --git a/tf-a-test-result-visualization.yaml b/tf-a-test-result-visualization.yaml
index 067fd95..830c8de 100644
--- a/tf-a-test-result-visualization.yaml
+++ b/tf-a-test-result-visualization.yaml
@@ -34,6 +34,11 @@
           name: CI_REFSPEC
           default: '+refs/heads/master:refs/remotes/origin/master'
       - string:
+          name: JOBS_REFSPEC
+          default: 'refs/heads/master'
+          description: |
+            tf-a-job-configs refspec to use. The master branch is used by default.
+      - string:
           name: TARGET_BUILD
           default: 'tf-a-main/1'
           description: 'Target build to analyze.'