Rename multi-scm job to two-scm

A three-scm script job was just added, it is apropos to change the
multi-scm job template to be named for how many scm it can handle

Change-Id: I4093c81314a415e5f70e9f0ab42ffdb8791b62cd
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
diff --git a/jjb/dcae/pgaas.yaml b/jjb/dcae/pgaas.yaml
index 751ccfc..fa18bce 100644
--- a/jjb/dcae/pgaas.yaml
+++ b/jjb/dcae/pgaas.yaml
@@ -4,7 +4,7 @@
     name: dcae-pgaas
     project-name: 'dcae-pgaas'
     jobs:
-      - '{project-name}-{stream}-multi-scm-verify-script'
+      - '{project-name}-{stream}-two-scm-verify-script'
 
 
     #   script:         build script to execute
diff --git a/jjb/global-templates-script.yaml b/jjb/global-templates-script.yaml
index 3973a6c..d43bc87 100644
--- a/jjb/global-templates-script.yaml
+++ b/jjb/global-templates-script.yaml
@@ -75,7 +75,7 @@
     #                     $WORKSPACE as it will destroy the initial
     #                     project checkout
 
-    name: '{project-name}-{stream}-multi-scm-verify-script'
+    name: '{project-name}-{stream}-two-scm-verify-script'
 
     project-type: freestyle
     concurrent: true