(jjb) Add creation of individual test pages in Jenkins Job

Change-Id: I55be3be5a537bc317ddfd14a6aa49094f625a847
diff --git a/jjb/OnosSystemTest/onos-test-pipeline.yaml b/jjb/OnosSystemTest/onos-test-pipeline.yaml
index 996f059..b078ca2 100644
--- a/jjb/OnosSystemTest/onos-test-pipeline.yaml
+++ b/jjb/OnosSystemTest/onos-test-pipeline.yaml
@@ -344,7 +344,30 @@
                        <p>If you know the page ID for the version top-level result page, add that here.
                           This will publish the test category pages (FUNC, HA, etc.) as child pages.<br />
                           Example: "31556529" is the pageID for <a href="https://wiki.onosproject.org/pages/viewpage.action?pageId=31556529">ONOS-1.15 (Peacock)</a><br />
-                          Example: "-1" means the page does not exist yet or is not needed for this run.
+                          Example: "-1" means the page does not exist yet or is not needed for this run.<br />
+                          <b>DO NOT SPECIFY MORE THAN 1 PAGE IDs IN THE SAME BUILD.</b>
+                          </p>
+
+      - string:
+         name: FUNC_page_id
+         default: '-1'
+         description: |
+                       <p>If you know the page ID for the FUNC results front page, add that here.
+                          This will publish the FUNC individual test child pages.<br />
+                          Example: "31556540" is the pageID for <a href="https://wiki.onosproject.org/pages/viewpage.action?pageId=31556540">1.15-Functionality</a><br />
+                          Example: "-1" means the page does not exist yet or is not needed for this run.<br />
+                          <b>DO NOT SPECIFY MORE THAN 1 PAGE IDs IN THE SAME BUILD.</b>
+                          </p>
+
+      - string:
+         name: HA_page_id
+         default: '-1'
+         description: |
+                       <p>If you know the page ID for the HA results front page, add that here.
+                          This will publish the HA individual test child pages.<br />
+                          Example: "31556547" is the pageID for <a href="https://wiki.onosproject.org/pages/viewpage.action?pageId=31556547">1.15-HA</a><br />
+                          Example: "-1" means the page does not exist yet or is not needed for this run.<br />
+                          <b>DO NOT SPECIFY MORE THAN 1 PAGE IDs IN THE SAME BUILD.</b>
                           </p>
 
       - string:
@@ -354,7 +377,8 @@
                        <p>If you know the page ID for the SCPF results front page, add that here.
                           This will publish the SCPF individual test child pages.<br />
                           Example: "31556549" is the pageID for <a href="https://wiki.onosproject.org/pages/viewpage.action?pageId=31556549">1.15-Performance and Scale-out</a><br />
-                          Example: "-1" means the page does not exist yet or is not needed for this run.
+                          Example: "-1" means the page does not exist yet or is not needed for this run.<br />
+                          <b>DO NOT SPECIFY MORE THAN 1 PAGE IDs IN THE SAME BUILD.</b>
                           </p>
 
       - string:
@@ -364,7 +388,19 @@
                        <p>If you know the page ID for the USECASE results front page, add that here.
                           This will publish the SR front page as a child page.<br />
                           Example: "31556579" is the pageID for <a href="https://wiki.onosproject.org/pages/viewpage.action?pageId=31556579">1.15-USECASE</a><br />
-                          Example: "-1" means the page does not exist yet or is not needed for this run.
+                          Example: "-1" means the page does not exist yet or is not needed for this run.<br />
+                          <b>DO NOT SPECIFY MORE THAN 1 PAGE IDs IN THE SAME BUILD.</b>
+                          </p>
+
+      - string:
+         name: SR_page_id
+         default: '-1'
+         description: |
+                       <p>If you know the page ID for the SR results front page, add that here.
+                          This will publish the SR individual test child pages.<br />
+                          Example: "31556601" is the pageID for <a href="https://wiki.onosproject.org/pages/viewpage.action?pageId=31556601">1.15-Segment Routing</a><br />
+                          Example: "-1" means the page does not exist yet or is not needed for this run.<br />
+                          <b>DO NOT SPECIFY MORE THAN 1 PAGE IDs IN THE SAME BUILD.</b>
                           </p>