Add job to simply check syntax of cookiecutter

Change-Id: I2f3a5e717f6e47fcc8085c8c64221b4c0ab5589f
diff --git a/jenkins/client/job/salt-models/tests.yml b/jenkins/client/job/salt-models/tests.yml
index 5508634..f19edfe 100644
--- a/jenkins/client/job/salt-models/tests.yml
+++ b/jenkins/client/job/salt-models/tests.yml
@@ -119,9 +119,12 @@
                 type: string
                 default: master
         test_salt_model_cookiecutter:
-          name: test-salt-model-cookiecutter-{{cookiecutter_template}}
+          name: test-{{option}}-cookiecutter-{{cookiecutter_template}}
           jobs:
             - cookiecutter_template: cookiecutter-templates
+              option: salt-model
+            - cookiecutter_template: cookiecutter-templates
+              option: syntax
           template:
             type: workflow-scm
             concurrent: true
@@ -158,3 +161,9 @@
               RECLASS_MODEL_BRANCH:
                 type: string
                 default: master
+              TEST_OPTION:
+                type: string
+                default: "{{option}}"
+              PARALLEL_NODE_GROUP_SIZE:
+                type: string
+                default: "3"