[ONOS-8001]: (JJB) Reviving automated test schedule functionality on wiki.

Change-Id: I91cf52a95a81e2d04270b7b9390a55d0bd920d12
diff --git a/jjb/OnosSystemTest/onos-test-pipeline.yaml b/jjb/OnosSystemTest/onos-test-pipeline.yaml
index c697abf..c626538 100644
--- a/jjb/OnosSystemTest/onos-test-pipeline.yaml
+++ b/jjb/OnosSystemTest/onos-test-pipeline.yaml
@@ -520,6 +520,22 @@
            branches:
              - 'master'
 
+- job-template:
+    name: 'generate_automated_schedule_wiki'
+    description: |
+                  <!-- Managed by Jenkins Job Builder -->
+                  <p>Build this job to refresh the <a href="https://wiki.onosproject.org/display/ONOS/Automated+Test+Schedule">Automated Test Schedule</a> on the ONOS Wiki.</p>
+
+    <<: *test-pipe-job-boiler-plate
+
+    pipeline-scm:
+      script-path: '{jenkins-path}/generateWikiTestList.groovy'
+      scm:
+        - git:
+           url: '{gitURL}'
+           branches:
+             - 'master'
+
 - project:
     name: pipeline-trigger
     project-name: pipeline-trigger